Created
March 1, 2014 21:14
-
-
Save kyleterry/9297470 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ OK kyle@nebula:~/src/personal/Project-Oleg ] | |
[ [git:master] ] | |
$ make | |
gcc -std=gnu99 -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -c -fPIC src/murmur3.c | |
gcc -std=gnu99 -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -c -fPIC src/oleg.c | |
gcc -std=gnu99 -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -c -fPIC src/dump.c | |
gcc -std=gnu99 -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -c -fPIC src/logging.c | |
gcc -std=gnu99 -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -c -fPIC src/aol.c | |
gcc -std=gnu99 -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -c -fPIC src/port_driver.c | |
gcc -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -o /Users/kyle/src/personal/Project-Oleg/build/lib/liboleg.so murmur3.o logging.o dump.o aol.o oleg.o -fpic -shared | |
gcc -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/include/ -L/usr/local/Cellar/erlang/R16B03/lib/erlang/usr/lib/ -L/usr/local/Cellar/erlang/R16B03/lib/erlang/lib/erl_interface-3.7.15/lib/ -L/Users/kyle/src/personal/Project-Oleg/build/lib/ -o /Users/kyle/src/personal/Project-Oleg/build/lib/libolegserver.so port_driver.o -fpic -shared -loleg -lei | |
Undefined symbols for architecture x86_64: | |
"_driver_alloc", referenced from: | |
_oleg_start in port_driver.o | |
_oleg_output in port_driver.o | |
"_driver_free", referenced from: | |
_oleg_stop in port_driver.o | |
_oleg_output in port_driver.o | |
"_driver_output", referenced from: | |
_oleg_output in port_driver.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make: *** [/Users/kyle/src/personal/Project-Oleg/build/lib/liboleg.so] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment