Hello,<br>
<br>
I'm&nbsp; squeak newbie and I want to use a C DLL with FFI on Linux (I use the The Ubuntu Linux distribution).<br>
<br>
&nbsp;&nbsp;&nbsp; I have a function test which is written in a Linux C DLL. It works when I call it from an exe. <br>
When I call it from my class I obtain the error message : &quot;Error: unable to find function address&quot;<br>
<br>
---------------------------------------------------------------------<br>
TestClass&gt;&gt;testLinux<br>
&nbsp;&nbsp; &nbsp;&lt;cdecl: void 'test' (void) module: 'test.so'&gt;<br>
&nbsp;&nbsp; &nbsp;^self externalCallFailed<br>
---------------------------------------------------------------------<br>
<br>
I use FFI with windows for an C Windows DLL and it works correctly,&nbsp; so is the FFI package works with Linux / Ubuntu ?<br>
<br>
<br>
thanks,<br>
<br>
Vincent