Re: [LAU] sync jack as slave to external mtc or mmc

From: Chris Bungue <ch.bunge@email-addr-hidden>
Date: Tue Sep 25 2012 - 11:27:32 EEST

Thanks SxDx,
now it compiles without any errors - great.
But all the old atari programs send only Midi time clock massages. I have check this with GMIDImonitor. What a Pity.


> cc -g -O2 -I/usr/include/alsa -I/usr/include/lash-1.0
> -L/usr/local/lib -L/usr/lib -ljack -lasound -lX11 -llash -o
> jackctlmmc main.o common.o

try:
cc -g -O2 -I/usr/include/alsa -I/usr/include/lash-1.0 -o jackctlmmc main.o common.o -L/usr/local/lib -L/usr/lib -ljack -lasound -lX11 -llash

ie. put the libs (-lXX) AFTER the .o of the link line.
Your .o refer to symbols in the .so files. The linker will
skip any symbol in a .so that is not used by a .o it already
processed. Since you give the .so BEFORE the .o the linker
discards everything.
Something like that. See man ld(1) around "--start-group".


_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Tue Sep 25 12:15:04 2012

This archive was generated by hypermail 2.1.8 : Tue Sep 25 2012 - 12:15:04 EEST