Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jan 1996 12:42:19 -0800
From:      "Amancio Hasty Jr." <hasty@rah.star-gate.com>
To:        Terry Lambert <terry@lambert.org>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Anyone got GNU `dld' ported to FreeBSD? 
Message-ID:  <199601042042.MAA06560@rah.star-gate.com>
In-Reply-To: Your message of "Thu, 04 Jan 1996 13:32:28 MST." <199601042032.NAA00217@phaeton.artisoft.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>>> Terry Lambert said:
 > >  > 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.
 > 
 
Could we add the dynamic shared stuff to the static crt0.o and add a provision
not to attempt to load dynamic modules when a program starts?

I have not taken a look at the shared crt0.o  in a long time so I don't
know to what it has mutated 8)

	Cheers,
	Amancio






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601042042.MAA06560>