config.log says:
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
configure:640: checking host system type
configure:661: checking build system type
configure:681: checking for ranlib
configure:711: checking for gcc
configure:824: checking whether the C compiler (gcc3 -no-cpp-precomp -I/sw/include -L/sw/lib) works
configure:840: gcc3 -o conftest -no-cpp-precomp -I/sw/include -no-cpp-precomp -I/sw/include -L/sw/lib conftest.c -L/sw/lib 1>&5
ld: can't locate file for: -lcrtbegin.o
configure: failed program was:
#line 835 "configure" #include "confdefs.h"
main(){return(0);}There is /sw/src/freetype-hinting-1.3.1-8/freetype-hinting-1.3.1/confdefs.h, but it's empty (except for one byte, LF or CR), but it seems like # means comment in the configure script anyway unlike in C code. So I can't really guess what's going wrong. And what means "ld: can't locate file for: -lcrtbegin.o"?
-- Dipl.-Phys. Jens-Erik Weber Experimentelle Radiologische Diagnostik Universit�tsklinikum T�bingen Otfried-M�ller-Str. 51 72076 T�bingen Tel.: +49-70 71-29-8 77 19 priv.: +49-70 71-7 49 77 0 mobile: +49-179-28 66 00 3
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
