On 1/24/06, Basant Saini <[EMAIL PROTECTED]> wrote: > > gcc -pipe -shared -o libitk3.2.so itk_cmds.o itk_option.o itk_archetype.o > itk_util.o itkStubInit.o itkStubLib.o -L/usr/lib -ltkstub8.4 -L/usr/lib > -ltclstub8.4 ../itcl/libitclstub3.2.a > gcc: ../itcl/libitclstub3.2.a: No such file or directory > make[1]: *** [libitk3.2.so] Error 1 > make[1]: Leaving directory `/home/autotest/itcl3.2-src/itcl3.2/itk'
Does the file /home/autotest/itcl3.2-src/itcl3.2/itcl/libitclstub3.2.a exist? Possibly libitclstub3.2.a exists in another directory. Look through your build log for this file and see if it has even been created yet. If it's just in a different directory, you can hack the Makefile to look in the right location. I don't have tk installed, so I can't make a test run right now. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page