This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables
- From: "andry at inbox dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2008 21:14:44 -0000
- Subject: [Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables
- References: <bug-36330-14862@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from andry at inbox dot ru 2008-07-24 21:14 -------
I have the same issue on i686-pc-mingw32.
It is slightly different issue, is about: "ld: no such file or directory".
I take a look in to generated Makefile and found this:
"LD = c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe"
This is of cause incorrect and should be fixed to:
"LD = c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw/bin/ld.exe""
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330