ruby -v
Regards,
- Steven Miers
On Jul 12, 2008, at 2:15 AM, "ashe...@googlemail.com" <ashe...@googlemail.com
You would need to copy the fann header files from:
/usr/local/include to /usr/include
And the shared libraries from
/usr/local/lib to /usr/lib
I *think* the following commands should catch everything:
sudo cp /usr/local/include/*fann* /usr/include/
sudo cp /usr/local/lib/*fann* /usr/lib/
Then, you'll probably have to reinstall the ruby-fann gem.
Good luck. I haven't yet tested under ruby 1.8.7, but I don't think
it will be a problem.