Hello all,
        When I downloaded the latest wine20000430, I tried to compile it
using
the --disable-dll to get a static build. I never got to the point of a
complete build. What happens is that it builds the libwine.a and all the
.a files in the dlls directory, but the wine apps cannot link. Here is
the output of:
./configure --disable-dll && make depend && make

the build goes making all the lib and while compiling the debugger, this
is what happens:
../libwine.a(ole.o): In function `GetUserDefaultLCID':
/home/joeadlib/install/wine-20000430/ole/ole2nls.c:624: multiple
definition of `IID_IClassFactory'
../dlls/libshell32.a(shellguid.o)(.rodata+0x0): first defined here
../libwine.a(ole.o): In function `GetSystemDefaultLCID':
/home/joeadlib/install/wine-20000430/ole/ole2nls.c:632: multiple
definition of `IID_IUnknown'
../dlls/libshell32.a(shellguid.o)(.rodata+0x20): first defined here
../libwine.a(ole.o): In function `GetUserDefaultLCID':
/home/joeadlib/install/wine-20000430/ole/ole2nls.c:626: multiple
definition of `IID_IMalloc'
../dlls/libshell32.a(shellguid.o)(.rodata+0x10): first defined here
make[1]: *** [winedbg] Error 1


Is there a way to get around this error? Thanks

Reply via email to