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

karl ramberg karlramberg at gmail.com
Sun Jan 27 19:45:41 UTC 2019


Thanks, that worked.

Best,
Karl


On Sun, Jan 27, 2019 at 7:08 PM Levente Uzonyi <leves at caesar.elte.hu> wrote:

>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190127/828f2df6/attachment.html>


More information about the Vm-dev mailing list