[seq24-users] Compilation problems on FreeBSD
Brought to you by:
rcbuse
|
From: Michael G. <gar...@gm...> - 2006-08-15 08:40:43
|
I'm trying to compile seq24 on FreeBSD, and am running into a few problems during configuration. First, configure seems to be looking for librt, which does not exist on FreeBSD. Does FreeBSD even provide the realtime facilities that seq24 needs? Second, if I remove the check for librt from configure, it still fails because it can't find libasound (from ALSA). Is there a way configure seq24 to use only JACK and not ALSA? I tried "./configure --disable-alsa-support" and "./configure --disable-alsa" to no avail. Finally, in case it turns out that there's no way to get seq24 to compile under FreeBSD, where I might find a precompiled Linux binary to use in compatibility mode? Thanks, Mike |