V
Victor Reyes
[Note: parts of this message were removed to make it a legal post.]
Team,
I was trying to compile ruby 1.8.6-p114 under AIX 5.3 with gcc version
4.2.0.
During the make phase I received the following error:
.....
rbconfig.rb updated
compiling Win32API
compiling bigdecimal
mkdir -p ../../.ext/powerpc-aix5.3.0.0
gcc -I. -I../.. -I../../. -I../.././ext/bigdecimal -g -O2 -c
bigdecimal.c
gcc -shared -o ../../.ext/powerpc-aix5.3.0.0/bigdecimal.so
bigdecimal.o -L"." -L"../.." -L. -Wl,-brtl -Wl,-G -eInit_bigdecimal -ldl
-lcrypt -lm -lc
collect2: library libgcc_s not found
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
Can anyone help resolve this error?
Thank you
Victor
Team,
I was trying to compile ruby 1.8.6-p114 under AIX 5.3 with gcc version
4.2.0.
During the make phase I received the following error:
.....
rbconfig.rb updated
compiling Win32API
compiling bigdecimal
mkdir -p ../../.ext/powerpc-aix5.3.0.0
gcc -I. -I../.. -I../../. -I../.././ext/bigdecimal -g -O2 -c
bigdecimal.c
gcc -shared -o ../../.ext/powerpc-aix5.3.0.0/bigdecimal.so
bigdecimal.o -L"." -L"../.." -L. -Wl,-brtl -Wl,-G -eInit_bigdecimal -ldl
-lcrypt -lm -lc
collect2: library libgcc_s not found
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
Can anyone help resolve this error?
Thank you
Victor