gist:8640517

Sign up for a GitHub Account Sign in public kyleterry / gist:8640517 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 $ 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 -shared -Wl,-soname,liboleg.so.1 -o /Users/kyle/src/personal/Project-Oleg/build/lib/liboleg.so.0.1 murmur3.o dump.o oleg.o ld: unknown option: -soname clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [liboleg] Error 1 Please sign in to comment on this gist. Something went wr...

Linked on 2014-01-26 22:51:10 | Similar Links