1996.11.07 14:24 "Unresolved __eprintf", by Keith Arbuckle

1996.11.07 18:40 "Re: Unresolved __eprintf", by James Crawford Ralston

I tried to link in the [static] tiff library with ImageMagick which produced the error message "Unresolved: __eprintf".

After using the "ld -y" command to determine where the unresolved was being used. I discovered it was being called from several places in the tiff library, with tif_read.c being one of those files.

The __eprintf function comes from libgcc.a. If you let gcc call ld on your behalf, it should do the right thing.

I'm not sure how unresolved references to it popped up in your libtiff.a, though; gcc should produce static libraries which have no specific dependencies on gcc. Perhaps someone who is more intimately familiar with Irix can comment.

-- 
James Crawford Ralston \ qralston+@pitt.edu \ Systems and Networks [CIS]
University of Pittsburgh \ 600 Epsilon Drive \ Pittsburgh PA 15238-2887
"Computer, you and I need to have a little talk."  - O'Brien, ST:DS9