I’m getting the following error. I’ve looked all over, and have found
mentions of it, but nothing I’ve tried has worked. (I’ve reinstalled
everything several times now…)
irb
dyld: NSLinkModule() error
dyld: Symbol not found: _rb_io_stdio_file
Referenced from:
/usr/local/lib/ruby/site_ruby/1.8/powerpc-darwin8.6.0/readline.bundle
Expected in: flat namespace
Trace/BPT trap
Most recently I reinstalled everything using the instructions I found
here:
(Reinstalling readline then running
make distclean && configure --with-readline-dir=/usr/local && make &&
make test-all
Which gave me an error about Tcl/Tk, so I ran it again like this:
make distclean && configure --with-readline-dir=/usr/local
–with-pthreads && make && make test-all
Now I get the following error:
making ruby
gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -L. main.o
-lruby-static -lpthread -ldl -lobjc -o ruby
./miniruby ./runruby.rb --extout=.ext – -C “./test” runner.rb
–runner=console
/Users/administrator/src/ruby/ruby/lib/test/unit/autorunner.rb:199:in
Test::Unit::AutoRunner#run': undefined method
[]’ for :console:Symbol
(NoMethodError)
from
/Users/administrator/src/ruby/ruby/lib/test/unit/autorunner.rb:13:in
`Test::Unit::AutoRunner#run’
from runner.rb:9
make: *** [test-all] Error 1
Something is not configured correctly, but what?
Everything was working fine two days ago. Now I’ve lost two days and I’m
still nowhere. Does anyone have any idea what the problem might be? I’m
at my wit’s end.
Thanks for any help.
Chas. Munat
Seattle