Skip Menu |

This queue is for tickets about the Proc-ProcessTable CPAN distribution.

Report information
The Basics
Id: 8764
Status: resolved
Priority: 0/
Queue: Proc-ProcessTable

People
Owner: Nobody in particular
Requestors: gerry.baker [...] gmb.org.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.39
Fixed in: (no value)



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.
It's strongly recommented to use the same compiler to compile a perl module like the one is used to compile perl. If you want to use another compiler, specify CC=/path/to/your/compiler CFLAGS="-your -compiler -flags" make