dlls/oleaut32/olepicture.c won't compile

Marcus Meissner marcus at jet.franken.de
Sun May 29 10:58:47 CDT 2005


> Hmm, this seems weird, I looked into the config.log after running 
> configure, but the tests for libgif already do fail when using the wrong 
> library version (DGifOpen (); is missing; it reads:
> 
> configure:15519: checking for -lungif soname
> configure:15549: gcc -o conftest -g -O2   conftest.c -lungif   >&5
> /tmp/ccie7Kbp.o(.text+0xa): In function `main':
> /home/jorishuizer/.wine-source/wine/conftest.c:176: undefined reference 
> to `DGifOpen'
> collect2: ld returned 1 exit status
> configure:15555: $? = 1
> configure: failed program was:
> ...
> configure:15584: result: libungif.so

This is a result of the dynamically loaded libungif.so / libgif.so, it expects
that it has this symbol.

So exactly what distro has this problem, all modern ones should not have it.

Ciao, Marcus



More information about the wine-devel mailing list