From: "Peter Ketting" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE compiling Date: Wed, 17 Nov 1999 00:14:37 -0800 Organization: Posted via Supernews, http://www.supernews.com Lines: 20 Message-ID: References: <38310FCF DOT FBB0B707 AT virtualis DOT com> X-Complaints-To: newsabuse AT supernews DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alex Mendes da Costa wrote in message news:38310FCF DOT FBB0B707 AT virtualis DOT com... > Is there any way to change the way it compiles things, i mean make > foo.asm into foo.o and then add foo.c to foo.o. Its just akward because > I have similar functions shared in c and asm. I would rename the files to foo_a.asm and foo_c.c, this way you will nd up with foo_a.o and foo_c.o and everything should be linked as it should (also, this way when you get an error message linking, you'll know with which file the problems are). Cheers, Pjotr