Hello,
I've been trying to run the NArray examples on your website (especially the Mandelbrot demo). I downloaded, compiled,
and installed FFTW, NArray, and NImage, but when I run any program that relies on the NImage library I get this error:
c121h199:~/Desktop d$ ruby ./mandel.rb
dyld: NSLinkModule() error
dyld: Symbol not found: _XAllocColor
Referenced from: /usr/local/lib/ruby/site_ruby/1.8/powerpc-darwin8.5.0/nimage_c.bundle
Expected in: flat namespace
Trace/BPT trap
Any idea what I should do to try and resolve this issue?
Thanks! |