When trying to compile I received the following error(s). Could someone
please point me to a current reading on AIX 4.3 install …
ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o
dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o
marshal.o math.o numeric.o object.o pack.o parse.o process.o
prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o
st.o string.o struct.o time.o util.o variable.o version.o flock.o
dmyext.o
cc -g -DRUBY_EXPORT -I. -I. -c main.c
cc main.o libruby-static.a -ldl -lcrypt -lm -o miniruby -g
-DRUBY_EXPORT -brtl
rbconfig.rb updated
compiling Win32API
compiling bigdecimal
./ext/extmk.rb:168: warning: Insecure world writable dir /tmp, mode
0241777
mkdir -p …/…/.ext/powerpc-aix4.3.3.0
cc -g -I. -I…/… -I…/…/. -I…/…/./ext/bigdecimal -c
bigdecimal.c
“…/…/config.h”, line 8.9: 1506-236 (W) Macro name _ALL_SOURCE has been
redefined.
“…/…/config.h”, line 8.9: 1506-358 (I) “_ALL_SOURCE” is defined on
line 111 of /usr/include/standards.h.
“bigdecimal.c”, line 98.28: 1506-068 (W) Operation between types
“void()(void)” and “void*” is not allowed.
/usr/ccs/bin/ld -brtl -eInit_bigdecimal -bI:…/…/ruby.imp
-bM:SRE -T512 -H512 -L"…/…" -o
…/…/.ext/powerpc-aix4.3.3.0/bigdecimal.so bigdecimal.o -ldl -lcrypt
-lm -lc
ld: 0706-003 Cannot find or read import file: …/…/ruby.imp
ld:accessx(): A file or directory in the path name does not
exist.
make: 1254-004 The error code from the last command is 255.
Stop.
make: 1254-004 The error code from the last command is 1.