CC: | tsch [...] cpan.org |
Subject: | [Win64] undefined references |
Hi,
On Win64, perl-5.10, during the 'make' step I'm getting:
CairoGObject.o:CairoGObject.c:(.text+0xd1): undefined reference to
`newSVCairoRegion'
CairoGObject.o:CairoGObject.c:(.text+0x101): undefined reference to
`newSVCairoRectangleInt'
CairoGObject.o:CairoGObject.c:(.text+0x130): undefined reference to
`newSVCairoRectangle'
CairoGObject.o:CairoGObject.c:(.text+0x2e8): undefined reference to
`SvCairoRegion_ornull'
CairoGObject.o:CairoGObject.c:(.text+0x308): undefined reference to
`SvCairoRectangleInt_ornull'
CairoGObject.o:CairoGObject.c:(.text+0x328): undefined reference to
`SvCairoRectangle_ornull'
I guess the expectation is that these symbols would have been resolved
by my perl/site/lib/auto/Cairo/Cairo.a, but those symbols are simply
not in that file - nor anywhere else, afaict.
I have Cairo-1.062.
Cheers,
Rob