[Insight-users] Re: error msg got when installing ITK on IBM AIX 5.2 (Henry)

Luis Ibanez luis.ibanez at kitware.com
Sun Sep 16 10:05:27 EDT 2007


Hi Henry,

Thanks for sending the files.

Please start from a *clean build*. Do not try to reuse
the binary directory where you were building CMake.

According to the CMakeCache.txt your are *still* using xlC,
instead of GCC:


       CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/xlC
       CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc



You *MUST* do the following:

   1) Delete the binary directory were you are building CMake
   2) Set the CC and CXX environment variables
   3) Create the binary directory (mkdir)
   4) cd into the binary directory
   5) from the binary directory, execute the "configure"
      script in the source directory of CMake.
   6) do "make".



   Regards,


      Luis



------------------------
Henry wrote:
> The three files are attached.
> 
> On 9/15/07, Luis Ibanez <luis.ibanez at kitware.com> wrote:
> 
>>Hi Henry,
>>
>>What you should do at this point is to go to the binary
>>directory where you are building CMake,
>>
>>and take the files:
>>
>>                  CMakeCache.txt
>>                  CMakeError.log
>>                  CMakeOutput.log
>>
>>Then post this files to the CMake users list and describe
>>the problems that you are having for building CMake.
>>
>>Please make sure that you mention that you are doing this
>>in AIX, using gcc 3.4
>>
>>
>>     Regards,
>>
>>
>>          Luis
>>
>>


More information about the Insight-users mailing list