Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!newsfeed.direct.ca!news.maxwell.syr.edu!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.nacamar.de!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Emacs Date: 23 Apr 1997 21:34:17 GMT Organization: Private BSD site, Dresden Lines: 19 Message-ID: <5jlv8p$4bf@uriah.heep.sax.de> References: <slrn5kvtrt.4ec.beren@pe049.persbraten.vgs.no> <5j4i1p$sjc$14@easystreet03> <5jdk3u$9a9@news.webspan.net> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39649 gpalmer@webspan.net (Gary Palmer) wrote: > It's probably a bug in that package compile ... it shouldn't have > needed libgcc.so.261.0 in the first place. The problem is that emacs thinks he must use its own `ld' command in the Makefile, not going via cc(1). cc carefully avoids to link libgcc dynamically, but emacs breaks this. The best solution is to not install obsolete shared libs into /usr/lib on the package building machine. Since /usr/lib/compat/ is standard with FreeBSD 2.2 or higher, this accident shouldn't happen again. -- 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. ;-)