From owner-freebsd-questions Wed Sep 24 20:24:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA20454 for questions-outgoing; Wed, 24 Sep 1997 20:24:39 -0700 (PDT) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA20444 for ; Wed, 24 Sep 1997 20:24:36 -0700 (PDT) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id XAA10386 for ; Wed, 24 Sep 1997 23:19:56 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id XAA23038 for ; Wed, 24 Sep 1997 23:24:31 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id XAA00641; Wed, 24 Sep 1997 23:24:32 -0400 (EDT) Date: Wed, 24 Sep 1997 23:24:32 -0400 (EDT) Message-Id: <199709250324.XAA00641@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: Emacs In-Reply-To: <12244810@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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