From owner-freebsd-ports Mon Feb 18 22:12:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id A3EEB37B416 for ; Mon, 18 Feb 2002 22:12:23 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g1J6Ajx44104 for ports@freebsd.org; Tue, 19 Feb 2002 01:10:45 -0500 (EST) (envelope-from alane) Date: Tue, 19 Feb 2002 01:10:45 -0500 From: Alan Eldridge To: FreeBSD Ports List Subject: vim and -lX11: works fine here Message-ID: <20020219061045.GA44027@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.26i X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I nuked the message by accident, but the post a few minutes ago about how vim's weird linker hijinks remove -lX11 and then vim won't run... well I just built vim this evening and ... [alane ~]$ ldd /usr/local/bin/vim /usr/local/bin/vim: libgtk12.so.2 => /usr/X11R6/lib/libgtk12.so.2 (0x28167000) libgdk12.so.2 => /usr/X11R6/lib/libgdk12.so.2 (0x2828f000) libgmodule12.so.3 => /usr/local/lib/libgmodule12.so.3 (0x282c1000) libglib12.so.3 => /usr/local/lib/libglib12.so.3 (0x282c4000) libintl.so.1 => /usr/local/lib/libintl.so.1 (0x282e6000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x282eb000) libm.so.2 => /usr/lib/libm.so.2 (0x282f9000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28315000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x2835f000) libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x283a1000) libposix1e.so.2 => /usr/lib/libposix1e.so.2 (0x283a7000) libc.so.4 => /usr/lib/libc.so.4 (0x283ab000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28444000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x2851d000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28526000) libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x2853c000) [alane ~]$ As ldd shows, libX11's there. -- Alan Eldridge "Dave's not here, man." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message