errors compiling 0.57



Now that I think about it, it is probably not your problem. However, one
of the tarballs I have to compile to get gnumeric to compile is
gdk-pixbuf-0.9.0.  Now the problem is that it is not finding my TIFF or
JPEG or PNG librarys. I do have all three installed off rpms in
/usr/lib.  If I run the file that tests for the tiff library and link
with

gcc test.c -ltiff

where test.c is

char TIFFReadScanline();

int main() {
TIFFReadScanline()
; return 0; }

then it compiles and links properly.

Thank you for your time.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]