From: adash Date: Tue, 10 Apr 2007 15:07:02 +0000 (+0000) Subject: added lpthread command line parameter X-Git-Tag: preEdgeChange~635 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=558de5e9f6d80982e0fb2d32ccac010cbf5e8c6f;p=IRC.git added lpthread command line parameter --- diff --git a/Robust/src/Runtime/DSTM/interface/Makefile b/Robust/src/Runtime/DSTM/interface/Makefile index e4d3a34f..1a714de0 100644 --- a/Robust/src/Runtime/DSTM/interface/Makefile +++ b/Robust/src/Runtime/DSTM/interface/Makefile @@ -1,8 +1,8 @@ client: - gcc -g -O0 -o client trans.c testclient.c mlookup.c clookup.c llookup.c dstm.c objstr.c dstmserver.c plookup.c + gcc -lpthread -g -O0 -o client trans.c testclient.c mlookup.c clookup.c llookup.c dstm.c objstr.c dstmserver.c plookup.c ip.c server: - gcc -g -O0 -o server dstmserver.c testserver.c plookup.c mlookup.c clookup.c llookup.c dstm.c objstr.c trans.c + gcc -lpthread -g -O0 -o server dstmserver.c testserver.c plookup.c mlookup.c clookup.c llookup.c dstm.c objstr.c trans.c ip.c clean: rm client server