Hi, I have been using icewm on Crux-2.7 for years with increasing pleasure, running my favourite window manager icewm. On 2.8, however, compilation runs for a while and then aborts with these lines: ----------------------------------------------------------------------- CXX yimage_imlib.o CXX yimage_xpm.o CXX ytooltip.o LD icewm /usr/bin/ld: warning: libffi.so.5, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.7.2/../../../libgobject-2.0.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: wmapp.o: undefined reference to symbol 'FcConfigAppFontAddDir' /usr/bin/ld: note: 'FcConfigAppFontAddDir' is defined in DSO /usr/lib/libfontconfig.so.1 so try adding it to the linker command line /usr/lib/libfontconfig.so.1: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make[1]: *** [icewm] Error 1 make[1]: Leaving directory `/local/ports/monoped/icewm/work/src/icewm-1.3.7/src' make: *** [base] Error 2 =======> ERROR: Building '/local/ports/monoped/icewm/icewm#1.3.7-1.pkg.tar.gz' failed. ----------------------------------------------------------------------- The warning about libffi.so.5 is correct, as libffi-3.0.11 no longer contain this file. After creating a symbolic link libffi.so.5 -> libffi.so.6.0.0 this warning disappears, but the rest remains. The build function essentially just contains the usual "./configure; make" sequence. Having icewm is crucial for me, so any help is appreciated very much! Regards, Bernd -- http://sudrala.de