From: "E. Saynatkari" Date: 2006-02-25T07:50:06+09:00 Subject: Re: Noob: Building Yarv 0.4.0 Greg Zoller wrote: > Thanks, E, but I'm still having the same issues. :-( Maybe download the latest snapshot instead, just in case. If it still shows no signs of working, you could try fixing the mkmf file (or generating one with extconf.rb) or building it with a 1.8.x ruby. > Anybody else have this problem? > > Thx, > G > > E. Saynatkari wrote: >> Greg Zoller wrote: >>> Apologies if this is posed in the wrong forum... >>> >>> I'm having problems building yarv 0.4.0 on Linux. >>> >>> I've tried building with stable/production ruby release and >>> with ruby 1.9.0 (last night's snapshot). >>> >>> Here's the error I'm getting. Any ideas would be greatly appreciated >>> as I'd love to try it out. >>> >>> To build I unpacked the yarv tar.gz file. >>> cd yarv-0.4.0 >>> autoconf >>> ./configure ... >>> make >> >> Just to make sure you are not running into any strange >> library clash issues, use the instructions on the YARV >> page: >> >> 1. Untar files >> 2. mkdir build/ >> 3. cd yarv-0.4.0; autoconf >> 4. cd ../build >> 5. ../yarv-0.4.0/configure \ >> --program-suffix=-yarv \ # Or a prefix >> --prefix=/home/gzoller # Optionally >> 6. make; make test; make test-all; make benchmark >> >> It might (or might not) help you.. >> >>> Thanks! >>> Greg E -- Posted via http://www.ruby-forum.com/.