Hello world, I think this is to do with make-3.82 but I'm not sure as I've updated libtool to 2.2.8 and the error mentions libtool. I'm having problems compiling webkit-gtk-1.2.3 with make-3.82. The build fails like this:
CC WebKit/gtk/tests/Programs_unittests_testhttpbackend-testhttpbackend.o CCLD Programs/unittests/testloading libtool: link: cannot find the library `libwebkit-1.0.la' or unhandled argument `libwebkit-1.0.la' make[1]: *** [Programs/unittests/testloading] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/tmp/webkit-1.2.3' make: *** [all] Error 2 However, if I run make again, the build succeeds. This makes me think it's some kind of race condition involving make-3.82. I have my build scripts set to exit on any error so to work around this I have to: ./configure --prefix=/usr make -j4 || true make -j4 Google isn't helping so I thought I'd post something here to see if anyone has any insights. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
