From owner-freebsd-stable Thu May 4 16:39:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from westhost15.westhost.net (westhost15.westhost.net [216.71.84.69]) by hub.freebsd.org (Postfix) with ESMTP id A941637BA3F for ; Thu, 4 May 2000 16:39:01 -0700 (PDT) (envelope-from pahowes@fair-ware.com) Received: from beast (h0020af68b314.ne.mediaone.net [24.218.140.123]) by westhost15.westhost.net (8.8.5/8.8.5) with SMTP id SAA15168 for ; Thu, 4 May 2000 18:36:50 -0500 Reply-To: From: "Paul A. Howes" To: Subject: libXpm problem... Date: Thu, 4 May 2000 19:39:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All- I was trying to build /usr/ports/x11/gnomelibs, and it failed complaining that it cannot find the libXpm.so.4 shared object. I checked in /usr/X11R6/lib and didn't see it. I even went as far as to download the "virgin" sources and build it by hand. The shared object is never built! I resorted to modifying the /usr/ports/graphics/xpm/work/xpm-3.4k/lib/Makefile to have an appropriate target: libXpm.so.4: $(OBJS) $(EXTRALIBRARYDEPS) gcc -shared -o libXpm.so.4 $(OBJS) Is this a known problem? Is there a fix in the works? Thanks! -- Paul A. Howes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message