Re: solaris and Xpm failure



Federspiel wrote:
> 
> Hello,
> I've installed all the libs Patrick subscribed (libpng, z, Xpm), the
> first error was fixed, but now the hell break through.
> Any Idee.
> Thanks
>                             Christian
> 
> I've installed Xpm-3.4k as bin distribution.
> #
> /bin/sh ../libtool --mode=link gcc -g -O2  -o htmltest  test.o
> ../gtk-xmhtml/libgtkxmhtml.la -L/usr/local/lib -L/usr/openwin/lib
> -R/usr/openwin/lib -lgtk-1.1 -lgdk-1.1 -lglib-1.1 -lXext -lX11 -lsocket
> -lnsl -lm ../intl/libintl.a -lm -lresolv -lsocket -lnsl
> gcc -g -O2 -o .libs/htmltest test.o -R/usr/local/lib
> ../gtk-xmhtml/.libs/libgtkxmhtml.so -L/var/src/xpm-3.4k/lib
> -L/var/src/xpm-3.4k/lib -L/usr/local/lib -L/usr/openwin/lib -lgtk-1.1
> -lgdk-1.1 -lglib-1.1 -lXext -lX11 -lsocket -lnsl -lm -lm -lresolv
> -lsocket -lnsl -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib
> -lgtk-1.1 -lgdk-1.1 -lglib-1.1 -lXext -lX11 -lsocket -lnsl -lm
> ../intl/libintl.a -lm -lresolv -lsocket -lnsl

A -lXpm is missing. The path to the libXpm library is there, but the
reference to the libary is not. Might again be a configure problem. You
will probably also have to add -lpng -z to get PNG support. Pretty wierd
btw that the final link line has all libraries mentioned twice.

Cheers,
Koen.
-- 
XmHTML author and maintainer
ripley@xs4all.nl                          http://www.xs4all.nl/~ripley



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]