bug report
Richard Sand
rsand@vgalleries.com
Tue Jul 4 21:18:00 GMT 2000
GCC versionÃÂ 2.95.2 19991024 (release)
Platform is AIX 4.3.2
ÃÂ
I tried both the AIX 4.3.1 binaries packaged in LPP form from
http://www-frec.bull.com/docs/download.htm
as well as the AIX 4.3.2 binaries downloaded from http://aixpdslib.seas.ucla.edu/aixpdslib.html
ÃÂ
With both, I experience the following bug when trying ANY
compilation:
ÃÂ
rsand:/home/rsand>gcc -c abc.c gcc: installation
problem, cannot exec `as': A file or directory in the path name does not
exist.
ÃÂ
...where abc.c is:
ÃÂ
#include <stdio.h>
ÃÂ
int main(int argc, char** argv) { ÃÂ ÃÂ int
i; ÃÂ ÃÂ for (i = 0; i < 5; i++) printf("i = %d\n",
i); }ÃÂ
ÃÂ
The verbose output is:
ÃÂ
Reading specs from
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/specs gcc version 2.95.2
19991024
(release) ÃÂ /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/cpp
-lang-c -v -D__GNUC__= 2 -D__GNUC_MINOR__=95 -D_IBMR2 -D_POWER -D_AIX
-D_AIX32 -D_AIX41 -D_AIX43 -D_LON G_LONG -D_IBMR2 -D_POWER -D_AIX -D_AIX32
-D_AIX41 -D_AIX43 -D_LONG_LONG -Asystem (unix) -Asystem(aix)
-D__CHAR_UNSIGNED__ -D_ARCH_COM abc.c /tmp/cclLn5Dc.i GNU CPP version 2.95.2
19991024 (release) #include "..." search starts here: #include <...>
search starts
here: ÃÂ /usr/local/include ÃÂ /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../../powerpc-ibm-aix4.3.1.0/include ÃÂ /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/include ÃÂ /usr/include End
of search list. The following default directories have been omitted from the
search
path: ÃÂ /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../../include/g++-3 End
of omitted
list. ÃÂ /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/cc1
/tmp/cclLn5Dc.i -quietÃÂ -dumpbase abc.c -version -o /tmp/cclklPKl.s GNU C
version 2.95.2 19991024 (release) (powerpc-ibm-aix4.3.1.0) compiled by
GNU ÃÂ C version 2.95.2 19991024 (release). ÃÂ as -u -mcom -o abc.o
/tmp/cclklPKl.s
gcc: installation problem, cannot exec `as': A file or
directory in the path name does not
exist.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
ÃÂ
Thank you.
Richard Sand ( rsand@vgalleries.com ) http://www.vgalleries.com
More information about the Gcc-bugs
mailing list