[CIG-MC] CitcomS
Walter Landry
walter at geodynamics.org
Thu Jun 17 12:13:22 PDT 2010
"Craig O'Neill" <craig.oneill at mq.edu.au> wrote:
> configure:20412: checking for library containing H5Fopen
> configure:20453: mpicc -o conftest -g -O2 -L/home/coneill/hdf5-1.8.4-patch1/
> hdf5/lib conftest.c >&5
> /tmp/ccIPa1AD.o: In function `main':
> /home/coneill/CitcomS-3.1.1/conftest.c:33: undefined reference to `H5Fopen'
> collect2: ld returned 1 exit status
> configure:20459: $? = 1
>
> I find this strange, I have the library flag pointing to the right place, the
> H5Fopen libs are there, but its not picking it up in this compile.
>
> Any ideas what's happening here?
Did you ever get this working? You might want to try writing a simple
program like
#include <hdf5.h>
int main()
{
H5Fopen("foo",1,H5P_DEFAULT);
}
If you can compile this program, then we can investigate further.
Cheers,
Walter Landry
walter at geodynamics.org
More information about the CIG-MC
mailing list