Hi all,
Has anyone tried to build Ruby 1.9 on the HP-UX 11.31 platform?
I have have attached the full config and gmake log.
This is where the make dies:
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I.
-rrbconfig ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb
./gem_prelude.rb prelude.c
cc -g +Z -I. -I.ext/include/ia64-hpux11.31 -I./include -I.
-DRUBY_EXPORT -o prelude.o -c prelude.c
ar rcu libruby-static.a dln.o encoding.o array.o bignum.o class.o
compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o
proc.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 random.o range.o rational.o re.o
regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o
safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o
transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o
vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o
isinf.o strlcpy.o strlcat.o ia64.o prelude.o dmyext.o
ld -b -E dln.o encoding.o array.o bignum.o class.o compar.o complex.o
dir.o enum.o enumerator.o error.o eval.o load.o proc.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 random.o range.o rational.o re.o regcomp.o regenc.o regerror.o
regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o
strftime.o string.o struct.o time.o transcode.o util.o variable.o
version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o
ascii.o us_ascii.o unicode.o utf_8.o newline.o isinf.o strlcpy.o
strlcat.o ia64.o prelude.o dmyext.o -lpthread -lrt -ldld -ldl -lm -o
libruby.sl.1.9.1
w -L ‘Init_*’ libruby.sl.1.9.1
Bad flag -L
Usage: w [ -hlsuw ] [ user ]
w [-c] [-p[pset_list]]
gmake: [libruby.sl.1.9.1] Error 1 (ignored)
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb
./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
encdb.h updated
gmake -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./-
-r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./-
-r./ext/purelib.rb " enc
gmake[1]: Entering directory /home/ext10578/dev/src/ruby-1.9.1-p376' cc -I. -I.ext/include/ia64-hpux11.31 -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register +Z -g +Z -o enc/encdb.o -c ./enc/encdb.c ld -b -o .ext/ia64-hpux11.31/enc/encdb.sl enc/encdb.o -L. -L. -L. -E -R /home/ext10578/dev/builds/ruby/lib -L/home/ext10578/dev/builds/ruby/lib -lruby -lpthread -lrt -ldld -ldl -lm ld: Bad text origin argument: /home/ext10578/dev/builds/ruby/lib Fatal error. gmake[1]: *** [.ext/ia64-hpux11.31/enc/encdb.sl] Error 1 gmake[1]: Leaving directory
/home/ext10578/dev/src/ruby-1.9.1-p376’
gmake: *** [enc] Error 2