|
gcc error on aix 4.2.1 --> HELP!
Greetings,
On one of our old IBM SP nodes (Uniprocessor), I have installed gcc.2.95.2.tar file...
We are running AIX 4.2.1 (I know, old)...and the error i am getting when I am compiling a program via:
gcc -DNOUNDERSCORE -DMPI -o ../parseconfig ./parseconfig.c
is the following:
cpp: installation problem, cannot exec `cpp': Arg list too long
make: The error code from the last command is 1.
Stop.
gcc appears to be working, but the call to "cpp" is fouling it up.
FYI:
which gcc gives: /usr/local/bin/gcc (where the tar file extracted it to)
and: which cpp gives: /usr/local/bin/cpp (where the tar file extracted it to)
I can not move further with this project until this is figured out!!! Someone pleeeease help!
zepplin611
|