OSDN Git Service

commit add link param dl
authorbols <bols-blue@lnc.jp>
Fri, 12 Aug 2011 05:07:18 +0000 (14:07 +0900)
committerbols <bols-blue@lnc.jp>
Fri, 12 Aug 2011 05:07:18 +0000 (14:07 +0900)
USB_Keybord_MAX3421E/src/Makefile

index 586258f..ed3605a 100644 (file)
@@ -12,7 +12,7 @@ else
 LDFLAGS= -L/home/bols/systemc-2.2.0/lib-linux 
 CXXFLAGS= -I/home/bols/systemc-2.2.0/include 
 endif
-LDLIBS= -lcppunit -lsystemc -lc
+LDLIBS= -lcppunit -lsystemc -ldl
 SC_SRCS=$(patsubst %.nsl,%.sc,$(filter %.nsl,$(SRCS)))
 OBJCS=$(patsubst %.cpp,%.o,$(filter %.cpp,$(CPP_SRCS)))