Installation of gcc.3.3.2 on Windows 98 using Cygwin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
I try to install gcc.3.3.2 on Windows 98 using Cygwin.
My srcdir= c:/gcc/gcc332 and objdir=c:/gcc/gcc_compl.
Configure options:
$ cd /cygdrive/c/gcc/gcc_compl
$ /cygdrive/c/gcc/gcc332/configure --with-gcc --with-gnu-ld --with-gnu-as --pre
x=/cygdrive/c/gcc/gcc332/ --exec-prefix=/cygdrive/c/gcc/gcc332/ --libdir=/cyg
ive/c/gcc/gcc332/lib --enable-languages=c,c++,f77,java,objc --enable-l
gcj --enable-threads=posix --enable-shared --enable-java-gc=boehm --target=i6
-pc-cygwin --host=i686-pc-cygwin --build=i686-pc-cygwin


Then I get a lot of messages, the end of them looks like:
updating cache ../config.cac
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h

Make options:
$make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap


Again a lot of messages, at the end I get :
insn-conditions.c:2601: error: initializer element is not constant
insn-conditions.c:2601: error: (near initialization for `insn_conditions[463]')
insn-conditions.c:2603: error: initializer element is not constant
insn-conditions.c:2603: error: (near initialization for `insn_conditions[464]')
make[2]: *** [insn-conditions.o] Error 1
make[2]: Leaving directory `/cygdrive/c/gcc/gcc_compl/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/cygdrive/c/gcc/gcc_compl/gcc'
make: *** [bootstrap] Error 2


What do I do wrong? Any Idea?

_________________________________________________________________
There are now three new levels of MSN Hotmail Extra Storage! Learn more. http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux