Date: Mon, 22 Jul 1996 08:05:17 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: jkh@time.cdrom.com Cc: freebsd-bugs@freefall.freebsd.org, asami@freebsd.org Subject: Re: misc/1413: Missing Library Message-ID: <199607220605.IAA03829@uriah.heep.sax.de> In-Reply-To: <199607220010.RAA04710@freefall.freebsd.org> from "Jordan K. Hubbard" at "Jul 21, 96 05:10:01 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As Jordan K. Hubbard wrote: > This file is in the compat20 distribution. I'm not sure how/why emacs > got linked with it, mind you. Perhaps Satoshi built it on a machine > which still had some of the old libraries lying around. That alone wouldn't matter. They will be linked statically by default. ...Perhaps emacs uses its own ld magic? Remember, our trickery works only if you use cc(1) to link the binary (since the cc specs explicitly use libgcc.a). Satoshi, you should perhaps put legacy shared libs on thud into /usr/legacy or something else which is only made known to the system by ldconfig. This way, neither cc nor ld can pick up the wrong libs. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607220605.IAA03829>