Brian O'Keefe wrote:
I hacked /usr/libexec/gcc/darwin/ppc/3.3 as per Martin's instructions from the Fink site. I ran the hack and the addenda hack and tried to rebuild nautilus-shlibs as per the instructions. I wanted to see if it worked and had any application to my qt3 problem. I got:
grep: /sw/lib/libfreetype.la: No such file or directory sed: /sw/lib/libfreetype.la: No such file or directory libtool: link: `/sw/lib/libfreetype.la' is not a valid libtool archive
This comes most likely from another /sw/lib/lib*.la archive which is so old that it remembers that there used to exist this /sw/lib/libfreetype.la which no longer exists now. You can do a
grep libfreetype.la /sw/lib/lib*.la
to find out which one it is.
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
