Greetings,It looks as if the last step of the cairo build is not linking libz for some reason (exact output included below). If I 'cd work/cairo-1.2.0/ src' and re-run the libtool step manually with '-lz' added, the build completes.This is for cairo-1.2.0nb2, but I saw the same with 1.2.0nb1. Is there something I'm missing? Thanks, Mark
[...]
ld: Undefined symbols: _compress /usr/bin/libtool: internal link edit command failed *** Error code 1
Hello, Cairo has build for me today without a glitch. Do you use pkgsrc zlib? I have PREFER_NATIVE+=zlib in my /etc/mk.conf. Cheers, Adam