Re: Build 5.6.17 with cmake 2.8.12 .2 on AIX 6.1 fails
With help from CMake experts, found this solution:
CMake identified the use of the gcc compiler but was still expecting the IBM linker. My system was configured with both gcc compiler and linker.
The LD option "-bnoipath" is required for IBM but is not supported by gcc. Hence the failure.
Solved by editing the Modules/AIX-GNU.cmake file and removing both references to "-bnoipath".
Subject
Views
Written By
Posted
4189
April 30, 2014 01:47PM
1736
May 01, 2014 03:15PM
Re: Build 5.6.17 with cmake 2.8.12 .2 on AIX 6.1 fails
1965
May 05, 2014 10:41AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.