Skip to content

Instantly share code, notes, and snippets.

@nu7hatch
Created January 9, 2012 19:47
Show Gist options
  • Save nu7hatch/1584578 to your computer and use it in GitHub Desktop.
Save nu7hatch/1584578 to your computer and use it in GitHub Desktop.
▸ make
[ 25%] Building C object CMakeFiles/kosmonaut.dir/src/client.c.o
[ 50%] Building C object CMakeFiles/kosmonaut.dir/src/worker.c.o
[ 75%] Building C object CMakeFiles/kosmonaut.dir/src/utils.c.o
Linking C static library libkosmonaut.a
[ 75%] Built target kosmonaut
[100%] Building C object CMakeFiles/selftest.dir/src/selftest.c.o
Linking C executable selftest
Undefined symbols:
"_zsocket_close", referenced from:
_kosmonaut_worker_disconnect in libkosmonaut.a(worker.c.o)
"_zmq_poll", referenced from:
_kosmonaut_worker_listen in libkosmonaut.a(worker.c.o)
_s_kosmonaut_client_request in libkosmonaut.a(client.c.o)
_s_kosmonaut_client_request in libkosmonaut.a(client.c.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [selftest] Error 1
make[1]: *** [CMakeFiles/selftest.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment