Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20001113234211.10586.qmail@web117.yahoomail.com> Date: Mon, 13 Nov 2000 15:42:11 -0800 (PST) From: Earnie Boyd Subject: Re: XEmacs on cygwin wierdness To: Charles Wilson , cygwin AT sources DOT redhat DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Charles Wilson wrote: > > Okay, dumb question time. I hunted in the archives -- I *know* Chris > posted these instructions at one time or another, but I can't find > them. How do I build a debuggable cygwin dll. Here's my current, > non-debug cygwin.dll build script: > > #!/bin/sh -x > export src=/usr/src/cygwin/src > export inst=/usr/src/cygwin/inst > export CC_FOR_TARGET=/usr/bin/gcc > export CXX_FOR_TARGET=/usr/bin/c++ > $src/configure --host=i686-pc-cygwin \ > --target=i686-pc-cygwin --enable-haifa --prefix=/usr \ > --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib \ > --includedir=/nonexistent/include > make CFLAGS=-O2 tooldir=/usr make CFLAGS="-g -O2" tooldir=/usr Actually CFLAGS="-g -O2" is the default; so, `make tooldir=/usr' should suffice. Cheers, ===== Earnie Boyd mailto:earnie_boyd AT yahoo DOT com --- --- --- Cygwin: POSIX on Windows --- --- Minimalist GNU for Windows --- __________________________________________________ Do You Yahoo!? Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com