S
simulant
Environment:
AIX 5.2
perl 5.8.2
gcc 3.3.2
libgd 2.0.33
libpng 1.2.8
zlib - 1.2.3
Trying to install GD 2.35 on AIX 5.2 and receiving the following error
while running make:
cc_r -c -I/usr/local/pkgs/gd.2.0.33/include -I/usr/include -I/
usr/include/gd -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=\"2.35\" -DXS_VERSION=
\"2.35\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -
DHAVE_PNG GD.c
/bin/sh: cc_r: not found.
make: 1254-004 The error code from the last command is 127.
Now I know the problem here is that I am not running cc_r ... I'm only
running gcc. But is there a way around this without having to put cc_r
on the server? Is it possible to either bypass this cc_r requirement
or get it to work with gcc somehow?
AIX 5.2
perl 5.8.2
gcc 3.3.2
libgd 2.0.33
libpng 1.2.8
zlib - 1.2.3
Trying to install GD 2.35 on AIX 5.2 and receiving the following error
while running make:
cc_r -c -I/usr/local/pkgs/gd.2.0.33/include -I/usr/include -I/
usr/include/gd -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=\"2.35\" -DXS_VERSION=
\"2.35\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -
DHAVE_PNG GD.c
/bin/sh: cc_r: not found.
make: 1254-004 The error code from the last command is 127.
Now I know the problem here is that I am not running cc_r ... I'm only
running gcc. But is there a way around this without having to put cc_r
on the server? Is it possible to either bypass this cc_r requirement
or get it to work with gcc somehow?