[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dynamic linker (Win32)
From: |
Ralf Wildenhues |
Subject: |
Re: dynamic linker (Win32) |
Date: |
Mon, 22 May 2006 11:14:00 +0200 |
User-agent: |
Mutt/1.5.11 |
Hi Florian,
* address@hidden 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
- Re: dynamic linker (Win32),
Ralf Wildenhues <=