Elena,

Try to compile and link by hand. For example - write one CPP, one F90, then 
compile them with flags you want and link them with flags you want. After you 
find out, what you need, you may start experimenting with CMake flags.

gmake VERBOSE=1

can help you alot to see what is happening during compilation and linking.

Denis

 
> Thank you for your patience.  I now have this set via
>       set( CMAKE_EXE_LINKER_FLAGS "-mbig-endian" )
> 
> However, this does not seem to affect the reading of the
> big-endian binary file (which is in read in fortran). 
> Perhaps I am still not setting it properly?
> 
> James



      
_______________________________________________
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