Date: Wed, 13 Feb 2002 07:52:40 -0800 From: "David O'Brien" <obrien@FreeBSD.ORG> To: "Vladimir B. Grebenschikov" <vova@sw.ru> Cc: FreeBSD-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: ports/34908: libpng port makes bad dynamic library on -CURRENT Message-ID: <20020213075240.A5788@dragon.nuxi.com> In-Reply-To: <1013613282.51362.9.camel@vbook.express.ru>; from vova@sw.ru on Wed, Feb 13, 2002 at 06:14:42PM %2B0300 References: <E16b0VK-000PUb-00@vbook.express.ru> <20020213145902.GA20062@nagual.pp.ru> <20020213070251.A5321@dragon.nuxi.com> <1013613282.51362.9.camel@vbook.express.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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:anoncvs@anoncvs.freebsd.org:/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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020213075240.A5788>