problems with pgf

thanks to anker to me, but now i need verifyc the results

when i work with root:

[root@lasecre pgi]# pgf77 -V -c x.f

pgf77 7.2-5 32-bit target on x86 Linux -tp penryn
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2008, STMicroelectronics, Inc. All Rights Reserved.
NOTE: your trial license will expire in 1 days, 14.6 hours.
PGFTN/x86 Linux 7.2-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2008, STMicroelectronics, Inc. All Rights Reserved.


But when i work with user:

[olas@lasecre]/opt/pgi% pgf77 -V -c x.f

pgf95 7.2-5 32-bit target on x86 Linux -tp penryn
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2008, STMicroelectronics, Inc. All Rights Reserved.
PGF90/x86 Linux 7.2-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2008, STMicroelectronics, Inc. All Rights Reserved.
NOTE: your trial license will expire in 1 days, 14.5 hours.
PGF90-W-0006-Input file empty (x.f)
PGF90/x86 Linux 7.2-5: compilation completed with warnings
NOTE: your trial license will expire in 1 days, 14.5 hours.
PGF90/x86 Linux 7.2-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2008, STMicroelectronics, Inc. All Rights Reserved.
Assembler messages:
Fatal error: can’t create x.o: Permission denied

Hi Lucio,

It appears that the compilers are installed, though your trial license is about to expire. The error is that your “x.f” file does not include a “main” subroutine. If this was your intent, then add “-c” to have the compiler stop after compilation without linking.

  • Mat