Hi, I get the following error with jack_oscrolloscope-0.7
x86_64-pc-linux-gnu-gcc -c -o waves.o -march=amdfam10 -mcx16 -msahf -mpopcnt -mabm --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -O2 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -W -Wall -std=gnu99 -O2 waves.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o jack_oscrolloscope main.o video.o audio.o waves.o -lSDL -lpthread -ljack -lGL -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: video.o: undefined reference to symbol 'ceilf@@GLIBC_2.2.5' /lib64/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:16: recipe for target 'jack_oscrolloscope' failed make: *** [jack_oscrolloscope] Error 1 Cheers, Dominique
