Go to the first, previous, next, last section, table of contents.


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.)


Go to the first, previous, next, last section, table of contents.