floatAt: on Win2K vs Linux

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Fri Oct 6 15:28:41 UTC 2000


On Fri, 6 Oct 2000 jchludzinski at worldkey.net wrote:

> I'm using the VM that comes with the 2.8 download.

I just tried the Squeak-2.8pre3-i686-pc-linux-gnu.tar.gz from UIUC --
you're right! It's broken. The SqueakFFIPrims.so there is linked
dynamically against libffi.so, which does not work if you don't have it
installed. You can get a statically linked version from
http://wwwisg.cs.uni-magdeburg.de/~raab/squeak/FFI/Unix/i686-pc-linux-gnu/

If this still doesn't work make sure Squeak can find the SqueakFFIPrims.so
library. Either run Squeak from the directory containing it or set
LD_LIBRARY_PATH.

-- Bert







More information about the Squeak-dev mailing list