Hello, I am having a problem installing "gcc" and "make". These are the setup I have on my system: ic88aix.watson.ibm.com-root:/gcc_install/gcc> ls -l /usr/local total 32 drwxr-xr-x 2 root system 512 Nov 16 10:39 bin drwxr-xr-x 2 root system 512 Nov 16 10:39 info drwxr-xr-x 3 root system 512 Nov 16 10:39 man drwxr-xr-x 3 root system 512 Nov 16 10:39 share ic88aix.watson.ibm.com-root:/gcc_install/gcc> cd ic88aix.watson.ibm.com-root:/> find . -name rs6000-ibm-aix4* ./gcc_install/rs6000-ibm-aix4.3.3.0 One of the compliation statements showed: for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; do echo ${name}; /gcc_install/gcc/xgcc -B/gcc_install/gcc/ -B/usr/local/rs6000-ibm-aix4.3.3.0/bin/ -I/usr/local/rs6000-ibm-aix4.3.3.0/include -O2 -DIN_GCC -DHAIFA -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I/gcc-2.95.2/gcc -I/gcc-2.95.2/gcc/config -I/gcc-2.95.2/gcc/../include -c -DL${name} -DUSE_COLLECT2 /gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; if [ $? -eq 0 ] ; then true; else exit 1; fi; ar -X32_64 rc tmplibgcc2.a ${name}.o; rm -f ${name}.o; done _muldi3 xgcc: installation problem, cannot exec `as': A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 1. make: 1254-004 The error code from the last command is 2. I could not locate /usr/local/rs6000-ibm-aix4.3.3.0/bin nor /usr/local/rs6000-ibm-aix4.4.4.0/include Is the "file or directory" does not exist pointed to the above paths?? Thanks. Ivy Chiu _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make