XL Fortran for AIX 8.1

User's Guide


Conventions for XL Fortran External Names

To assist you in writing mixed-language programs, XL Fortran follows a consistent set of rules when translating the name of a global entity into an external name that the linker can resolve:

If you are porting your application from another system and your application does encounter naming conflicts like these, you may need to use the -qextname Option. Or you can use the -brename linker option to rename the symbol if there are not too many names to change:

  xlf90 -brename:old_name,new_name interlanguage_calls.f


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]