Re: [opendx-dev] openDX with CDF library

2005-04-21 Thread David Han
I added CFLAGS and LDFLAGS to the 'configure' file at the beginning as follows: CFLAGS=${CFLAGS} -I/home/davidh/cdf30dist-test/cdf30-dist/include LDFLAGS=${LDFLAGS} -L/home/davidh/cdf30dist-test/cdf30-dist/lib After the build, I ran the Data Prompter and received the following message:

Re: [opendx-dev] openDX with CDF library

2005-04-20 Thread David Thompson
cdf, HDF, etc are looked for in any of the CFLAG and LDFLAG paths. As long as your CFLAG includes something like -I/users/home and LDFLAG include something like -L/users/home then it should be able to find them and pick them up during the configure for building. David Does anybody know how