Glenn Moeller-Holst wrote: [] > abc:~ root# cd /usr/bin > abc:/usr/bin root# mv libtool libtool.old > abc:/usr/bin root# cp glibtool libtool
Oh no, catastrophe! You really did this? You were supposed to replace the libtool script in your build directory by /usr/bin/glibtool. No need to become root for this. What you did was to replace /usr/bin/libtool which is part of Apple's compiler suite and has nothing to do with GNU libtool. Now your compilers will not work any more. Fortunately you kept the original /usr/bin/libtool as /usr/bin/libtool.old, so you can restore it. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
