[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Building Ruby with dtrace on OS X

Pat Maddox

4/3/2008 7:35:00 AM

Has anyone built ruby with dtrace support on os x? I haven't been able
to get it working. The only source I've found is at joyent
(http://svn.joyent.com/opensource/dtrace/ruby/r...). When I try
to build it it fails on a dtrace step, because OS X's version of dtrace
doesn't have the -G option. So I changed it to -h hoping that would
work, but I get the following error:

dtrace: failed to compile script dtrace.d: line 27: extraneous argument
'version.o' ($37 is not referenced)

No clue really what to do. Doesn't seem to be any info out there,
because the OS X built-in ruby already has dtrace support. But I'd like
to build it myself. Anyone know how?

Pat
--
Posted via http://www.ruby-....