libtool
[Top][All Lists]
Advanced

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

libtool(2.2.4) detect native java compiler in cross-compilation environm


From: Roumen Petrov
Subject: libtool(2.2.4) detect native java compiler in cross-compilation environment
Date: Fri, 09 May 2008 22:39:11 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080329 SeaMonkey/1.1.9

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]