Version: 2.1 (using KDE 3.0.2) Installed from: SuSE Compiler: gcc version 2.95.3 20010315 (SuSE) OS: Linux (i686) release 2.4.18-4GB jpeg lib seems to be hardcoded in kdevelop linker call with a fixed path. This makes it difficult to use the crosscompilation with jpeg. As the linker always wants /usr/lib/libjpeg.so you have to change that link before compiling for another platform (e.g. ipaq). It makes life easier to just use -ljpeg and set the LibraryPath appropriately (under cross).
Not an issue with Gideon