Porting Question

Porting Question

Imagen de grantrickard

I haven't touched fortran in quite awhile. Anyway, I'm doing some porting, moving an application from VAX Fortran to Compac Fortran. The original was written in 1982. For some reason, I can't do a '/list' on an file 'include'. Is there a header file or some statement I'm not including? I looked in a book and haven't had good results.

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de james@elementyl.com

I'm not sure if you are asking to have an include file present in a listing, or if you are receiving compile errors due to having syntax such as:

include 'data.for/list'

If the former, you need to compile with the switch /show:include

If the latter, use the /vms switch to allow that syntax.

James

Inicie sesión para dejar un comentario.