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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message