Date: Thu, 22 Nov 2001 11:34:50 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Thomas Bonner cc: djgpp AT delorie DOT com Subject: Re: g77 problem In-Reply-To: <3bfcb6af$1@pfaff.ethz.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT 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 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?