On 06/16/2015 01:44 PM, Ette, Anthony (CDS) wrote:
> I'm still struggling getting anything unique from the cf77 command line.

What is the output of "cf77 --version"?

> Okay, the -rdynamic option to cf77 instructs it to build
> a shared object (shared library), not an executable program.

That may be what it tells cf77 but that is not what it tells
gcc.  From "man gcc":

 -rdynamic
     Pass the flag -export-dynamic to the ELF linker, on targets that
     support it. This instructs the linker to add all symbols, not only
     used ones, to the dynamic symbol table. This option is needed for
     some uses of "dlopen" or to allow obtaining backtraces from within
     a program.

Anyway we should drop it for cf77 once we can identify that compiler
as distinct from a GNU compiler.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to