Mail Archives: pgcc/1999/04/13/18:21:10
I'm trying to compile a fortran program using pgcc on a PII 400 Linux
box. I have the following versions installed:
[root AT stimpy /root]# rpm -qa | grep egcs
egcs-1.1.2-12
egcs-g77-1.1.2-12
egcs-objc-1.1.2-12
egcs-c++-1.1.2-12
[root AT stimpy /root]# rpm -qa | grep pgcc
pgcc-1.1.1-1
pgcc-c++-1.1.1-1
pgcc-g77-1.1.1-1
pgcc-objc-1.1.1-1
pgcc is installed in /opt/pgcc/bin and is the first directory in my path
so that g77, gcc, etc. are definitely being used to compile. The
compile command used is..
g77 -ffixed-line-length-120 -ff77 -O2 -c master.f
The error produced is..
master.f: In subroutine `master_event_handler':
master.f:51: warning:
CALL MASTER_EVENT_HANDLER(BIGA,MSG, MSG_SIZE, SRC, FLAG,
1
master.f:131: (continued):
SUBROUTINE MASTER_EVENT_HANDLER(BIGA, MSG, MSG_SIZE, SRC, FLAG,
2
Argument #12 (named `map') of `master_event_handler' is one type at (2)
but is some other type at (1) [info -f g77 M GLOBALS]
ste.c:700: failed assertion `tc != -1'
g77: Internal compiler error: program f771 got fatal signal 6
make[3]: *** [master.o] Error 1
The first error is simply a warning but it is the second error that
causes the make to crash. The normal gcc and g77 compiler has no
problems with this file.
If anyone has an explanation for or requires more information about this
problem, could you please reply directly to me as I am not on the
mailing list.
Thanks for any help.
--
John L. Papp
Aerospace Engineer/System Administrator
Computational Fluid Dynamics Research Laboratory
e-mail: jpapp AT cfdrl DOT uc DOT edu
web: http://www.cfdrl.uc.edu/~jpapp
phone: 513-556-1927 or 1923
loc: 637 ERC or 756 Baldwin
- Raw text -