From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 09:58:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D75616A4CE for ; Wed, 25 Feb 2004 09:58:24 -0800 (PST) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE62343D31 for ; Wed, 25 Feb 2004 09:58:23 -0800 (PST) (envelope-from dngor@bellsouth.net) Received: from eyrie.homenet ([68.213.211.142]) by imf23aec.mail.bellsouth.netESMTP <20040225175823.HLZW1901.imf23aec.mail.bellsouth.net@eyrie.homenet> for ; Wed, 25 Feb 2004 12:58:23 -0500 Received: from eyrie.homenet (abuse@localhost [127.0.0.1]) by eyrie.homenet (8.12.10/8.12.10) with ESMTP id i1PHwMuT048208 for ; Wed, 25 Feb 2004 12:58:22 -0500 (EST) (envelope-from troc@eyrie.homenet) Received: (from troc@localhost) by eyrie.homenet (8.12.10/8.12.10/Submit) id i1PHwMvY048207 for freebsd-questions@freebsd.org; Wed, 25 Feb 2004 12:58:22 -0500 (EST) (envelope-from troc) Date: Wed, 25 Feb 2004 12:58:22 -0500 From: Rocco Caputo To: freebsd-questions@freebsd.org Message-ID: <20040225175821.GW74649@eyrie.homenet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: port XFree86 linker failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 17:58:24 -0000 Building the latest XFree86 port gives linker errors against what looks like libXaw.so. I'm pretty sure it's something local to my machine, but I'd like some guidance before I go waving a hammer at it (deinstall/reinstall everything). Error messages and library versions follow. Thank you. -- Rocco Caputo - rcaputo@pobox.com - http://poe.perl.org/ /usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() help.o: In function `Help': help.o(.text+0x57): undefined reference to `XawTextSourceClearEntities' help.o: In function `StartHelp': help.o(.text+0x33c): undefined reference to `XawTextSinkConvertPropertyList' help.o(.text+0x35a): undefined reference to `XawTextGetSink' help.o: In function `Html_ModeEnd': help.o(.text+0x7cc): undefined reference to `XawTextSourceClearEntities' help.o: In function `Html_AddEntities': help.o(.text+0xadd): undefined reference to `XawTextGetSink' help.o(.text+0xaf5): undefined reference to `XawTextSinkCopyProperty' help.o(.text+0xb24): undefined reference to `XawTextSinkGetProperty' help.o(.text+0xb32): undefined reference to `XawTextSinkCombineProperty' help.o(.text+0xb58): undefined reference to `XawTextSinkCombineProperty' help.o(.text+0xb72): undefined reference to `XawTextSinkCombineProperty' help.o(.text+0xb84): undefined reference to `XawTextSinkAddProperty' help.o(.text+0xcab): undefined reference to `XawTextSourceAddEntity' help.o(.text+0xce1): undefined reference to `XawTextSourceAddEntity' help.o: In function `Html_Commit': help.o(.text+0xe89): undefined reference to `XawTextSourceAddEntity' help.o: In function `Html_AArgs': help.o(.text+0x2b43): undefined reference to `XawTextGetSink' help.o(.text+0x2b4c): undefined reference to `XawTextSinkCopyProperty' help.o: In function `Html_FontArgs': help.o(.text+0x2bff): undefined reference to `XawTextGetSink' help.o(.text+0x2c08): undefined reference to `XawTextSinkCopyProperty' 2) eyrie:/usr/X11R6/lib% ls -l libXaw* -rw-r--r-- 1 root wheel 453746 Sep 6 02:15 libXaw.a lrwxr-xr-x 1 root wheel 11 Sep 6 02:15 libXaw.so@ -> libXaw.so.7 lrwxr-xr-x 1 root wheel 13 Dec 25 17:38 libXaw.so.6@ -> libXaw3d.so.6 lrwxr-xr-x 1 root wheel 13 Dec 25 17:39 libXaw.so.7@ -> libXaw3d.so.7 -rwxr-xr-x 1 root wheel 286646 Sep 6 02:15 libXaw2d.so.6* -rwxr-xr-x 1 root wheel 403113 Sep 6 02:15 libXaw2d.so.7* -rw-r--r-- 1 root wheel 416704 Dec 25 17:33 libXaw3d.a lrwxr-xr-x 1 root wheel 13 Dec 25 17:33 libXaw3d.so@ -> libXaw3d.so.7 lrwxr-xr-x 1 root wheel 13 Dec 25 17:34 libXaw3d.so.6@ -> libXaw3d.so.7 -rwxr-xr-x 1 root wheel 309293 Dec 25 17:33 libXaw3d.so.7*