Hi,
any idear what the problem is:
freeware.gnu.gcc.rte 2.95.3.0 C GNU Compiler Collection
[testserver]:root:/usr/local/bin>gcc -o test /test.c
gcc: installation problem, cannot exec `as': No such file or directory
[testserver]:root:/usr/local/bin>cat /test.c
#include <stdio.h>
main()
{
printf("Hello, world!\n"
;
return 0;
}
The installation of gcc under AIX 4.3.3 was OK
rokowa
any idear what the problem is:
freeware.gnu.gcc.rte 2.95.3.0 C GNU Compiler Collection
[testserver]:root:/usr/local/bin>gcc -o test /test.c
gcc: installation problem, cannot exec `as': No such file or directory
[testserver]:root:/usr/local/bin>cat /test.c
#include <stdio.h>
main()
{
printf("Hello, world!\n"
return 0;
}
The installation of gcc under AIX 4.3.3 was OK