I'm cross-compiling FLTK version 1.1.9 using instructions from http://cblfs.cross-lfs.org/index.php/FLTK and when i type 'make install' i get this error: === installing FL === Installing include files in /usr/include... === installing src === Installing libraries in /usr/lib64... ranlib: '/usr/lib64/../lib/libfltk.a': No such file make[1]: ** [install] Error 1 make: ** [install] Error 1 Before the make install typed this comands, with no problems: CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr --x-libraries=${XORG_PREFIX}/lib64 --libdir=/usr/lib64 --enable-shared --enable-xinerama --enable-xft --enable-threads && make System: Release: SVN-20080629-x86_64-Multilib
- I have opened the STR #2007, but Matthias Melcher, closed the STR. - This is not a problem with prior versions. It is with version 1.1.9. - The problem is in the Makefile on src dir. - This Makefile do ranlib '/usr/lib64/..lib/libfltk.a' instead of '/usr/lib64/libfltk.a' or '/usr/lib64/../lib64/libfltk.a' - The suffix 'lib' is hardcoded in the somewhere forcing the runlib to search a invalid libfltk.a _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

