Re: Debug version of cygwin dll

2001-12-06 Thread egor duda
Hi! Thursday, 06 December, 2001 Polley Christopher W [EMAIL PROTECTED] wrote: PCW> Having done the make/make install from my source tree, do I have to repair PCW> anything now? just delete the source tree, unpack in again, rebuild in separate directory. PCW> Where can I find more information

Re: Debug version of cygwin dll

2001-12-05 Thread Gerrit P. Haase
Hallo Polley, Am 2001-12-05 um 22:30 schriebst du: >> ./configure >> make > if this is the incorrect way to do it? This script is from Ch. Wilson (The Master of Puppets;) Ciao, Gerrit P. Haasemailto:[EMAIL PROTECTED] -- =^..^= cygwin-build Descript

RE: Debug version of cygwin dll

2001-12-05 Thread Polley Christopher W
Thanks, my apologies for asking a FAQ; I didn't see it on the list. I'll give these methods a try and see how it goes. Having done the make/make install from my source tree, do I have to repair anything now? Where can I find more information on the rationale behind not building in the src dire

Re: Debug version of cygwin dll

2001-12-05 Thread Peter Buckley
Ah. I guess that would be the wrong part :-) I don't ever build inside the source tree. I don't install the source, I just download it, and I manually extract to srcdir=/cygdrive/d/compile-dir and then cd /cygdrive/d/compile-dir mkdir build ../configure make I just assumed (and I know what tha

Re: Debug version of cygwin dll

2001-12-05 Thread John Peacock
Peter Buckley wrote: > > I don't do the "make install" part- is that the wrong part? Otherwise > the part about > > cd srcdir > mkdir build > ../configure > make > The first line in the FAQ on rebuilding the tools: Note: You must build in a directory outside the source tree.

Re: Debug version of cygwin dll

2001-12-05 Thread Peter Buckley
I don't do the "make install" part- is that the wrong part? Otherwise the part about cd srcdir mkdir build ../configure make builds a the cygwin1.dll quite well on NT and win2k. And the FAQ, docs, readmes, MLA, etc lacked any information to help me in my search to learn how to successfully bu

Re: Debug version of cygwin dll

2001-12-05 Thread egor duda
Hi! Wednesday, 05 December, 2001 Peter Buckley [EMAIL PROTECTED] wrote: PB> You need to bunzip2 and untar the src, then cd to PB> /usr/src/cygwin-1.3.5-3 (or wherever you extracted it to) and do the PB> following: PB> mkdir build PB> cd build PB> ../configure PB> make PB> make install please

Re: Debug version of cygwin dll

2001-12-05 Thread Peter Buckley
You need to bunzip2 and untar the src, then cd to /usr/src/cygwin-1.3.5-3 (or wherever you extracted it to) and do the following: mkdir build cd build ../configure make make install Also, I don't know if you need to manually export CFLAGS=-g, just don't strip the dll after you build it. IIRC

Debug version of cygwin dll

2001-12-05 Thread Polley Christopher W
Hello, I'm trying to build cygwin(-1.3.5.3) with the debug symbols included. I exported CFLAGS=-g, then did ./configure, make, and make install; but only the .a libraries were built. Is there more info available about the makefile targets in this package? The README doesn't mention it and it's