Rene Salmon wrote:
> xlc_r  -O3 -qhot   CMakeFiles/fd3ptr.dir/fd3ptr.c.o  -o fd3ptr -rdynamic
> xlc_r: 1501-216 (W) command option -dynamic is not recognized - passed to ld
> /usr/bin/ld: unrecognized option '-dynamic'
> /usr/bin/ld: use the --help option for usage information
> 
> Basically cmake is throwing in the "-rdynamic" flag to xlc

What version of CMake?

Is this xlc on Linux?

Did you try to switch the compiler after creating the build tree?

-Brad
_______________________________________________
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