<html>#1555: Simfactory: intel optionlists with rdynamic option
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Bruno Mundim</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>wontfix</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>SimFactory</td></tr>
</table>

<p>Changes (by Roland Haas):</p>
<p><table>
<tr><td>status:</td><td>wontfix (was new)</td></tr>
</table></p>
<p>Hi,</p>
<p>While reviewing some options in my config file I noticed that the -rdynamic gcc option for the linker is applied also to the intel compiler option lists in symfactory. However there seems to have no such an option when using icc or 
icpc. Wouldn't be better then to pass this option as --export-dynamic directly to the linker ld instead? Maybe as follows:</p>
<p>LDFLAGS = -Wl,--export-dynamic -Wl,-rpath,/path/to/whatever</p>
<p>instead of </p>
<p>LDFLAGS = -rdynamic -Wl,-rpath,/path/to/whatever</p>
<p>Thanks,
Bruno.</p>
<p><strong>Keyword:</strong></p>
<p>Comment (by Roland Haas):</p>
<p>It have been 4 years since the ticket was last updated and no failures because of using <code>-rdynamic</code> in option lists using Intel compilers have been reported, so likely the compiler (wrapper) supports the option to be backwards compatible.</p>
<p>I will close this ticket.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/1555/simfactory-intel-optionlists-with-rdynamic'>https://bitbucket.org/einsteintoolkit/tickets/issues/1555/simfactory-intel-optionlists-with-rdynamic</a></p>
</html>