Hello,
I've just downloaded and installed version 0.01.0-10 of the SGI
compilers.
Here are the problems I have encountered:
Complete failure on a native RedHat system:
pc64-016:~ 0 22> sgicc hello.c
sgicc ERROR: signal Segmentation fault caught, stop processing
sgicc ERROR: signal Segmentation fault caught, stop processing
pc64-016:~ 32 23> uname -a
Linux pc64-016 2.4.0-0.8smp #1 SMP Sun Jun 18 00:32:35 EDT 2000 ia64 unknown
pc64-016:~ 0 24> sgicc -v
SGIcc Compilers: Version 0.01.0-10
On a NUE installation, sgiCC fails to find its headers:
[root@pcpole danpop]# uname -a
Linux pcpole.cern.ch 2.2.11 #3 SMP Fri Aug 13 14:17:01 CEST 1999 ia64
unknown
[root@pcpole danpop]# sgiCC -v
SGIcc Compilers: Version 0.01.0-10
[root@pcpole danpop]# sgiCC cpptest.cpp
cpptest.cpp:1: iostream: No such file or directory
cpptest.cpp:2: vector: No such file or directory
cpptest.cpp:3: cmath: No such file or directory
cpptest.cpp:4: cstdlib: No such file or directory
sgiCC INTERNAL ERROR: /usr/bin/g++ returned non-zero status 1
[root@pcpole danpop]# head cpptest.cpp
#include <iostream>
#include <vector>
#include <cmath>
#include <cstdlib>
class momentum {
public:
momentum() {
double cosTheta = 1.0 - 2.0*Rand();
Best regards,
Dan Pop
|