From owner-freebsd-questions Mon Apr 24 5:45: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id F31C137B51B for ; Mon, 24 Apr 2000 05:44:52 -0700 (PDT) (envelope-from nils@frozenfeelings.com) Received: from ilka.ncptiddische.net (pC19F69B3.dip0.t-ipconnect.de [193.159.105.179]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id NAA32508 for ; Mon, 24 Apr 2000 13:43:56 +0200 Received: from ilka.ncptiddische.net (ilka.ncptiddische.net [192.168.0.1]) by ilka.ncptiddische.net (8.9.3/8.9.3) with ESMTP id OAA00277 for ; Mon, 24 Apr 2000 14:45:11 +0200 (CEST) (envelope-from nils@frozenfeelings.com) Date: Mon, 24 Apr 2000 14:45:11 +0200 (CEST) From: Nils Holland X-Sender: nils@ilka.ncptiddische.net To: freebsd-questions@freebsd.org Subject: Xaw3d problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I wanted to install a port (/math/siag) that requires Xaw3d. I've recently updated my ports collection and I've succesfully installed siag on another machine and when I did so it said that I had to update my libtool first (in order to get Xaw3d running). Now, when I wanted to install siag on the 2nd machine, I updated the libtool first, since I already knew that I would have to do it. The problem starts here: Siag needs Xaw3d. When I go to /usr/ports/x11-toolkids/Xaw3d and do make and make install, it all seems to run more or less without problem. But when I cd to /usr/ports/math/siag and make siag, it says that Xaw3d was not installed. I thought I'd go and deinstall Xaw3d and then re-install it. But going to the appropriate ports dir and saying make deinstall, I get the following message: file /usr/X11R6/lib/Xaw3d.so doesn't really exist file /usr/X11R6/lib/Xaw3d.so.6 doesn't really exist couldn't entirely delete package (perhaps the packing list is incorrectly specified?) This suggests that, for whatever reason, Xaw3d didn't really install itself properly, although I did not see any error messages during its install-process. What could be wrong? Do I need to pay attention to something special when installing Xaw3d? Or could it be releated to my newly installed libtool? Any help is welcome, Nils To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message