MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Build 5.6.17 with cmake 2.8.12 .2 on AIX 6.1 fails
Posted by: Graham Russell
Date: May 05, 2014 10:41AM

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".

Options: ReplyQuote


Subject
Views
Written By
Posted
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.