This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug report


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]