64-bit Ruby on Solaris?

/usr/ccs/bin/ld (Sun’s). Attempting to use GNU’s ld resulted in a
truckload of ld errors.

As for bigdecimal.o, what information do you need? I’m not sure what
you mean.

Regards,

Dan

···

-----Original Message-----
From: ts [mailto:decoux@moulon.inra.fr]
Sent: Saturday, November 01, 2003 6:29 AM
To: ruby-talk@ruby-lang.org
Cc: ruby-talk@ruby-lang.org
Subject: Re: 64-bit Ruby on Solaris?

ld: fatal: file bigdecimal.o: wrong ELF class: ELFCLASS64

What say file bigdecimal.o and what loader do you use
(/usr/ccs/bin/ld or ? )

Guy Decoux

As for bigdecimal.o, what information do you need? I'm not sure what
you mean.

The result of the command file

nasun% file a.o
a.o: ELF 64-bit MSB relocatable SPARCV9 Version 1, UltraSPARC1 Extensions Required
nasun%

Guy Decoux