On 5/1/2014 12:30 PM, Graham Russell wrote:
Hello

I installed cmake 2.8.12.2 on AIX 6.1 with the intention of building
MySQL.  The build fails so I tried to cmake the simplest test program,
and I get the same failure.

The error is  “ld: target noipath not found”

It seems to me that “noipath” is a directive to the linker, so the
linker should not be looking for a target called noipath.

Can anyone help with this?

Thanks

Graham Russell

This is not a CMake problem.  Your compiler install is bad.

CMake is testing the compile of a very simple .c file and it is not work.

I suspect that a simple program like this:

int main() { return 0;}

will not compile and link with the /usr/local/bin/gcc on your system.

Create the above file and try to compile it without cmake and just gcc. It should get the same error. I would suggest that you reinstall gcc on the machine.



-Bill
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to