From: Denis Mignon Newsgroups: comp.os.msdos.djgpp,comp.lang.fortran Subject: Re: PARAMETER not accepted by G77 Date: Thu, 03 Apr 1997 18:01:16 +0200 Organization: Fina Research Message-ID: <3343D44C.167E@fina.be> NNTP-Posting-Host: 193.74.58.5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Actually, I have found the explanation to this problem I had posted myself previously: with the compiler f77 I used on the UNIX machine, a PARAMETER statement would look like PARAMETER NCOMP=11 To be accepted by G77, it must be written PARAMETER (NCOMP=1) I hope this can help others. -- ================================================ Denis Mignon email : denis DOT mignon AT fina DOT be ================================================