Please help me if you can am hoping someone can tell me where am going wrong with my installation of SSH 3.5p1. I have a netrax1 that I have just installed Solaris 8. I downloaded the SSH software from the site. When it compile it does this # ./configure checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables and the config.log looks something like this bash-2.05# more config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = netrax1 uname -m = sun4u uname -r = 5.8 uname -s = SunOS uname -v = Generic_108528-17 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = netrax1 Release = 5.8 KernelID = Generic_108528-17 Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 1 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/sbin PATH: /usr/bin PATH: /bin PATH: /usr/local/bin PATH: /usr/ccs/bin PATH: /usr/ucbA PATH: /usr/sadm/bin PATH: /opt/SUNWppro/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1286: checking for gcc configure:1302: found /usr/local/bin/gcc configure:1312: result: gcc configure:1556: checking for C compiler version configure:1559: gcc --version &5 2.95.2 configure:1562: $? = 0 configure:1564: gcc -v &5 Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs gcc version 2.95.2 19991024 (release) configure:1567: $? = 0 configure:1569: gcc -V &5 gcc: argument to `-V' is missing configure:1572: $? = 1 configure:1598: checking for C compiler default output configure:1601: gcc conftest.c >&5 gcc: installation problem, cannot exec `as': No such file or directory configure:1604: $? = 1 configure: failed program was: #line 1575 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:1631: error: C compiler cannot create executables ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='' ac_cv_env_CFLAGS_value='' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_prog_ac_ct_CC=gcc ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" configure: exit 77 This are my variables bash-2.05# env PWD=/opt/software/openssh-3.4p1 TZ=US/Eastern HZ=100 HOSTNAME=netrax1 MACHTYPE=sparc-sun-solaris2.8 LOGNAME=root SHLVL=1 SHELL=/sbin/sh HOSTTYPE=sparc OSTYPE=solaris2.8 HOME=/ TERM=vt100 PATH=/usr/sbin:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/ucbA:/usr/sadm /bin:/opt/SUNWppro/bin _=/usr/bin/env OLDPWD=/opt/software Please help if you can.