Parent document is top of "comp.unix.aix Frequently Asked Questions (Part 4 of 5)"
Previous document is "3.00: Fortran and other compilers"
Next document is "3.02: How do I statically bind Fortran libraries and dynamically bind C libraries?"

3.01: I have problems mixing Fortran and C code, why?

A few routines (such as getenv, signal, and system) exist in both the
Fortran and C libraries but with different parameters. In the recent
past, if you have a mixed program that calls getenv from both C and
Fortran code, you have to link them carefully by specifying the correct
library first on your command line. This is no longer needed starting
with version 1.5 of the compilers.

Parent document is top of "comp.unix.aix Frequently Asked Questions (Part 4 of 5)"
Previous document is "3.00: Fortran and other compilers"
Next document is "3.02: How do I statically bind Fortran libraries and dynamically bind C libraries?"