Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - cairo build: (1 Item)
   
cairo build  
Hi,

I am trying to build cairo on QNX 6.4.1 self hosted.
I followed the following steps.

1. I built pixman 0.15.18 which is the dependency for cairo.
2. export  PKG_CONFIG_PATH=/opt/pixman/lib/pkgconfig:/opt/crank/x86/lib/pkgconfig
3. export PATH=$PATH:/opt/crank/bin (pkg-config executable is there in this path)
4. After running ./configure : it is successful
5. However, when I am running make,
I am getting this linker errors 

/usr/qnx641/host/qnx6/x86/usr/bin/ntox86-ld: cannot find -lz
collect2: ld returned 1 exit status

I am wondering why this error is comming..


Your inputs are appreciated.

Thanks,
Satish