From: Cesar Rabak Newsgroups: comp.os.msdos.djgpp Subject: Re: Fortran / C compiler precision and code pack and Converters Date: Fri, 02 Mar 2001 11:04:16 -0300 Lines: 36 Message-ID: <3A9FA860.E522B885@uol.com.br> References: <3a9f90de DOT 69e DOT 0 AT surfeu DOT fi> <9003-Fri02Mar2001154312+0200-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 200-221-14-196.dsl-sp.uol.com.br (200.221.14.196) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 983541873 27711941 200.221.14.196 (16 [39218]) X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: pt-BR,es,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > > From: "Mr. Veli Suorsa" > > Date: Fri, 2 Mar 2001 14:23:58 +0200 > > > > > >No, it is not a bug. FWIW, I've seen such cases quite a > > What does FWIW means (heave a deep sigh, I presume)? > > For What It's Worth. For the OP. You should consider grabbing a copy of the jargon file (or if you prefer browse in the Net at http://www.tuxedo.org/~esr/jargon/ ) for this and miriads of other amusing acronyms. [snipped] > > I think there's a Pascal to C converted (p2c) on the DJGPP sites on > SImTel.NET. Just plus .019999... The OP must understand that be the p2c as the f2c (also available in the SimTel.NET, albeit there is not any port to DJGPP I'm aware of), genterate C code which can be compiled with a C compiler, _but_ require additional libraries for the specifics of the language converted (mainly I/O IIRC). OTOH, the generated code is not very maintanable in the converted language, so if the aim is to do a 'definive' port, you rather have to do the conversion manually, taking in account the differences between the programming models, I/O routines, etc. HTH Cesar