gist:8640801

Sign up for a GitHub Account Sign in public kyleterry / gist:8640801 Created 2014-01-26 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist gistfile1.txt File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 [ OK kyle@imsad:~/src/Project-Oleg ] $ make gcc -std=c99 -Wall -Werror -g3 -c -fPIC -I./include ./src/murmur3.c gcc -std=c99 -Wall -Werror -g3 -c -fPIC -I./include ./src/oleg.c gcc -std=c99 -Wall -Werror -g3 -c -fPIC -I./include ./src/dump.c gcc -std=c99 -Wall -Werror -g3 -lm -shared -Wl,-soname,liboleg.so.1 -o /home/kyle/src/Project-Oleg/build/lib/liboleg.so.0.1 murmur3.o dump.o oleg.o if ! [ -L /home/kyle/src/Project-Oleg/build/lib/liboleg.so.1 ]; then ln -s /home/kyle/src/Project-Oleg/build/lib/liboleg.so.0.1 /home/kyle/src/Project-Oleg/build/lib/liboleg.so.1;...

Linked on 2014-01-26 23:21:22 | Similar Links