Dear Lassi A. Tuura, you wrote on Today:

> $ cat foo.f90
>       SUBROUTINE foo
>       RETURN
>       END
> $ xlf -qsuffix=f=f90 foo.f90
> xlf: 1501-218 file foo.f90 contains an incorrect file suffix
> ld: 0711-715 ERROR: File foo.f90 cannot be processed.
>         The file must be an object file, an import file, or an archive.
> 
> OK so the source isn't real f90, but it does look like it is ignoring
> the suffix option.  This is on AIX 4.3, but I do not know the xlf
> version.  /usr/lpp/xlf/DOC/README.xlf says: ``@(#) 01 1.2.5.28 11/6/95
> 18:27:11''

Well, that's the point then:
README.xlf: * @(#) 01 1.2.10.1 11/12/98 18:05:52

$ xlf -qsuffix=f=f90 -c foo.f90   
** foo   === End of Compilation 1 ===
1501-510  Compilation successful for file foo.f90.

Bad news for me, it means that I *will* have to deal with the
fortran 90 extension in some way :-(

Could you perhaps consult your manual and find out whether that
old version had an equivalent to the -qsuffix option?

Regards
Martin

-- 
Martin Wilck <[EMAIL PROTECTED]>
Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germany
Tel. +49-341-2352151 / Fax +49-341-2352361

Reply via email to