We just installed the 11/21 version of TL on a Big Sur system, and
everything seemed to go just fine. The system has come up okay, and
everythign seems okay, except the sgif90 compiler. We even tried to get the
rpm from oss.sgi.com, and install it, but it still got the same problems.
We've done complete re-installs several times, but get the same result. On
even the smallest test case, we get the following error:
[root@hose4 waynev]# sgif90 test.f
/usr/lib/gcc-lib/ia64-cygnus-linux/2.96-ia64-000717/../../../libfortran.a(op
en.o):../../libf/fio/open.c:909: the use of `tempnam' is dangerous, better
use `mkstemp'
It has worked just fine on the 8/28 release. Is anyone else getting this
problem? I can't seem to find any specific references to this being broken.
Any insight would be welcome.
Wayne Vieira
For the purposes of debugging, our simple test case follows:
[root@hose4 waynev]# sgif90 -v
SGIcc Compilers: Version 0.01.0-12
[root@hose4 waynev]# cat test.f
program test
write(6,*) 'hello penguins'
stop
end
|