Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!serv.hinet.net!nctuccca.edu.tw!howland.erols.net!netcom.com!rll From: rll@netcom.com (Richard L. Lamb) Subject: ld.so can't finnd libgcc.so.261.0 Message-ID: <rllDxFq93.M8D@netcom.com> Organization: Netcom Online Communications Services (408-241-9760 login: guest) Date: Sun, 8 Sep 1996 22:24:39 GMT Lines: 20 Sender: rll@netcom20.netcom.com I'm running FreeBSD 2.1.5, and I've installed Emacs 19.31 from packages. During the installation of GNU texinfo-3.7, Emacs is called to byte-compile a few .el files. This fails with the message: ld.so failed: Can't find shared library "libgcc.so.261.0" That file doesn't exist on my system. The shell script that does the byte-compiling, named elisp-comp, contains: #!/bin/sh setpath=/tmp/elc.$$ echo "(setq load-path (cons nil load-path))" > $setpath emacs -batch -l $setpath -f batch-byte-compile $* rm -f $setpath What is the best way to fix this? Richard Lamb rll@netcom.com