/bgsys/drivers/V1R3M0_460_2008-081112P/ppc/gnu-linux/lib/gcc/powerpc-bgp-linux/4.1.2/../../../../powerpc-bgp-linux/bin/ld: attempted static link of dynamic object `/bgsys/drivers/V1R3M0_460_2008-081112P/ppc/gnu-linux/powerpc-bgp-linux/lib/l
ibstdc++.so'
collect2: ld returned 1 exit status
configure:22589: $? = 1
</pre>
</p>
<p>To get rid of this one needs to force shared linkage within the
compiler flags using the <pre>-dynamic</pre> compiler option for the
Darwin linker
</p>
<p>To pass all these options to DUNE one can use the following options