in reply to Failed to link while building XS code

But the cairo library is out there. I manually run the link command, it runs successful

Take a close look at the output from the ./Build.PL step - mainly checking to see if there's any mention of a problem locating "-lcairo".

I'm wondering whether perl, having not been able to find -lcairo, might then do something to the environment that ensures that the linker won't find it either.
Then, when you run the command manually, it works because you're now running in an environment that perl has not corrupted.

Just a guess ... I'm not all that familiar with Module::Build ... and firmly committed to staying that way.

Cheers,
Rob
  • Comment on Re: Failed to link while building XS code

Replies are listed 'Best First'.
Re^2: Failed to link while building XS code
by llancet (Friar) on Jan 07, 2014 at 01:12 UTC
    Build.PL does not output anything strange. The cairo library is indexed by ldconfig:
    # ldconfig -p | grep cairo.so libcairo.so.2 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcairo +.so.2 libcairo.so.2 (libc6) => /usr/lib/i386-linux-gnu/libcairo.so.2 libcairo.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcairo.s +o