Hello libtool Team,
In my environment exist GNU C and Java compilers along with mingw C
cross-compiler. When I build libtool the path to mingw C-compiler (gcc)
precede path to native C-compiler.
In configure output I see :
....
checking for i386-mingw32msvc-strip... i386-mingw32msvc-strip
....
checking for i386-mingw32msvc-gcc... i386-mingw32msvc-gcc
....
checking for i386-mingw32msvc-gcj... no
checking for gcj... gcj -> OOPS !!!!!
....
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
checking for gcj option to produce PIC...
checking if gcj static flag -static works... no
checking if gcj supports -c -o file.o... yes
checking if gcj supports -c -o file.o... (cached) yes
checking whether the gcj linker (/opt/mingw/i386-mingw32msvc/bin/ld)
.....
Is above detection correct ?
If is detected a prefix for a program why configure try to find a
program without prefix ?
The check for Fortran compiler look similar but I don't have installed
native Fortran-compiler so libtool configure don't detect any.
Roumen
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool