Date: Tue, 8 Oct 1996 08:10:21 +0200 (IST) From: Eli Zaretskii To: Bill Currie Cc: Matthew B Kennedy , djgpp AT delorie DOT com Subject: Re: Problem when assembling external function using "asmdefs.h" In-Reply-To: <325A1448.386E@blackmagic.tait.co.nz> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 8 Oct 1996, Bill Currie wrote: > the two add modules might(?) cause you problems because you could get two (attempted) add.o files > (unless gcc uses generated names for the temp files) Gcc does generate names for temporary files, so this should be no problem at all (although I didn't actually try). But you're right in principle: calling two source files by the same basename is looking for trouble.