2007.03.23 20:33 "[Tiff] add tag to tiff image", by Varun Reddy

2007.03.27 15:09 "Re: [Tiff] add tag to tiff image", by Varun Reddy

thanks. 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.