Date: Wed, 24 Sep 1997 23:24:32 -0400 (EDT) From: Brian Clapper <bmc@WillsCreek.COM> To: questions@FreeBSD.ORG Subject: Re: Emacs Message-ID: <199709250324.XAA00641@current.willscreek.com> In-Reply-To: <12244810@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael W. Lucas wrote: > Josi, > > Emacs uses certain X libraries, which aren't part of the standard > distribution. This isn't the only one you'll need, but Emacs will only > tell you the missing libraries one at a time. But `ldd' will, even if they're not installed: (footbridge) /usr > ldd `which emacs` /usr/local/bin/emacs: -lXaw.6 => not found (0x0) -lXmu.6 => not found (0x0) -lXt.6 => not found (0x0) -lSM.6 => not found (0x0) -lICE.6 => not found (0x0) -lXext.6 => not found (0x0) -lX11.6 => not found (0x0) -lutil.2 => /usr/lib/libutil.so.2.2 (0x80d1000) -ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x80d7000) -lm.2 => /usr/lib/libm.so.2.0 (0x80db000) -lc.2 => /usr/lib/libc.so.2.2 (0x80f4000) The `not found' ones all happen to be X libraries, in this case. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ It just goes to show what you can do if you're a total psychotic. -- Woody Allen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709250324.XAA00641>