I recently downloaded and installed pro64 on a RedHat 6.2 and a TurboLinux
(build 705) system. On both, if I try compiling something with -Ofast, I
get:
sgicc ERROR: cannot exec /usr/lib/gcc-lib/ia64-sgi-linux/sgicc-1.0/ipa_link
I looked in the sgicc-1.0 directory, and there is no ipa_link binary/script
to execute. Is this normal? Should I only use -O3 or -O2?
Thanks in advance... I'll attach the simplest example below:
Linux monk.persistence.com 2.4.0-0.24smp #1 SMP Thu Aug 17 15:30:50 EDT 2000
ia64 unknown
SGIcc Compilers: Version 0.01.0-10
sgicc -Ofast -o t t.c
sgicc ERROR: cannot exec /usr/lib/gcc-lib/ia64-sgi-linux/sgicc-1.0/ipa_link
------------------------------<t.c>--------------------------------
main () {
printf ("%x\n", '(');
printf ("%x\n", ')');
printf ("%x\n", '?');
printf ("%c %c\n", 0x28, 0x29);
}
Brent Bice
bbice@xxxxxxxxxxxxxxx
|