| 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 |
Thread2007.03.27 05:56 "Re: add tag to tiff image", by Andrey KiselevOn Mon, Mar 26, 2007 at 12:47:08PM -0400, Varun Reddy wrote: > When i try to compile the program i get the following error: > > ------ > varun@varun-laptop:~/Desktop/osivtest$ gcc -o myprog tiffTagEditor.c > /tmp/ccqgKygU.o: In function `TagExtender': > tiffTagEditor.c:(.text+0x1d): undefined reference to `TIFFMergeFieldInfo' You forgot pointing linker to libtiff library. Add -ltiff option to the compilation command. Of course, the library itself should be available in your system. Best regards, Andrey -- Andrey V. Kiselev ICQ# 26871517 |
|||||||