Date: Fri, 3 May 1996 20:34:44 -0400 From: dj (DJ Delorie) Message-Id: <199605040034.UAA28737@delorie.com> To: Student AT gc DOT maricopa DOT edu CC: djgpp AT delorie DOT com In-reply-to: <4mb967$9s0@news.maricopa.edu> (Student@gc.maricopa.edu) Subject: Re: Repost: Problems with Make (building libc.a) You can't use just "make" to build libc.a. You must use "rmake", a program that is provided with DJGPP for that purpose. It runs around to all the directories and builds all the objects, and *then* calls make. If you use make directly, it won't know how to build the objects and will default to its built-in rules.