Message-Id: <3.0.5.32.19980607003153.007dee60@mail.huawei.com.cn> Date: Sun, 07 Jun 1998 00:31:53 -0700 To: djgpp AT delorie DOT com From: Tao yedu Subject: Where to get termcap.a for djgpp? Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Precedence: bulk I have a makefile, it need a termcap.a. This is the make rule: ffff,0000,0000 clips : $(OBJS) gcc -o clips $(OBJS) -lm -ltermcap