← Back to team overview

dolfin team mailing list archive

Re: Link options

 



Garth N. Wells wrote:
When compiling with or without PETSc, I'm getting the error

     g++: unrecognized option '-pthread -Wl,--export-dynamic'

Is the problem simply that it should be '-export-dynamic'?


It looks like the options are being given inside quotation marks,

  g++ -o dolfin/libdolfin.so "-pthread -Wl,--export-dynamic" -shared

which I guess isn't the intention.

Garth

Garth
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev




Follow ups

References