[Cmake] Re: CMake bug

Kitware Inc. (Bill) kitware at kitware . com
Tue, 01 Jul 2003 12:52:45 -0400


The best place to get help with cmake is the cmake mailing list:
http://www . cmake . org/mailman/listinfo/cmake

There is a nightly build on AIX for CMake:
http://www . cmake . org/Testing/Dashboard/20030701-0200-Nightly/Dashboard . html

Also, we provide a binary for AIX that can be found here:
http://www . cmake . org/HTML/Download . html
(does the binary not work for you?  If not, we would like to know
what problems you had.)

The warnings are "normal" for xCL

-bhalt:5 can be used to remove them.

I am not sure where the error:

ERROR: Undefined symbol: .__eprintf is coming from.
Sounds like you may have picked up a bad curses library, the
nightly build is using this one:

CURSES_LIBRARY:FILEPATH=/usr/lib/libcurses.a

You may be trying to use one built with a different compiler.

To see the entire cache used for the nightly, see this test:http://www . cmake . org/Testing/Sites/poughkeepsie . ibm/AIX-xlC/20030701-0200-Nightly/Results/__Source_SystemInformation . html

-Bill

At 12:23 PM 7/1/2003, Nick Gnedin wrote:

>Folks,
>
>I am not sure whether this is the right address to use, but when I try to 
>install CMake on AIX 5.1, I get the following error message.
>
>Thanks,
>
>Nick Gnedin
>
>Building executable /u/ac/ngnedin/cmake-1.6.7/Source/ccmake...
>ld: 0711-224 WARNING: Duplicate symbol: 
>.std::basic_string<char,std::char_traits<char>,std::allocator<char> 
>>::operator=(const char*)

....  lots of warnings removed.....

>ld: 0711-224 WARNING: Duplicate symbol: cmCursesForm::GetForm()
>ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
>ld: 0711-317 ERROR: Undefined symbol: .__eprintf
>make: 1254-004 The error code from the last command is 8.