I'm trying to use SVMLight (http://svmlight.joachims.org/) from Pharo. �SVMLight has some *.h files I need to load and some *.so libraries. �I need to be able to call functions from them and manage the results. �How do I create a FFI in Pharo? �

[jake]