Update on "undefined method for Fixnum"
Eric Hodel | Thu, 20 Apr 2006 18:37:44 GMT
A week or so ago I managed to chase down the “undefined method for Fixnum” bug to the compiler flags -g -O1 -pipe -fno-common -DRUBY_EXPORT -fschedule-insns2. For now you can get rid of the bug by compiling -O1 instead of switching to gcc3. I haven’t had time to track it down further, mostly because I ran out of time and the man page doesn’t specify what -O1 really contains.
Hopefully some smarter eyeballs than mine can jump on this and figure out if GCC is wrong or if Ruby is missing a volatile somewhere.
5 commentsComments 
Daniel Berger said about 1 hour later
Caleb said about 2 hours later
Daniel Berger said about 2 hours later
zenspider said about 13 hours later
Daniel Berger said about 19 hours later
Comments are disabled

Articles