| delorie.com/archives/browse.cgi | search | 
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm | 
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> | 
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> | 
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> | 
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> | 
| Sender: | cygwin-owner AT sources DOT redhat DOT com | 
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com | 
| Message-ID: | <3A107997.8DA55126@ece.gatech.edu> | 
| Date: | Mon, 13 Nov 2000 18:30:31 -0500 | 
| From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> | 
| X-Mailer: | Mozilla 4.75 [en] (Windows NT 5.0; U) | 
| X-Accept-Language: | en | 
| MIME-Version: | 1.0 | 
| To: | cygwin AT sources DOT redhat DOT com | 
| Subject: | Re: XEmacs on cygwin wierdness | 
| References: | <4 DOT 3 DOT 2 DOT 7 DOT 2 DOT 20001113083657 DOT 00c743e0 AT london DOT beasys DOT com> <3A106863 DOT C1690428 AT ece DOT gatech DOT edu> | 
Charles Wilson wrote: > > Andy Piper wrote: > > > > Must be a cygwin bug, works ok for me with 1.1.4. The other thing you could > > try is undoing my unexcw.c fix. DId you update from cvs? > > > > andy > > No, I didn't use cvs. It's "stock" XEmacs-21.2.36. I'll update XEmacs > from cvs and try again -- although according to Chris Faylor on the > cygwin list, the stackdump addresses are inside cygwin. I'm going to > try to build a debuggable version of cygwin and give that a go. > 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 install prefix=$inst/usr exec_prefix=$inst/usr \ bindir=$inst/usr/bin libdir=$inst/usr/lib \ sysconfdir=$inst/etc includedir=$inst/usr/include \ tooldir=$inst/usr --Chuck -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |