On Mon, Oct 22, 2012 at 6:14 AM, Anders Logg <[email protected]> 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 _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

