OS4Depot.net 20130227_1013
  Home Search Mirrors Contact Info Credits

 Readme data for Root » Development » Utility » f2c.lha

Description: Fortran 77 to C/C++ translator
Install: f2c.lha
Size: 447kb 5
Version: 20050501
Date: 12 Jan 06
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
==> 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 (c) 2004-2013 Björn Hagström. All rights reserved.
OS4 and its logos are registered trademarks of Hyperion Entertainment