I'm interested in disentangling the hdf package as neatly as possible.
My earlier suggestions are causing some fortran errors. (I'm using
demo source; don't accuse me of knowing my way around g77).
In the configure script for hdf, there's a check for the jpeg library
that fails.
I believe it is equivalent to this program
#include <stdlib.h>
#include <stdio.h>
#include <jpeglib.h>
int main()
{
jpeg_CreateDecompress(0,0,0);
return 0;
}
gcc -I/sw/include -L/sw/lib -ljpeg jpeg.c
ld: warning: in /sw/lib/libjpeg.dylib, file is not of required
architecture
Undefined symbols:
"_jpeg_CreateDecompress", referenced from:
_main in ccGeKIlA.o
ld: symbol(s) not found
I haven't the foggiest idea what's going on.
Jeremy
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users