← Back to team overview

dorsal team mailing list archive

Re: Fwd: [Branch ~dorsal-core/dorsal/main] Rev 749: Add package for HDF5

 

On Mon, Oct 22, 2012 at 6:14 AM, Anders Logg <logg@xxxxxxxxx> wrote:
> I assume you mean
>
>   -DHDF5_ENABLE_PARALLEL=1
>
> When I enable it, the build fails:
>
>   /usr/bin/ld: unrecognized option '--export-dynamic;'
>   /usr/bin/ld: use the --help option for usage information

I got the same error last week and ended up using the configure script
instead of CMake. I used the following options (which is pretty much
the same as in the Debian package):

  --with-pthread --enable-unsupported --enable-shared
--enable-production=yes --disable-sharedlib-rpath
--enable-parallel=yes

Johannes


Follow ups

References