From: "Thomas Bonner" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: g77 problem Date: Thu, 22 Nov 2001 11:00:48 +0100 Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 NNTP-Posting-Host: freud.ethz.ch Message-ID: <3bfcccb7$1@pfaff.ethz.ch> X-Trace: 22 Nov 2001 11:00:23 +0100, freud.ethz.ch Organization: Swiss Federal Institute of Technology (ETHZ) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1011122113329 DOT 14166R-100000 AT is... > > On Thu, 22 Nov 2001, Thomas Bonner wrote: > > > I upgraded to version 3.02 and found the following problem with g77: > > > > g77 test.fpp > > c:/djgpp/lib/gcc-lib/djgpp/3.02/tradcpp0.exe: Invalid option `-remap' > > tradcpp0 being invoked means that you invoked g77 with the -traditional > switch, or maybe g77 automatically invokes the preprocessor with > "-traditional". Can you tell which one is true? No, I didn't add any command switches. Comparing to "g77 test.f" the behavior is completely different (extension fpp means for g77 that preprocessing has to be done). The option "-x f77-cpp-input" tells the compiler to do preprocessing if the extension is not ".fpp". All seemed to work with a 2.9x installation.