Simfactory: intel optionlists with rdynamic option

Issue #1555 closed
Bruno Mundim created an issue

Hi,

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:

LDFLAGS = -Wl,--export-dynamic -Wl,-rpath,/path/to/whatever

instead of

LDFLAGS = -rdynamic -Wl,-rpath,/path/to/whatever

Thanks, Bruno.

Keyword:

Comments (5)

  1. Frank Löffler
    • removed milestone
    • removed comment

    Removing release milestone, because this might not be an issue after all. Consider closing ticket if no one is interested.

  2. Roland Haas
    • edited description
    • changed status to wontfix

    It have been 5 years since the ticket was last updated and no failures because of using -rdynamic in option lists using Intel compilers have been reported, so likely the compiler (wrapper) supports the option to be backwards compatible.

    I will close this ticket.

  3. Log in to comment