View Single Post
  #9   (View Single Post)  
Old 14th October 2008
pormogo pormogo is offline
Port Guard
 
Join Date: Jun 2008
Posts: 10
Default

Quote:
Originally Posted by Carpetsmoker View Post
I suspect you didn't add /usr/local/ to CFLAGS and/or LDFLAGS, which is why configure can't find libpng.
That sounds a lot like what's happening. Where are CFLAGS/LDFLAGS set? Are these supposed to be enviromental variables or are they stored in the make file? (or is there somewhere else I should be setting them). When I built libpng I thought I remember ld linking /usr/local/lib when I did a make install.
Reply With Quote