-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [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 - -- Alexander K. Hansen Fink User Liaison/Documenter akh AT finkproject DOT org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHSzzNB8UpO3rKjQ8RAnIvAJ0TJ2Vy5GSkbnPu3FAcrxenGztkDQCfchNb xSmh0YNhWCD6tO0PrIu/LIE= =h618 -----END PGP SIGNATURE----- ------------------------------------------------------------------------- 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
