Error while compiling JACK
Brought to you by:
dyeske
Hi,
I tried to compile JACK on my FreeBSD 5.1 and got this error while
compiling:
cc -DJACKD_LOCATION=\"/usr/local/bin/jackd\" -O -pipe
-mcpu=pentiumpro -o .libs/jackd jackd.o engine.o transengine.o ..
/libjack/.libs/libjack.so -lm -lc_r -lm -lc_r -Wl,--rpath -Wl,/usr/local/lib
engine.o: In function `jack_become_real_time':
engine.o(.text+0x2b18): undefined reference to `mlockall'
I find your project awesome, and JACK is a real deep tool which would
make it possible to run Ardour.
Thumbs up,
Whyking
Logged In: NO
mlockall, munlockall - lock or unlock address space
SYNOPSIS
#include <sys/mman.h>
int mlockall(int flags);
int munlockall(void);
Logged In: NO
this was submitted by another committer without collaboration