I have a problem building crosstest for GDI+ call GdipFillClosedCurve2.

I've got the following:

graphics.cross.o: In function 
`func_graphics':/home/mrlarch/wine/dlls/gdiplus/tests/graphics.c:593: 
undefined reference to [EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make[2]: *** [gdiplus_crosstest.exe] Error 1
make[2]: Leaving directory `/home/mrlarch/wine/dlls/gdiplus/tests'
make[1]: *** [gdiplus/tests/__crosstest__] Error 2
make[1]: Leaving directory `/home/mrlarch/wine/dlls'
make: *** [dlls/__crosstest__] Error 2

This never happened with other calls yet.

Before this I've done 'make && make install' for library and make clean 
for 'tests' directory.
Actually in definition file I have now -- [EMAIL PROTECTED] @216.
I'm able to build ordinary (not cross) tests without any errors.

I think the question is why reference name differs from .def file?



Reply via email to