I am cross compiling Dillo for an ipaq (after i applied a patch on it) i keep having a problem with the jpeg library. During the execution of configure i have this warning message: checking for jpeg_destroy_decompress in -ljpeg... no configure: WARNING: *** JPEG support will not be included *** Then if i try to compile the whole thing i get: arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -D_REENTRANT -D_THREAD_SAFE -Wall -Waggregate-return -c jpeg.c jpeg.c:26: jpeglib.h: No such file or directory make[3]: *** [jpeg.o] Error 1 Anyone has an idea ? i am very new in cross compilation and didn't understand everything yet Thomas.