On Wed, Mar 27, 2002 at 05:56:18PM +0100, Sylvain Petreolle wrote:
Hi,
While running 'make test', I receive these messages :make[2]: Entre dans le répertoire `/home/wine/dlls/oleaut32' ../../programs/winetest/runtest -q -P wine -M oleaut32.dll -T ../.. -p tests/oleaut32_test tests/vartest.c && touch tests/vartest.ok Warning: loading builtin gdi32.dll, but native version already present. Expect trouble. Warning: loading builtin user32.dll, but native version already present. Expect trouble. wine: Unhandled exception, starting debugger...
<snip>Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x4064f000) Loaded debug information from ELF '/home/wine/dlls/libgdi32.dll.so' (0x40871000)
Wine is loading several dlls twice : from the source directory and from installed binaries...
Is this the expected behaviour ??
I am occasionaly getting the same. If you do make -k you will see the same for the 'user' tests.
I am utterly puzzled on why it happens, probably due to the LD_PRELOAD magic or something.
Ciao, Marcus