If you want to pass something to g++ linker, you should do this with 
-Wl,--my-special-flag

Denis



> > Should not the flag be passed to the linker? So in
> this case the linker flags are read from the c++ compiler
> flags?
> > 
> 
> I tried adding
>       add_definitions( ${CMAKE_Fortran_FLAGS} )
> But the g++ linker complained about an unrecognized option
> (the -fconvert=big-endian option).
> 
> When linking, I pull in the gfortran library,
>       target_link_libraries( readx gfortran )
> 
> When creating the fortran object files the appropriate
> flags are passed, but the g++ compiler has no notion of
> endian-ness...
> 
> Any other ideas?



      
_______________________________________________
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