ellem wrote: [] >> * if appropriate, the exact error output you received >> > > cpp-precomp: warning: errors during smart preprocessing, retrying in > basic mode > make: *** [tk3d.o] Error 1 > ranlib: can't open file: libtkstub8.3.a (No such file or directory)
The actual errors must appear earlier in the output. They prevent libtkstub8.3.a from being built. What you show is a secondary effect. You should look for a line ar cr libtkstub8.3.a tkStubLib.o tkStubImg.o and its neighboring output. -- Martin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
