On Wed, Feb 13, 2002 at 06:14:42PM +0300, Vladimir B. Grebenschikov wrote: > It was in chroot created today as: > > # cd /usr/src > # cvs -d :pserver:[EMAIL PROTECTED]:/home/ncvs upd -dP > # make buildworld > # make installworld DESTDIR=/X/chroot > # cd /usr/src/etc && make destribution DESTDIR=/X/chroot > # chroot /X/chroot /bin/tcsh > > building programm with -g gives no more information at all, I have tried > Linking aginst static library - works.
This suggests a problem with the runtime-linker (rtld), not binutils. > May be I need to try build libpng with -g ? Yes, the ENTIRE code should be compiled with -g. Then the core dump inspected with GDB. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message