On 9/16/2010 3:52 PM, Vincent Torri wrote:
>> do I see it right that there are no pending w32 patches for before
>> the next Libtool release any more (after the one I just acked)?
> 
> there is a mingw-w64 issue i have mentioned 2 times, with a debug log of
> libtool.

This is the "Warning: linker path does not have real file for library
-lole32." problem, right?

libole32.a and friends are all part of the Win32 API, and are installed
by a proper mingw64 native non-multilib toolchain in ${prefix}/lib IIRC
-- and that dir is included in the compiler/linker's search path
automatically.

What would really help is if you could look at your (failing) libtool
script, and see what 'sys_lib_search_path_spec' is set to -- AND (a)
where libole32.a actually lives in your setup, plus (b) what 'gcc
-print-search-dirs' reports (where, 'gcc' is the actual compiler,
whatever it is called, that you are using).

Anyway, then we could try and figure out what libtool can't find
libole32.a...

(*) I assume you're using a native non-multilib toolchain (you didn't
specify).

--
Chuck

Reply via email to