[EMAIL PROTECTED] wrote: > > "Alexander K. Hansen" <[EMAIL PROTECTED]> wrote on 11/26/2007 > 02:38:21 PM: > > [EMAIL PROTECTED] wrote: > >> I have the following issue when installing Fink on my Mac with >> Leopard. I had it installed on the Tiger version but since I >> moved to Leopard I deleted the /sw directory and started fresh. >> Its happening during compile time. My start command is >> ./bootstrap > >> PERL=/usr/bin/perl ./configure --build=i386-apple-darwin >> --prefix=/sw/bootstrap --without-zlib --without-dselect >> --without-start-stop-daemon --without-sgml-doc >> --with-admindir=/sw/var/lib/dpkg --mandir=/sw/bootstrap/share/man >> --infodir=/sw/bootstrap/share/info >> --srcdir=/sw/src/fink.build/dpkg-bootstrap-1.10.21-1218/dpkg-1.10.21 >> --without-libintl-prefix --without-libiconv-prefix --disable-nls >> checking build system type... i386-apple-darwin checking host >> system type... i386-apple-darwin checking target system type... >> i386-apple-darwin checking for gcc... gcc checking for gcc... >> (cached) gcc checking for C compiler default output file name... >> configure: error: C compiler cannot create executables See >> `config.log' for more details. ### execution of >> PERL=/usr/bin/perl failed, exit code 77 phase compiling: >> dpkg-bootstrap-1.10.21-1218 failed > > > >> Thanks > >> Eric > >> ---------------------------------------------------------------------- >> > Did you check the config.log file for dpkg-boostrap like it > suggests? > > You're using the Leopard Xcode Tools, right? > > These errors frequently are tied to missing header files (or an > entire SDK): > http://www.finkproject.org/faq/comp-general.php#basic-headers > >> > I did review the config.log again and found the following:
> configure:1958: gcc -I/sw/bootstrap/include -I/sw/bootstrap/include > -L/sw/bootstrap/lib conftest.c >&5 > /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file > for: -lgcc_s.10.5 collect2: ld returned 1 exit status > DO you know what this means alexander? > Thanks Eric Walker It's looking for libgcc_s.10.5.dylib. On my 10.4 Xcode install, that comes from DevSDK.pkg (AKA the Developer Tools SDK). I'm not sure if it's the same in Leopard though. -- Alexander K. Hansen Fink User Liaison/Documenter akh AT finkproject DOT org ------------------------------------------------------------------------- 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
