Paperclip is not able to handle files > 2GB if ruby runs in 32bit. I also have mixed integer problems in glpk that exceed the 32bit address space. I really need a 64bit ruby environment.
Achim Am 19.05.2012 um 11:08 schrieb Matt Connolly: > Right you are, it's compiling 32-bit. > > I had a look though. Nearly all the processes running on my two 64-bit > machines are 32-bit processes. > > qemu-kvm runs 64 bit native. > > That's about it. Do you have a real need for >2GB address space in a ruby > script / extension? > > -Matt > > > On 18/05/2012, at 9:10 AM, Matt Connolly wrote: > >> I thought it was already compiling in 64 bit code without any need to do >> anything special. I'll double check later today on my machine. >> >> Matt. >> >> On 17/05/2012, at 18:41, Achim Wolpers <[email protected]> wrote: >> >>> Hi! >>> >>> I'm trying to install a 64bit version of ruby via rvm. I set >>> >>> rvm_archflags="-m64" >>> >>> but the compiler fails. Has anyone managed to get a 64bit ruby running? >>> >>> Achim >>> >>> _______________________________________________ >>> OpenIndiana-discuss mailing list >>> [email protected] >>> http://openindiana.org/mailman/listinfo/openindiana-discuss > _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
