My hdf libs are installed at /usr/local/hdf (it is a symbolic link somewhere 
else)
and if I run
 ./configure --prefix=/home/myhome/local --with-hdf=/usr/local/hdf/
where ls of /usr/local/hdf gives
ls -l /usr/local/hdf
lrwxrwxrwx   1 root     other         23 Jan 14 16:09 /usr/local/hdf -> 
/someplace

ls -l /usr/local/hdf/
COPYING        bin            lib            release_notes
README         include        man
where /usr/local/hdf is a symbolic link.

./configure 
always gives:

checking for HDF components ...
checking for dfsd.h... (cached) no
checking for hdf/dfsd.h... (cached) no
checking for Hopen in -ldf... (cached) yes
checking if HDF package is complete... no -- some components failed test

So what did I do wrong?

Raphael

On Wednesday 16 January 2002 16:25, you wrote:
> --with-hdf=/pathname2hdf
>
> will allow you to say where the libraries are. Typically people
> install hdf in /usr/local and then OpenDX's configure will pick it up
> from there.
>
> David
>
> >I had problems to install opendx using the HDF features.
> >Each time I run configure I get
> >
> >checking for HDF components ...
> >checking for dfsd.h... no
> >checking for hdf/dfsd.h... no
> >checking for Hopen in -ldf... no
> >checking if HDF package is complete... no
> >
> >Where do the dfsd.h and libdf.a files need to be located? Do I also have
> > to put the other files that come with hdf4 somewhere? Where could I
> > change the configure file to tell it my path to the library and header
> > files?
> >
> >Do the libraries and header files need to be located in /usr/lib and
> >/usr/include?
> >
> >I try to build it on a SunFire Sparc machine running SUNOS. At least I am
> >told this by the uname command.
> >
> >Help is deeply appreciated,
> >
> >Raphael

Reply via email to