Root configure failed

Hi,

while installing root_v5.34.04.source.tar.gz on cygwin I obtain the following error.

It seems gcc is installed, but configure does not find it. Any idea?

Cheers, André

[sopczak@sopczak-laptop ~/root_install/root]$ ./configure
Checking for source directory … /cygdrive/d/linux/root_install/root
Configuring for win32
Checking for GNU Make version >= 3.80 … ok
Checking for C compiler … no C compiler cl found
configure: C compiler MUST be installed
See root.cern.ch/drupal/content/build-prerequisites
[sopczak@sopczak-laptop ~/root_install/root]$ gcc -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.3.4-4/gcc4-4.3.4-4/src/gcc-4.3.4/configure --srcdir=/gnu/gcc/releases/respins/4.3.4-4/gcc4-4.3.4-4/src/gcc-4.3.4 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --with-slibdir=/usr/bin --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g+±4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g+±4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.3.4 20090804 (release) 1 (GCC)

Hi,

Try:./configure win32gcc

Cheers, Bertrand.

Hi,

thanks, a step further. Make is working for some 10min, then comes this error:

André

cint/inc -o cint/cint/lib/dll_stl/G__cpp_vector.o -c cint/cint/lib/dll_stl/G__cpp_vector.cxx
cint/cint/lib/dll_stl/G__cpp_vector.cxx: In function ‘void G__setup_memfuncvectorlEunsignedsPlongsPlongcOallocatorlEuns
ignedsPlongsPlonggRsPgR()’:
cint/cint/lib/dll_stl/G__cpp_vector.cxx:23491: error: ‘G__v’ was not declared in this scope
cint/cint/lib/dll_stl/G__cpp_vector.cxx:23494: error: ‘G__setup_memfuncvectorlEunsignedsPlongsPlongcOallocatorlEunsignedsPlongsPlonggRsPgRcLcLiterator’ was not declared in this scope
cint/cint/lib/dll_stl/G__cpp_vector.cxx:23495: error: ‘G__setup_memfuncreverse_iteratorlEvectorlEunsignedsPlongsPlongcOallocatorlEunsignedsPlongsPlonggRsPgRcLcLiteratorgR’ was not declared in this scope
cint/cint/lib/dll_stl/G__cpp_vector.cxx:23496: error: ‘G__setup_memfuncallocatorlEfloatgR’ was not declared in this scope

Hi André,

For information (as said by e-mail), ROOT v5.34.00-patches (rev. 48424) build just fine in cygwin with gcc 4.5.3.

Cheers, Bertrand.