yarv-dev-en:101
From: Carl Lerche <carl.lerche verizon.net>
Date: Thu, 13 Apr 2006 16:45:46 -0700
Subject: [yarv-dev-en:101] Re: Yarv not compiling on OS X
Hello and thanks for the reply, It seems the problem was my fault. I updated to the latest version of Xcode and it compiled yarv-r490 fine. Now for some testing :) Regards, Carl On Apr 13, 2006, at 3:32 PM, SASADA Koichi wrote: > Hi, > > Carl Lerche wrote: >> I downloaded Yarv 0.4.0. I followed the instructions in the readme: >> >> autoconf >> configure --prefix=[your install dir] --program-suffix=-yarv >> make >> >> Make runs fine until it reaches here: >> >> gcc main.o libruby-static.a -lpthread -ldl -lobjc -o miniruby - >> g -O2 >> -pipe -fno-common -DRUBY_EXPORT >> -- stack frame ------------ >> 0x405000 (0000): 00000001 >> 0x405004 (0001): 00000001 <- lfp <- dfp >> -- control frame ---------- >> c:0003 p:-001 s:0002 b:0002 l:0001 d:0001 CFUNC i:initialize >> s: - >> c:0002 p:-001 s:0001 b:0001 l:0000 d:0000 CFUNC i:initialize >> s: - >> c:0001 p:-001 s:0000 b:-001 l:0000 d:0000 ------ i:- >> s: - >> --------------------------- >> >> and it just stops > > only this message? gcc version? How about on current svn head? > > -- > // SASADA Koichi at atdot dot net > > > -- > ML: yarv-dev-en quickml.atdot.net > Info: http://www.atdot.net/~ko1/quickml -- ML: yarv-dev-en quickml.atdot.net Info: http://www.atdot.net/~ko1/quickml
99 2006-04-14 06:48 [carl.lerche verizon.] Yarv not compiling on OS X 100 2006-04-14 07:32 ┗[ko1 atdot.net ] -> 101 2006-04-14 08:45 ┗[carl.lerche verizon.]