Re: [Pharo-users] Forcing a library to load

2014-09-23 Thread Annick Fron
And with FFI and Alien ? Do FFI Alien and NativeBoost share the same libraries ? Le 22 sept. 2014 à 21:19, p...@highoctane.be a écrit : > NativeBoost has loadModule: aModuleName which should do the trick. > > Phil > ​

Re: [Pharo-users] Forcing a library to load

2014-09-22 Thread p...@highoctane.be
NativeBoost has loadModule: aModuleName which should do the trick. Phil ​

[Pharo-users] Forcing a library to load

2014-09-22 Thread Annick Fron
Hi, How is it possible to force a library to load ? Namely I have large libraries on linux which depend on each other. I discovered that the equivalent code in C runs, but not in pharo using FFI, and one problem was that a dependent library was not loaded. Annick