Subject: | Make error in AIX |
Proc-ProcessTable-0.39
perl, v5.8.0 built for aix-thread-multi
AIX 2 5 00534A5A4C00
The following error message appears after running the first make command:
cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384
-qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlon
glong -O -DVERSION=\"0.39\" -DXS_VERSION=\"0.39\" "-I/usr/opt/perl5/lib/5.8
.0/aix-thread-multi/CORE" ProcessTable.c
/bin/sh: cc_r: not found
make: The error code from the last command is 127.
Stop.
Obviously the "/bin/sh/cc_r" command is not found, but how can I use another C compiler - like gcc.