Mail Archives: cygwin/1999/12/01/19:28:17
On Wed, 1 Dec 1999, Charles S. Wilson wrote:
> Did that, and got the output pasted at the very bottom of this email.
> There *were* unsatisfied symbols -- it seems that libXt depends on libSM
> and libICE. I didn't know that (and neither did the guy who wrote the
> sxpm makefile).
That depends on the X11 release. Newer ones do, and most of the older
configure scripts failed on this one.
> gcc -O -I.. -I/usr/X11R6/include sxpm.o -L../lib -L/usr/X11R6/lib -lXpm
> -lXext -lXt -lICE -lSM -lX11 -o sxpm
>
> works without error and creates an executable -- both with collect2.exe
> and without it (e.g. after renaming collect2.exe to collect2.exe.sav)
>
> However, that doesn't answer the question about why ld was not giving me
> useful error output initially...
collect2 runs ld as a child process, and checks its standard output and
standard error. It's obviously crashing and not flushing the output and
you don't see it. Many years ago, there was a bug in freopen that
caused an similar error; however, Chris Faylor, while still a netizen,
fixed this way back, and besides, that code has been rewritten since.
An option is to get you a debugging copy, and you can run it under the
debugger and get me the backtrace. Let me know if that'll work for you.
> So that means there's a bug in collect2, right?
Highly likely.
Regards,
Mumit
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -