[Orca-users] Orca installation Error in Aix
David Wallis
wallis at walc.com
Mon Nov 8 08:16:30 PST 2004
At 10:33 PM 11/7/2004 -0800, HAKAN HALiSCELiK wrote:
>i alreay make CC=gcc and export CC
>when i type $CC it tells me gcc is set
>
>But it still doesnt work,
>
>thanks for help but do you have any other idea
Run:
make clean
CC=gcc export CC
./configure
make all
make install
The key is you have to re-run the configure script, so that the makefiles
get the correct compiler options. If you just point $CC at gcc, it will
fail because the compiler options are still set up for the previous compiler.
David
More information about the Orca-users
mailing list