|
Posted by Brian McCauley on October 19, 2004, 6:38 pm
Please log in for more thread options Leo the Lion wrote:
> I run a "make DBI" and this is what I get:
> 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="1.45"
> -DXS_VERSION="1.45"
> "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" Perl.c
> /bin/sh: cc_r: not found.
> The above is the very end of the output, I am running AIX 5.2 level
> 2, please help
Does it have a C compiler installed? If so is it callable as cc_r ?
You can't install (from source) Perl modules that include parts in C
without a C compiler. If fact not just any C compiler but one that's
binary compatible with the one used to build the perl executable.
|