| 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 15:09 "Re: add tag to tiff image", by Varun Reddythanks. that fixed the problem. On 3/27/07, Andrey Kiselev <dron@ak4719.spb.edu> wrote: > > On 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 > _______________________________________________ > Tiff mailing list: Tiff@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/tiff > http://www.remotesensing.org/libtiff/ > |
|||||||