Mouse wrote:
Maybe. If what is concerning you is that find is not finding it, well, find does not, in my experience, follow symlinks for argument paths. Try "find/usr/pkg/. -name cairo.h" to force the link to be followed
That one works indeed. So using find was a red herring to understand my compile problem.
The file is there and the compiler does not find it :( Riccardo