[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: mkmf questions

Berger, Daniel

4/15/2005 4:55:00 PM


> -----Original Message-----
> From: Matthew Thill [mailto:mithill@telusplanet.net]
> Sent: Friday, April 15, 2005 10:50 AM
> To: ruby-talk ML
> Subject: mkmf questions
>
>
> I'm having a tough time getting libxml to compile on an amd64
> machine.
> Compiling the same library on a 32 bit machine was simple - no brains
> involved at all:
> in the appropriate directory: ruby extconf.rb
> make
> make install

Just to clarify, you did build a 64 bit *Ruby*, correct?

Dan



1 Answer

Matthew Thill

4/15/2005 5:01:00 PM

0

All I did was unzip the ruby-1.8.2.tar.gz, run ./configure, make, make
install. Ruby put itself in /usr/local/lib/ruby. Is there something else
I should have done?

Berger, Daniel wrote:
>>-----Original Message-----
>>From: Matthew Thill [mailto:mithill@telusplanet.net]
>>Sent: Friday, April 15, 2005 10:50 AM
>>To: ruby-talk ML
>>Subject: mkmf questions
>>
>>
>>I'm having a tough time getting libxml to compile on an amd64
>>machine.
>>Compiling the same library on a 32 bit machine was simple - no brains
>>involved at all:
>>in the appropriate directory: ruby extconf.rb
>>make
>>make install
>
>
> Just to clarify, you did build a 64 bit *Ruby*, correct?
>
> Dan
>