Hi all,
Just trying to build Ruby 1.6.8 on a HP-UX system.
uname -a
HP-UX spe168 B.11.22 U ia64 4154295346 unlimited-user license
gcc -v
Thread model: posix
gcc version 3.0
The configure portion seems ok, but when I do make it dies:
$ make
gcc -g -O2 -Wl,-E main.o dmyext.o libruby.a -ldld -ldl -lm -o
miniruby
ld: I/O error, file “miniruby”: Connection timed out
Fatal error.
collect2: ld returned 1 exit status
with gmake (3.79.1) same spot
gcc -g -O2 -Wl,-E main.o dmyext.o libruby.a -ldld -ldl -lm -o miniruby
gmake: *** [rbconfig.rb] Illegal Instruction
I’m building on a testdrive system: http://www.testdrive.compaq.com/
I didn’t see anything in the agreement that said building wasn’t ok, so
I don’t think I’m being stumped by external sources.
Any ideas?
Regards,
Dan
···
–
a = [74, 117, 115, 116, 32, 65, 110, 111, 116, 104, 101, 114, 32, 82]
a.push(117,98, 121, 32, 72, 97, 99, 107, 101, 114)
puts a.pack(“C*”)