I have a small application I use for teaching that uses FLTK and
audio, in particular portaudio.  I attempted to rebuild just now with
a small adjustment and I get the error messages
g++ -O3 -g nFresp.cxx -L/usr/X11R6/lib -lfltk -ldl -lm /usr/lib/libX11.a 
-lsndfile -lportaudio -ljack
/usr/lib/libX11.a(imLcIm.o): In function `_XimLocalOpenIM':
(.text+0x12f7): warning: memset used with constant zero length parameter; this 
could be due to transposed parameters
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../libportaudio.so: undefined 
reference to `jack_port_unlock'
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../libportaudio.so: undefined 
reference to `jack_port_lock'
collect2: ld returned 1 exit status

I have tried re-installing jack and portaudio from the main repository
but it made no difference. Recently I have had other jack problems;
packman does not seem to have a jack-devel package to match their jack
for example

==John ffitch
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to