Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
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: | 228 (Current version) | | 228 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
==> 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
|