Node: Avoid f2c Compatibility, Next: , Previous: Prefer Automatic Uninitialized Variables, Up: Faster Programs



Avoid f2c Compatibility

If you aren't linking with any code compiled using f2c, try using the -fno-f2c option when compiling all the code in your program. (Note that libf2c is not an example of code that is compiled using f2c--it is compiled by a C compiler, typically gcc.)