Logo by Nickman (anonymous IP: 3.145.92.98,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
==> 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 |