|
From: Brian D. <br...@de...> - 2007-12-05 01:19:48
|
Benno Senoner wrote: > basically mingw has only this file in the mingw tree > /mingw/lib/librpcrt4.a That is an import library for the DLL RPCRT4.DLL which is part of the operating system and is located in %SystemRoot%\System32\. > are there some files missing (dll import lib ?) By any chance do you have the 'file' utility installed? Libtool uses it and you get strange errors like this when it's missing. If you don't you can download it at the SF download page, there is both a MSYS binary and a mingwPORT package. Brian |