Hello Alin,

why not try to make Fortran the main language? If the linking step
occurs via the Fortran compiler, then that should take care of the
Fortran runtime libraries. This strategy won't work if you have
C++ included in the mix, though - C++ requires the C++ compiler
to do the linking, if I understand it correctly.

Regards,

Arjen

On 2009-05-26 21:29, Alin M Elena wrote:
Hi Kyle,

My personal opinion is that cmake should handle correctly and generate a binary in this case. libhello.a is generated by the project and is intended for the use within the project so cmake should do it.

with shared libs things are ok.

regards,

Alin


_______________________________________________
Powered by www.kitware.com

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

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

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to