Hi Florian, * fschricker@xxxxxx wrote on Mon, May 22, 2006 at 11:00:51AM CEST: > > I recently stumbled some weird behaviour I'd like to report. > > Our projects here use libtool/g++ to build DLLs which works fine > (now); but when configuring I get This is a Libtool issue. Please print the Libtool version that you use (either "./libtool --version", or look at the beginning of the ltmain.sh file), and post the complete output of the configure run to bug-libtool (which I've Cc:ed). Also post config.log (packed). Maybe also helpful if you post relevant parts of configure.ac. > [...] > checking dynamic linker characteristics... Win32 ld.exe > [...] > checking dynamic linker characteristics... ./configure: -print-search-dirs: command not found > ./configure: -print-search-dirs: command not found > Win32 ld.exe Weird. Something unsets $CC. > checking whether we are using the GNU C++ compiler... (cached) yes > checking whether g++ accepts -g... (cached) yes > checking dependency style of g++... (cached) gcc3 > ./configure: yes=yes: command not found Some other command is missing here, but I can't easily tell which. > So the test is re-run butit seems to fail with the error above. And > the last line of the snippet above seems to be quite strange, too. > Is this something bad? ;-) > configure continues to run, though, so it seems to work somehow... > Versions: > autoconf (GNU Autoconf) 2.59 > automake (GNU automake) 1.7.1 > running on MinGW/MSys Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf