Date: Thu, 4 Jan 1996 13:32:28 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: hasty@rah.star-gate.com (Amancio Hasty Jr.) Cc: jkh@time.cdrom.com, hackers@FreeBSD.ORG Subject: Re: Anyone got GNU `dld' ported to FreeBSD? Message-ID: <199601042032.NAA00217@phaeton.artisoft.com> In-Reply-To: <199601041943.LAA05776@rah.star-gate.com> from "Amancio Hasty Jr." at Jan 4, 96 11:43:43 am
next in thread | previous in thread | raw e-mail | index | archive | help
> > Ours works just fine too, but I can't use dynamic linking from a > > statically-linked application, which is what sysinstall needs to be. > > What is your problem exactly when you try to use dlopen in a statically > compiled program? The dynamic linking code is in the crt0.o, since it must be static in the binary in order to be used to implement shared library mapping. It is *not* in the non-shared library crt0.o. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601042032.NAA00217>