dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #06799
Re: Link options
On Wed, March 26, 2008 Garth N. Wells wrote:
>
>
> 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.
No, it's not. Fixed now.
Johannes
References