This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building GCC 4.3.0 on Cygwin...


It is almost a month that the build og gcc-core 4.3.0 on Cygwin is broken:
---------------------------------------------------------------
../configure --prefix=/usr/local/gfortran \
             --enable-languages=c,fortran \
	     --enable-bootstrap \
	     --enable-libgomp \	         
             --enable-threads \
	     --enable-sjlj-exceptions \
	     --enable-version-specific-runtime-libs \
             --enable-nls \
	     --enable-werror \
             --enable-checking=release \
	     --disable-libmudflap \
	     --disable-shared \
	     --disable-win32-registry \
             --with-system-zlib \
             --without-included-gettext \
             --without-x

make

...
make[3]: Leaving directory `/tmp/gcc/.build'
make[2]: Leaving directory `/tmp/gcc/.build'
make[2]: Entering directory `/tmp/gcc/.build'
Configuring stage 2 in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for i686-pc-cygwin-gcc...  /tmp/gcc/.build/./prev-gcc/xgcc
-B/tmp/gcc/.build/./prev-gcc/ -B/usr/local/gfortran/i686-pc-cygwin/bin/
checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.
make[2]: *** [configure-stage2-intl] Error 77
make[2]: Leaving directory `/tmp/gcc/.build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/tmp/gcc/.build'
make: *** [all] Error 2
--------------------------------------------------------------

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31039


The last 4.3.0 source that builds fine is GCC-4.3.0-20070224-trunk-122292.

The strange thing is not that a development version of GCC is broken, but
that there is NOT much will to solve it for CYGWIN,

  http://gcc.gnu.org/ml/fortran/2007-03/msg00047.html
  http://gcc.gnu.org/ml/fortran/2007-03/msg00070.html
  http://gcc.gnu.org/ml/fortran/2007-03/msg00085.html  



Cheers,

   Angelo.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]