When I run make to compile a perl module on an AIX 5.2 server, this is what I get:
make
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 -qlonglong -O -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" CSV_XS.c
/bin/sh: cc_r: not found.
make: 1254-004 The error code from the last command is 127.
Stop.
Can anyone help at figuring out what is wrong here? thanks.
make
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 -qlonglong -O -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" CSV_XS.c
/bin/sh: cc_r: not found.
make: 1254-004 The error code from the last command is 127.
Stop.
Can anyone help at figuring out what is wrong here? thanks.