i remember having this problem as well. what i think i ended up having
to do was go into the makefile and put the explicit library i wanted to
use instead of just -lXpm
XPM_LIBRARIES = /usr/local/lib/libXpm.so.4.3 -lXpm
the problem seemed to be that the libXpm.so wasn't linked to
libXpm.so.4.3 and i think i used this method cause i didn't have
privilage to change the link.
i basically hacked it until it worked. a more knowlegeable unix
guru might have a better solution. but i hope that helps.
--mark
------------------------------------------------------------------
Mark Krischer email: mkrisch_at_bbn.com
BBN Systems & Technologies phone: (617) 873-4297
Network Security fax: (617) 873-4086
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg."
-- Bjarne Stroustrup on C++
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Jun 05 1997 - 09:35:26 BST