2008.03.03 17:26 "[Tiff] Putting TIFFLIB into Bloodshed's Dev C++", by Andreas Reifenberger

2008.03.03 17:53 "Re: [Tiff] Putting TIFFLIB into Bloodshed's Dev C++", by Bob Friesenhahn

After compiling codes (e.g. this code here:
http://www.remotesensing.org/libtiff/libtiff.html#tiffrgbaimage), I get
these error messages:

 [Linker error] undefined reference to `TIFFOpen'

So maybe someone could tell me what I am doing wrong?

Either you are not supplying the built libtiff library to the linker when linking your application, or the symbols exposed by the libtiff library don't match what your application expects due to build option differences (e.g. DLL export vs static export).

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/