On Thu, Jul 18, 2024 at 17:51:22 +0000, Van Ly wrote: > 7 /usr/pkg/lib/squeak/4.10.2.2614/so.vm-sound-OSS: Undefined PLT symbol > "_oss_ioctl" (symnum = 19)
It's probably not linked against -lossaudio. I grabbed the binary package and it seems so.vm-sound-OSS is only linked against lasound.so from audio/alsa-lib. -uwe