Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created October 31, 2013 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/7252200 to your computer and use it in GitHub Desktop.
Save oberstet/7252200 to your computer and use it in GitHub Desktop.
oberstet@corei7-ubuntu:~/scm/wsperf$ ls -la $BOOST_ROOT/stage/lib | grep system
-rw-rw-r-- 1 oberstet oberstet 213286 Okt 31 14:10 libboost_filesystem.a
lrwxrwxrwx 1 oberstet oberstet 29 Okt 31 14:03 libboost_filesystem.so -> libboost_filesystem.so.1.55.0
-rwxrwxr-x 1 oberstet oberstet 113400 Okt 31 14:03 libboost_filesystem.so.1.55.0
-rw-rw-r-- 1 oberstet oberstet 49018 Okt 31 14:10 libboost_system.a
lrwxrwxrwx 1 oberstet oberstet 25 Okt 31 14:03 libboost_system.so -> libboost_system.so.1.55.0
-rwxrwxr-x 1 oberstet oberstet 20431 Okt 31 14:03 libboost_system.so.1.55.0
oberstet@corei7-ubuntu:~/scm/wsperf$ g++ -std=c++0x -O2 -D_WEBSOCKETPP_CPP11_STL_ -I../websocketpp/ -I$BOOST_ROOT wsperf.cpp -L$BOOST_ROOT/stage/lib -lssl -lcrypto -lsystem -o wsperf
/usr/bin/ld: cannot find -lsystem
collect2: ld gab 1 als Ende-Status zurück
oberstet@corei7-ubuntu:~/scm/wsperf$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment