From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: problem using "templates" Date: Tue, 04 Jan 2000 22:05:08 +0000 Organization: Customer of Planet Online Lines: 14 Message-ID: References: NNTP-Posting-Host: modem-126.argon.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg4.svr.pol.co.uk 947023776 31405 62.136.8.254 (4 Jan 2000 22:09:36 GMT) NNTP-Posting-Date: 4 Jan 2000 22:09:36 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > I think Andris just explained this: G++ is configured differently for > these two platforms (probably because of the different binary file > format used by each platform). That's why -frepo makes the difference, > AFAIK. Yes, checking the gcc info docs for -frepo reveals that the problem should only affect non-ELF formats. When suspected bugs like this crop up it would be useful to check against a list of known bugs for workarounds and to see if the problem is real. Does something like this exist? I have searched http://gcc.gnu.org and found nothing really detailed.