| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2008.03.03 17:53 "Re: Putting TIFFLIB into Bloodshed's Dev C++", by Bob FriesenhahnOn Mon, 3 Mar 2008, Andreas Reifenberger wrote: > > 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/ |
|||||||