[Hdf-forum] compiling hdf5 gcc 4.8.1 fortran error

2014-02-25 Thread Jason Temple
Hello, I am unable to compile the fortran bindings for parallel hdf5 with gcc 4.8.1 (works fine with gcc 4.7.3) and mvapich2. Here is my compile configuration: ./configure --prefix=/apps/monch/hdf5/1.8.12-parallel/gcc/4.8.1/mvapich2 --enable-unsupported --enable-fortran --enable-cxx

Re: [Hdf-forum] compiling hdf5 gcc 4.8.1 fortran error

2014-02-25 Thread Scot Breitenfeld
I could reproduce the problem you reported and we are looking into it. It works if you disable shared, --disable-shared, and build the static libraries. It also works for --enable-shared if you remove --enable-cxx, but I'm assuming you need C++ support. Scot