Click to See Complete Forum and Search --> : Imlib for IceWM


camelrider
03-03-2002, 05:53 PM
I'm trying to recompile IceWM with Imlib support. I think I have the correct libs:

tom@localhost:~> ls /usr/lib | grep imlib
libgdk_imlib.so.1
libgdk_imlib.so.1.9.10
libimlib-bmp.so
libimlib-gif.so
libimlib-jpeg.so
libimlib-png.so
libimlib-ppm.so
libimlib-ps.so
libimlib-tiff.so
libimlib-xpm.so
tom@localhost:~>

but I have no imlib-config file on my system.

Where should I create this file and what should it contain. Or is there a command somewhere that generates this file?

usual
03-03-2002, 08:59 PM
maybe you need the imlib-devel package? imlib-config is in the imlib-progs package in debian, are you using any form of package managment? there is most likely RPM's that contain imlib-config. If your just using tarballs you might need a imlib-devel tarball.

camelrider
03-04-2002, 05:26 AM
Yep, I tracked down the SuSE 7.3 imlib-devel.rpm, installed it, ran "make distclean" and started over. Went w/o a hitch.

Thanks usual! :cool: