MySQL Forums
Forum List  »  Source, Builds, Binaries

Build 5.6.17 with cmake 2.8.12 .2 on AIX 6.1 fails
Posted by: Graham Russell
Date: April 30, 2014 01:47PM

Trying to build MySQL 5.6.17 from source on AIX 6.1. (AIX 6100-03-03-0943)
Successfully loaded CMake 2.8.12.2.
When I run cmake on the MySQL package, I get a failure at an early stage, when cmake is running test compiles. Extract from the CMakeError.log follows:

Linking C executable cmTryCompileExec2680921780
/mnt/research/grussell/cmake-2.8.12.2-AIX-powerpc/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2680921780.dir/link.txt --verbose=1
/usr/local/bin/gcc CMakeFiles/cmTryCompileExec2680921780.dir/testCCompiler.c.o -o cmTryCompileExec2680921780 -Wl,-brtl,-bnoipath,-bexpall -Wl,-blibpath:/usr/lib:/lib
/usr/local/lib/gcc/powerpc-ibm-aix6.1.0.0/4.4.4/../../../../powerpc-ibm-aix6.1.0.0/bin/ld: target noipath not found
collect2: ld returned 1 exit status

Can anyone help with this? Seems to me that "noipath" should be a directive rather than a target for the linker. But what is wrong?

Options: ReplyQuote


Subject
Views
Written By
Posted
Build 5.6.17 with cmake 2.8.12 .2 on AIX 6.1 fails
4042
April 30, 2014 01:47PM


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.