[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-07-25 Thread andry at inbox dot ru
--- Comment #14 from andry at inbox dot ru 2008-07-25 15:03 --- Sorry, i think this is different error, not dependent on root folder of Mingw system. I thinks happend because PATH in Mingw system has /mingw/bin part, which brokes build. I was removed it and additionally add /mingw mount

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-07-24 Thread andry at inbox dot ru
--- 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 =

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-07-24 Thread andry at inbox dot ru
--- Comment #13 from andry at inbox dot ru 2008-07-24 21:35 --- I found which part of Makefile broken: $CC -print-prog-name=ld. This is means that mingw build already broken, if root mingw directory differs from mingw32 folder. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-06-06 Thread cnstar9988 at gmail dot com
--- Comment #11 from cnstar9988 at gmail dot com 2008-06-07 04:04 --- Ping... I have attached config.log for a few days. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-28 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-05-28 07:55 --- checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make[1]: *** [configure-target-libgomp] Error 1 Can you attach the

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-28 Thread mikpe at it dot uu dot se
--- Comment #6 from mikpe at it dot uu dot se 2008-05-28 13:20 --- (In reply to comment #5) checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make[1]: *** [configure-target-libgomp] Error 1

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-28 Thread cnstar9988 at gmail dot com
--- Comment #7 from cnstar9988 at gmail dot com 2008-05-29 01:48 --- PR33100 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100 gcc-4.3.1-RC-20080523.tar.bz2 binutils 2.18 Solaris 10 x86_64 U4 gcc is configured to use GNU as but Sun ld. works well on 4.2.3. but failed on 4.3.1. Now I

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-28 Thread cnstar9988 at gmail dot com
--- Comment #8 from cnstar9988 at gmail dot com 2008-05-29 04:50 --- Created an attachment (id=15697) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15697action=view) config.log config.log -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-28 Thread cnstar9988 at gmail dot com
--- Comment #9 from cnstar9988 at gmail dot com 2008-05-29 04:51 --- configure:2540: checking for C compiler default output file name configure:2543: /export/home/test/gcc-4.3.1-build/build/./gcc/xgcc -B/export/home/test/gcc-4.3.1-build/build/./gcc/

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-28 Thread cnstar9988 at gmail dot com
--- Comment #10 from cnstar9988 at gmail dot com 2008-05-29 04:56 --- google crtend.o: section .eh_frame: bad cie version 0: offset You will find a lot of comments about the question. http://opensolaris.org/jive/thread.jspa?threadID=54665tstart=0 --

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-25 Thread cnstar9988 at gmail dot com
--- Comment #1 from cnstar9988 at gmail dot com 2008-05-26 00:43 --- gmp 4.2.2, mpfr 2.3.1 Both gmp and mpfr build with --disable-shared ABI=32 gcc 4.3.1 configure: ../src/configure --prefix=/opt/gcc-4.3.1 --with-gmp=/opt/gcc-4.3.1/gmp --with-mpfr=/opt/gcc-4.3.1/mpfr

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-05-26 00:50 --- -m64 Use --disable-multilib. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-25 Thread cnstar9988 at gmail dot com
--- Comment #3 from cnstar9988 at gmail dot com 2008-05-26 00:54 --- I want both build my programs -m32 -m64 My OS is solaris 10 x86_64. I can run well with gcc 4.2.3. If I build gcc 4.3.1 with --disable-multilib, I can only compile with apps with -m32? -- cnstar9988 at gmail dot

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2008-05-25 Thread cnstar9988 at gmail dot com
--- Comment #4 from cnstar9988 at gmail dot com 2008-05-26 02:14 --- gcc 4.3.1 can build with --disable-multilib on i386-pc-solaris2.10. It can only compiles 32bit apps. gcc 4.3.1 can build on sparc-sun-solaris2.10. It can compiles 32bit and 64bit apps.