This is my first real project with C so bare with me.
I am trying to write a program that will be able to, among other things, read the geo tags of a tiff using the libgeotiff library. I downloaded and installed the library, and its dependent, libtiff, from source.
How do I include these now into my program? If I do an #include "absolute path", I can get the .h file, and use the type definitions, but when I call any of the functions, I get a symbol(s) not found error.
I am using Xcode on mac os x.
Thank you



LinkBack URL
About LinkBacks


