Created
August 23, 2013 22:19
-
-
Save stqism/6324583 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
make all-recursive | |
make[1]: Entering directory `/home/sean/toxic-api' | |
Making all in build | |
make[2]: Entering directory `/home/sean/toxic-api/build' | |
CC toxic-main.o | |
CC toxic-chat.o | |
CC toxic-configdir.o | |
CC toxic-prompt.o | |
CC toxic-friendlist.o | |
CC toxic-windows.o | |
CC toxic-dhtstatus.o | |
CCLD toxic | |
toxic-main.o: In function `init_connection': | |
/home/sean/toxic-api/build/../src/main.c:137: undefined reference to `resolve_addr' | |
toxic-prompt.o: In function `cmd_connect': | |
/home/sean/toxic-api/build/../src/prompt.c:201: undefined reference to `resolve_addr' | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [toxic] Error 1 | |
make[2]: Leaving directory `/home/sean/toxic-api/build' | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory `/home/sean/toxic-api' | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment