[Insight-users] Re: error msg got when installing ITK on IBM
AIX 5.2 (Henry)
Luis Ibanez
luis.ibanez at kitware.com
Sat Sep 15 16:40:07 EDT 2007
Hi Henry,
It seems that the installation of GCC in your computer is
misconfigured.
If CMake cannot be build in your machine, there is little
hope that ITK or VTK will build in the same environment.
Have you ever build a C++ project in that machine ?
[using the gcc compiler that is installed in /usr/local/bin] ?
E.g. even relatively small projects such as FLTK ?
(www.fltk.org)
Please let us know.
Thanks
Luis
----------------------
Xiaohui Zhang wrote:
> Hi Luis,
> I forgot to mention that I am trying to build with GCC, as it seems
> that the setup for old cmake (cmake-2.4.2) on the system is
> cmake_cxx_compiler: //usr/bin/g++
> cmake_c_compiler: //usr/bin/gcc
>
> Henry
> On 9/15/07, Henry <nyhenry at gmail.com> wrote:
>
>>Hi Luis,
>>This is what I get:
>>ds100 % echo $CC
>>/usr/local/bin/gcc
>>ds100 % echo $CXX
>>/usr/local/bin/g++
>>ds100 % which cc
>>/usr/bin/cc
>>ds100 % which xlC
>>/usr/bin/xlC
>>
>>ds100 % cd /usr/bin/
>>ds100 % ll xlC
>>lrwxrwxrwx 1 root system 16 Feb 05 2004 xlC@ ->
>>/usr/vac/bin/xlc*
>>ds100 % ll cc
>>lrwxrwxrwx 1 root system 15 May 30 2006 cc@ -> /usr/vac/bin/cc*
>>
>>Thanks a lot for your help!
>>Henry
>>
>
>
More information about the Insight-users
mailing list