Taybin,
Got the following on RH 7.3 gcc 2.96
/bin/sh ../libtool --mode=link gcc -I.. -I.. -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -DUSE_POSIX_SHM -O3
-fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops
-fmove-all-movables -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-DUSE_POSIX_SHM -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce
-funroll-loops -fmove-all-movables -o jack_lsp -lrt -ldl -lpthread
lsp.o ../libjack/libjack.la
gcc -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-DUSE_POSIX_SHM -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce
-funroll-loops -fmove-all-movables -I.. -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -DUSE_POSIX_SHM -O3
-fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops
-fmove-all-movables -o .libs/jack_lsp lsp.o -ldl
../libjack/.libs/libjack.so -lm -lpthread -lrt
creating jack_lsp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -DUSE_POSIX_SHM -O3
-fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops
-fmove-all-movables -g -O2 -MT fltk_client.o -MD -MP -MF
".deps/fltk_client.Tpo" \
-c -o fltk_client.o `test -f 'fltk_client.cc' || echo
'./'`fltk_client.cc; \
then mv ".deps/fltk_client.Tpo" ".deps/fltk_client.Po"; \
else rm -f ".deps/fltk_client.Tpo"; exit 1; \
fi
fltk_client.cc:11:19: FL/Fl.H: No such file or directory
fltk_client.cc:12:26: FL/Fl_Window.H: No such file or directory
fltk_client.cc:13:26: FL/Fl_Slider.H: No such file or directory
make[2]: *** [fltk_client.o] Error 1
make[2]: Leaving directory `/data2/sound/jack/example-clients'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/jack'
make: *** [all] Error 2
Jan
On Sat, 2003-05-10 at 09:30, Taybin wrote:
JACK 0.71.1
JACK is a low-latency audio server, written primarily for the GNU/Linux
operating system. It can connect a number of different applications to
an audio device, as well as allowing them to share audio between
themselves. Its clients can run in their own processes (ie. as normal
applications), or can they can run within the JACK server (ie. as a
"plugin").
JACK is different from other audio server efforts in that it has been
designed from the ground up to be suitable for professional audio work.
This means that it focuses on two key areas: synchronous execution of
all clients, and low latency operation.
**CHANGES**
* fltk macros/detection from bob ham
* tmpdir configure-time patch from jesse chappell
* socket error handling change (with additional graph sort!)
from stephane letz
* xrun init patch from gunter geiger
Taybin Rutkin