[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Problem linking Linux Sound Library (#360)

Levente Uzonyi leves at caesar.elte.hu
Sun Jan 27 18:08:28 UTC 2019


On Sun, 27 Jan 2019, karl ramberg wrote:

> I can't get the LD_PRELOAD trick to function.

You have to pass -vm-sound-pulse to the VM. The following works for me:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libpulse-simple.so.0 ./bin/squeak -vm-sound-pulse ./shared/trunk.image

Note that the squeak.sh script will not handle the -vm-sound-pulse switch 
properly, so the VM is invoked directly.

Levente


More information about the Vm-dev mailing list