Re: undefined section `.gnu_debuglink' referenced in expression

2008-09-02 Thread carlos
: You need this patch: Ha, thanks for the "very" quick response. : : I can't see any mention of the word "debug" in : http://cygwin.com/faq/faq-nochunks.html#faq.programming.building-cygwin : : There is nothing special that needs to be done besides typing "make". Yes, this links points to the se

Re: undefined section `.gnu_debuglink' referenced in expression

2008-09-02 Thread Brian Dessent
carlos wrote: > /oss/src/winsup/cygwin/cygwin.sc:143: > undefined section `.gnu_debuglink' referenced in expression That's due to a change in binutils that caused it to be more strict. The offending line has been removed from the linker script in HEAD. You can either make the appropriate change

Re: undefined section `.gnu_debuglink' referenced in expression

2008-09-02 Thread Christopher Faylor
On Tue, Sep 02, 2008 at 03:58:42PM -0400, carlos wrote: >I am trying to compile cygwin 1.5.25.15. >I downloaded the source bz2 file (with cygwin setup). >Extracted it and followed the instructions. > >The build goes a long way, until it stops with the following >message in make.out: > >/oss/src/win