On Sunday 02 December 2007 6:31:46 am [EMAIL PROTECTED] wrote: > Hello, > > > Working on my LFS for years now, I sometimes get stuck on a make where I > know what's wrong but I can't find the position in the makefiles where the > command that needs to be modified is set. > Is there a best way to track down this position? > > Current problem: > > Compilation of blender stops with: > > > cd > /usr/src/blender/blender-2.45/obj/linux-glibc2.3.6-i386/gameengine/blphys/b >lbullet/; ar ruv > /usr/src/blender/blender-2.45/obj/linux-glibc2.3.6-i386/gameengine/blphys/b >lbullet/libblbullet.a CcdPhysicsController.o CcdPhysicsEnvironment.o ar: > creating > /usr/src/blender/blender-2.45/obj/linux-glibc2.3.6-i386/gameengine/blphys/b >lbullet/libblbullet.a a - CcdPhysicsController.o > a - CcdPhysicsEnvironment.o > make[1]: *** No rule to make target `/usr/local/lib/lib-pthread.a', needed > by `/usr/src/blender/blender-2.45/obj/linux-glibc2.3.6-i386/bin/blender'. > Stop. make: *** [all] Error 1 > > I don't have a /usr/local/lib/lib-pthread.a but a /usr/lib/libpthread.a > which ought to be fine but I can't figure out how to change the make > process accordingly. I also wonder why it looks for static libs > although it is supposed to make a dynamic blender binary. > > > Tanks for any help > Lynx
Try: cd /usr/local/lib ln -sv /usr/lib/libpthread.a /usr/local/lib/lib-pthread.a -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page