Re: C compiler cannot create executables

2007-11-07 Thread Rod Person
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 06 Nov 2007 22:19:28 -0500 Philip M. Gollucci [EMAIL PROTECTED] wrote: Rod Person wrote: /usr/bin/ld cannot find -lgcc_s ls /lib/gcc* You should have: ls libgcc* -r--r--r-- 1 root wheel - 43K Nov 4 01:23:20 2007 libgcc_s.so.1

C compiler cannot create executables

2007-11-06 Thread Rod Person
cannot create executables I googled for awhile and found the suggestion to reinstall libtool, but that also fails with the same error. Any suggests would be great... - -- Rod http://roddierod.homeunix.net:8080 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (FreeBSD

Re: C compiler cannot create executables

2007-11-06 Thread Rod Person
, but when ever I compile anything it fails and the last line is always: configure: error: C compiler cannot create executables I googled for awhile and found the suggestion to reinstall libtool, but that also fails with the same error. I had this exact problem with a production box

Re: C compiler cannot create executables

2007-11-06 Thread Steve Bertrand
Rod Person wrote: I seem to have really hosed up my system somehow and I'm not sure what I did. I'm running FreeBSD 7 Beta 1 i386. I was going to upgrade to Beta 2, but when ever I compile anything it fails and the last line is always: configure: error: C compiler cannot create

Re: C compiler cannot create executables

2007-11-06 Thread Josh Carroll
configure: error: C compiler cannot create executables I googled for awhile and found the suggestion to reinstall libtool, but that also fails with the same error. Can you paste the config.log from the port's work source directory (where configure is located)? Can you try the following

Re: C compiler cannot create executables

2007-11-06 Thread Garrett Cooper
Josh Carroll wrote: configure: error: C compiler cannot create executables I googled for awhile and found the suggestion to reinstall libtool, but that also fails with the same error. Can you paste the config.log from the port's work source directory (where configure is located)? Can

Re: C compiler cannot create executables

2007-11-06 Thread Rod Person
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 06 Nov 2007 17:31:39 -0800 Josh Carroll [EMAIL PROTECTED] wrote: configure: error: C compiler cannot create executables I googled for awhile and found the suggestion to reinstall libtool, but that also fails with the same error