Skip to content

Instantly share code, notes, and snippets.

@r2p2
Created February 19, 2012 10:50
Show Gist options
  • Select an option

  • Save r2p2/1863136 to your computer and use it in GitHub Desktop.

Select an option

Save r2p2/1863136 to your computer and use it in GitHub Desktop.
g++ -o bin/libutils-1.0.so -shared -Wl,-soname,libutils-1.0.so -Lbuild -lpthread -lrt build/crypto/sha512.o build/crypto/md5.o build/crypto/sha1.o build/crypto/hashalgorithm.o build/crypto/sha256.o build/crypto/sha.o build/fs/filedescriptorreactor.o build/fs/filedescriptorobserver.o build/data/databuffer.o build/thread/thread.o build/thread/semaphore.o build/thread/mutex.o build/thread/mutexlocker.o build/uuid/uuid.o build/uuid/statestorage.o build/uuid/generator.o build/uuid/filestorage.o build/net/tcpsocketiostream.o build/net/tcpsocket.o build/net/socketiostream.o build/net/tcpsocketstreambuf.o build/net/socketstreambuf.o build/net/abstract_socket.o
make[1]: Leaving directory `/home/r2p2/git/xer/utils_lib/lib'
cd test/src && cp -aur * ../build/;
cd test/; make LIBNAME=utils-1.0
make[1]: Entering directory `/home/r2p2/git/xer/utils_lib/test'
g++ -o bin/test_utils-1.0 -L../lib/bin -lutils-1.0 -lpthread -lrt build/test_signal.o build/test_md5.o build/test_pipe.o build/test_thread.o build/test_databuffer.o build/test_sha256.o build/test_sha512.o build/test_uuid.o build/test_sha1.o build/main.o build/test.o
make[1]: Leaving directory `/home/r2p2/git/xer/utils_lib/test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment