改进在redhat 7.2和glibc2.12以下的编译问题。

This commit is contained in:
zhengchao
2017-01-11 14:39:28 +08:00
parent 9ee4a7a5ea
commit bad140f8df
3 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
LIBS=../lib/libmaatframe.so
INC=-I../inc/ -I/usr/include/MESA/
all:
g++ -o maat_test -g -Wall maat_test.cpp $(INC) $(LIBS)
g++ -o maat_test -g -Wall maat_test.cpp $(INC) $(LIBS) -lMESA_handle_logger
g++ -o digest_gen -g digest_gen.c $(INC) $(LIBS)
clean:
rm maat_test test.log* -f