I am having trouble linking cairo with static pixman library on Windows
system using MSYS2/MinGW <https://www.msys2.org/>:

libtool: link: ranlib .libs/libcairoboilerplate.a
C:/Development/MSYS2/mingw32/lib/libpixman-1.a(pixman-x86.c.obj):(.text+0x204):
undefined reference to `_pixman_implementation_create_mmx'
C:/Development/MSYS2/mingw32/lib/libpixman-1.a(pixman-x86.c.obj):(.text+0x213):
undefined reference to `_pixman_implementation_create_sse2'
C:/Development/MSYS2/mingw32/lib/libpixman-1.a(pixman-x86.c.obj):(.text+0x1b8):
undefined reference to `_pixman_implementation_create_ssse3'


Is something wrong with my libpixman-1.a static library? I've searched
around on the web & haven't found anything in reference to the errors I am
receiving. I also sent a message on the Cairo IRC channel
<https://webchat.freenode.net/?channels=#cairo> but haven't received an
answer yet.

Trying to build cairo 1.16.0. pixman library is 0.38.4.

Thank you,
- Jordan

http://antumdeluge.wordpress.com/
_______________________________________________
Pixman mailing list
Pixman@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to