OS4 DepotLogo by Browallia 
(anonymous IP: 18.118.200.197,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Utility » f2c.lha

F2c

Description: Fortran 77 to C/C++ translator
Download: f2c.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 447kb
Version: 20050501
Date: 12 Jan 2006
Author: AT&T Bell Laboratories
Submitter: Gianluca Molinari
Email: limite destro/infinito it
Category: development/utility
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 1504
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 231  (Current version)
231  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
==> Abstract

F2c converts Fortran 77 source code into C (or C++) source files.

For more information about f2c visit http://www.netlib.org/f2c/ .

==> General

This f2c version is the last avalaible on netlib.org.

Compiled with SDK 51.15:
g++ 3.4.4
clib2 1.198
newlib 3.10

Ixemul.library is NOT required. Multiple input files are allowed.
The static library libf2c.a, needed to link the translated C code 
generated by f2c, is avalaible for both clib2 and newlib C runtime
libraries.

==> Installation

Use the supplied installer script or manually with the commands:

Copy f2c sdk:Local/c

-clib2 version
Copy clib2/lib/libf2c.a SDK:Local/clib2/lib CLONE
Copy clib2/include/f2c.h SDK:Local/clib2/include CLONE

-newlib version
Copy newlib/lib/libf2c.a SDK:Local/newlib/lib CLONE
Copy newlib/include/f2c.h SDK:Local/newlib/include CLONE

Than copy the documentation where do you want.

==> Usage

Use f2c to translate Fortran code:

f2c foo1.f foo2.f ... fooN.f

Than compile the output #?.c code with -lf2c -lm (-newlib) flags

gcc foo1.c -o foo1 -lf2c -lm

Read the supplied PDF documentation for more info.

==> Contact

For problems regarding this version please contact me at:

limite.destro()infinito.it

==> END


Copyright © 2004-2024 by Björn Hagström All Rights Reserved