[Cmake] AIX 5.2 issues

Jimmy Dias james.dias at duke.edu
Sun May 25 16:54:48 EDT 2003


Hey All,

Has anyone been able to successfully build CMake on an AIX 5.2 machine? I
installed g++-2.9.aix51.020209-3 and gcc-2.9.aix51.020209-3 instead of using
AIX's native compiler (mostly because I don't know how or even if there IS a
C++ compiler on the machine) but ./configure crashes with the following
error:





g++ -DCMAKE_ROOT_DIR='"/home/dias/install/source/cmake-1.6.7"'  -DCMAKE_HAS_
AUTOCONF -I/home/dias/install/source/cmake-1.6.7/Bootstrap/Source -c
/home/dias/install/source/cmake-1.6.7/Source/cmSystemTools.cxx -o
cmSystemTools.o
/home/dias/install/source/cmake-1.6.7/Source/cmSystemTools.cxx: In function
`double cmSystemTools::GetTime ()':
/home/dias/install/source/cmake-1.6.7/Source/cmSystemTools.cxx:124: implicit
declaration of function `int time (...)'
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 2.


Stop.
Problem bootstrapping CMake

I suppose setting compiler flags might work but I have no idea what flags to
use. Any suggestions?

Thanks in advance,
Jimmy




More information about the CMake mailing list