] Removing flags added by the Platform modules
We have a problem on AIX with the IBM C++ compiler. In the standard
cmake AIX Platform module in cmake-2.6/Modules/Platform, the following
variables are set:
SET(CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH /usr/lib /lib)
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG
You can always replace the file in the modules directory with your own
edited version.
Mike Jackson
Sent from my iPod
On Jun 2, 2009, at 19:22, Will Dicharry
wrote:
We have a problem on AIX with the IBM C++ compiler. In the standard
cmake AIX Platform module in cmake-2.6/Modules/Platf
We have a problem on AIX with the IBM C++ compiler. In the standard
cmake AIX Platform module in cmake-2.6/Modules/Platform, the following
variables are set:
SET(CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH /usr/lib /lib)
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-blibpath:")
The strange thing is