On Sun, 5 Oct 2008, Vincent Torri wrote:
On Sun, 5 Oct 2008, Ralf Wildenhues wrote:
* Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST:
If with those settings, things still fail, you should surround the
func_win32_libid code in your libtool script with 'set -x', 'set +x'
and look at the commands called, when 'libtool --mode=link' is run.
Call them manually and inspect their output. The comments in the
function explain what is expected.
about that function, the results mentions 'x86 archive *', same when it's a
dll or executable. Is it a problem ?
more precisely, with mingw32ce:
* for DLL, win32_fileres is:
$ file -L .libs/libevil-0.dll
.libs/libevil-0.dll: MS-DOS executable PE for MS Windows (DLL) 32-bit
so it is good enough
* for executable, win32_fileres is:
$ file -L ../bin/.libs/suite.exe
../bin/.libs/suite.exe: MS-DOS executable PE for MS Windows 32-bit
so it is not enough. I think that a case should be added.
Vincent Torri
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool