Date: Thu, 4 May 2000 19:39:02 -0400 From: "Paul A. Howes" <pahowes@fair-ware.com> To: <freebsd-stable@freebsd.org> Subject: libXpm problem... Message-ID: <PCEHKHHDDCJMAMJLBLNCMEMACDAA.pahowes@fair-ware.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PCEHKHHDDCJMAMJLBLNCMEMACDAA.pahowes>