X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 17 May 2004 15:53:04 -0400 Message-Id: <200405171953.i4HJr45P029304@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (slavearcDOEDITWEG AT pandora DOT be) Subject: Re: problem with DJGPP's make References: <200405171903 DOT i4HJ3tdN028349 AT envy DOT delorie DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Plus, try "make -nr" to show you what make would do without its > > internal rules. It might help. > > OK, it helped! :-) > But I still think the problem is quite strange. > When I ran make -nr, it said > "No rule to make FileByteSource.o, needed by libio.a" Ok, that means it was using a built-in rule before. Note that you must start command lines with a hard tab, not eight spaces. > And it seems that spaces are not allowed before a > multi-line-indicator (or whatever the correct name for a "\" might > be in this case :-) ) Er, that shouldn't be a problem. Spaces *after* it are a problem, but not before. Are your sources in the current directory? I.e. the same directory as the Makefile? If not, you need a VPATH directive (read the make docs about this).