pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Make g95 optional in math/fftw



On Fri, Jun 07, 2013 at 09:40:34AM -0400, Greg Troxel wrote:
> > The core of the issue is that you can't really mix different Fortran
> > implementations.
> 
> Because they have different ABI/calling conventions, and procedure calls
> among fortran code in .o files compiled by fortran77/fortran95 compilers
> won't work right?

Not just Fortran 77 vs 95 compilers. There is no generic Fortran ABI.
Every compiler basically implements its own.

Joerg


Home | Main Index | Thread Index | Old Index