>Hello,
>Below is the output which i got from the configure scripts.
>I'm compiling ssh on a Sparc20 with Solaris 7.
>
>What should I do to resolve the errors marked in red I'm receiving. If
>indeed those are the errors.... :-)

Put /usr/ccs/bin into your path and rerun configure.  (Also might 
make sure that make and nm are installed in /usr/ccs/bin and if not 
install the right solaris package)

steve

>Thanks.
># ./configure
[snip]
>checking whether make sets ${MAKE}... ./configure: make: not found
>no
[snip]
>checking whether underscore gets prepended in C function names...
>./configure: nm: not found
[snip]
>checking for gmp-mparam.h... configure: error: gmp-mparam.h not found
>configure: error: ./configure failed for gmp-2.0.2-ssh-2
>
>
>
>
>--
>Vincent H. Johnson
>1800 Glenn Curtiss Street
>Carson, CA. 90746
>DH4/2139 1.800.353.3040 x43941
>
>
>--------------5414A8DDFFAD3FA74C62EDA4
>Content-Type: text/html; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
><html>
>&nbsp;
><br>Hello,
><br>Below is the output which i got from the configure scripts.
><br>I'm compiling ssh on a Sparc20 with Solaris 7.
><p>What should I do to resolve the errors marked in red I'm receiving.
>If indeed those are the errors.... :-)
><p>Thanks.
><br># ./configure
><br>loading cache ./config.cache
><br>checking host system type... sparc-sun-solaris2.7
><br>checking cached information... (cached) ok
><br>checking for gcc... (cached) gcc
><br>checking whether the C compiler (gcc&nbsp; ) works... yes
><br>checking whether the C compiler (gcc&nbsp; ) is a cross-compiler...
>no
><br>checking whether we are using GNU C... (cached) yes
><br>checking whether gcc accepts -g... (cached) yes
><br>checking for POSIXized ISC... no
><br>checking that the compiler works... yes
><br>checking if the compiler understands -pipe... yes
><br>checking whether to enable -Wall... no
><br>checking return type of signal handlers... (cached) void
><br>checking how to run the C preprocessor... (cached) gcc -pipe -E
><br>checking for ANSI C header files... (cached) yes
><br>checking for size_t... (cached) yes
><br>checking for uid_t in sys/types.h... (cached) yes
><br>checking for off_t... (cached) yes
><br>checking for mode_t... (cached) yes
><br>checking for st_blksize in struct stat... (cached) yes
><br>checking for working const... (cached) yes
><br>checking for inline... (cached) inline
><br>checking whether byte ordering is bigendian... (cached) yes
><br>checking size of long... (cached) 4
><br>checking size of int... (cached) 4
><br>checking size of short... (cached) 2
><br>checking for termios.h... (cached) yes
><br>checking for utmpx.h... (cached) yes
><br>checking for ANSI C header files... (cached) yes
><br>checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
><br>checking for unistd.h... (cached) yes
><br>checking for rusage.h... (cached) no
><br>checking for sys/time.h... (cached) yes
><br>checking for lastlog.h... (cached) yes
><br>checking for utmp.h... (cached) yes
><br>checking for shadow.h... (cached) yes
><br>checking for sgtty.h... (cached) yes
><br>checking for sys/select.h... (cached) yes
><br>checking for sys/ioctl.h... (cached) yes
><br>checking for machine/endian.h... (cached) no
><br>checking for paths.h... (cached) no
><br>checking for usersec.h... (cached) no
><br>checking for utime.h... (cached) yes
><br>checking for netinet/in_systm.h... (cached) yes
><br>checking for netinet/in_system.h... (cached) no
><br>checking for netinet/ip.h... (cached) yes
><br>checking for netinet/tcp.h... (cached) yes
><br>checking for ulimit.h... (cached) yes
><br>checking for sys/resource.h... (cached) yes
><br>checking for login_cap.h... (cached) no
><br>checking whether time.h and sys/time.h may both be included... (cached)
>yes
><br>checking for dirent.h that defines DIR... (cached) yes
><br>checking for opendir in -ldir... (cached) no
><br>checking whether stat file-mode macros are broken... (cached) no
><br>checking whether utmp have ut_pid field... yes
><br>checking whether utmp have ut_name field... no
><br>checking whether utmp have ut_id field... yes
><br>checking whether utmp have ut_host field... no
><br>checking whether utmp have ut_addr field... no
><br>checking whether you have incompatible SIGINFO macro... no
><br>checking for crypt in -lc... (cached) yes
><br>checking for getspnam in -lsec... (cached) yes
><br>checking for get_process_stats in -lseq... (cached) no
><br>checking for bcopy in -lbsd... (cached) no
><br>checking for main in -lnsl... (cached) yes
><br>checking for socket in -lsocket... (cached) yes
><br>checking for getpwnam in -lsun... (cached) no
><br>checking for openpty in -lbsd... (cached) no
><br>checking for login in -lutil... (cached) no
><br>checking for vhangup... (cached) yes
><br>checking for setsid... (cached) yes
><br>checking for gettimeofday... (cached) yes
><br>checking for times... (cached) yes
><br>checking for getrusage... (cached) yes
><br>checking for ftruncate... (cached) yes
><br>checking for revoke... (cached) no
><br>checking for makeutx... (cached) yes
><br>checking for strchr... (cached) yes
><br>checking for memcpy... (cached) yes
><br>checking for setlogin... (cached) no
><br>checking for openpty... (cached) no
><br>checking for _getpty... (cached) no
><br>checking for clock... (cached) yes
><br>checking for fchmod... (cached) yes
><br>checking for ulimit... (cached) yes
><br>checking for gethostname... (cached) yes
><br>checking for getdtablesize... (cached) yes
><br>checking for umask... (cached) yes
><br>checking for innetgr... (cached) yes
><br>checking for initgroups... (cached) yes
><br>checking for setpgrp... (cached) yes
><br>checking for setpgid... (cached) yes
><br>checking for daemon... (cached) no
><br>checking for waitpid... (cached) yes
><br>checking for ttyslot... (cached) yes
><br>checking for authenticate... (cached) no
><br>checking for strerror... (cached) yes
><br>checking for memmove... (cached) yes
><br>checking for remove... (cached) yes
><br>checking for random... (cached) yes
><br>checking for putenv... (cached) yes
><br>checking for crypt... (cached) yes
><br>checking for socketpair... (cached) yes
><br>checking whether ln -s works... (cached) yes
><br>checking for a BSD compatible install... ./install-sh -c
><br>checking for ar... (cached) echo
><br>checking for ranlib... (cached) :
><br>checking for makedepend... (cached) makedepend
><br>checking for X... (cached) libraries , headers
><br>checking for dnet_ntoa in -ldnet... (cached) no
><br>checking for dnet_ntoa in -ldnet_stub... (cached) no
><br>checking for gethostbyname... (cached) yes
><br>checking for connect... (cached) yes
><br>checking for remove... (cached) yes
><br>checking for shmat... (cached) yes
><br>checking for IceConnectionNumber in -lICE... (cached) yes
><br>checking for xauth... (cached) /usr/openwin/bin/xauth
><br>checking for X11 unix domain socket directory... /tmp/.X11-unix
><br>checking for perl5... (cached) /usr/local/bin/perl
><br>checking for getpseudotty... (cached) no
><br>checking for pseudo ttys... streams ptys
><br>checking for /etc/default/login... yes
><br>checking for shadow passwords... /etc/shadow
><br>checking for getspent in -lshadow... (cached) no
><br>checking whether spwd have sp_expire field... yes
><br>checking whether spwd have sp_inact field... yes
><br>checking location of mail spool files... /var/mail
><br>checking location of utmp... /var/adm/utmp
><br>checking location of wtmp... /var/adm/wtmp
><br>checking location of lastlog... /var/adm/lastlog
><br>checking whether /var/adm/lastlog is a directory... no
><br>checking whether to include the IDEA encryption algorithm... yes
><br>checking whether to include the Blowfish encryption algorithm... yes
><br>checking whether to include the DES encryption algorithm... no
><br>checking whether to include the ARCFOUR encryption algorithm... no
><br>checking whether to include the none encryption algorithm... no
><br>checking whether to use login... no
><br>checking whether to use rsh... yes
><br>checking for remsh... (cached) /bin/remsh
><br>checking default path... use system default
><br>checking etcdir... /etc
><br>checking whether to use nologin.allow file to override nologin... no
><br>checking whether to support SecurID... no
><br>checking whether to support TIS authentication server... no
><br>checking whether to use Kerberos... no
><br>checking whether to enable passing the Kerberos TGT... no
><br>checking whether to use libwrap... no
><br>checking whether to support SOCKS... no
><br>checking whether to support SOCKS5... no
><br>checking whether to support SOCKS4... no
><br>checking whether to use rsaref... no
><br>checking whether to allow group writeability... no
><br>checking whether to disable forwardings in server... no
><br>checking whether to disable forwardings in client... no
><br>checking whether to disable X11 forwarding in server... no
><br>checking whether to disable X11 forwarding in client... no
><br>checking whether to install ssh as suid root... yes
><br>checking whether to enable TCP_NODELAY... yes
><br>checking whether to enable SO_LINGER... no
><br>checking whether to enable scp statistics... yes
><br>checking where to put sshd.pid... /etc
><br>creating ./config.status
><br>creating Makefile
><br>creating sshd.8
><br>creating ssh.1
><br>creating make-ssh-known-hosts.1
><br>creating zlib-1.0.4/Makefile
><br>creating config.h
><br>config.h is unchanged
><br>configuring in gmp-2.0.2-ssh-2
><br>running /bin/sh ./configure&nbsp; --cache-file=.././config.cache --srcdir=.
><br>loading cache .././config.cache
><br>checking for a BSD compatible install... ./install-sh -c
><br>checking whether build environment is sane... yes
><br><font color="#FF0000">checking whether make sets ${MAKE}... ./configure:
>make: not found</font>
><br><font color="#FF0000">no</font>
><br>checking for working aclocal... missing
><br>checking for working autoconf... missing
><br>checking for working automake... missing
><br>checking for working autoheader... missing
><br>checking for working makeinfo... missing
><br>checking host system type... sparc-sun-solaris2.7
><br>checking cached information... ok
><br>checking for gcc... (cached) gcc
><br>checking whether the C compiler (gcc -g -O2 ) works... yes
><br>checking whether the C compiler (gcc -g -O2 ) is a cross-compiler...
>no
><br>checking whether we are using GNU C... (cached) yes
><br>checking whether gcc accepts -g... (cached) yes
><br>checking for working const... (cached) yes
><br>checking for inline... (cached) inline
><br>checking how to run the C preprocessor... (cached) gcc -pipe -E
><br>checking for ANSI C header files... (cached) yes
><br>checking whether ln -s works... (cached) yes
><br>checking for ranlib... (cached) :
><br><font color="#FF0000">checking whether make sets ${MAKE}... (cached)
>no</font>
><br>checking for a BSD compatible install... ./install-sh -c
><br>checking for random... (cached) yes
><br>checking size of int... (cached) 4
><br>checking for working alloca.h... yes
><br>checking for alloca... yes
><br><font color="#FF0000">checking whether underscore gets prepended in
>C function names... ./configure: nm: not found</font>
><br><font color="#FF0000">./configure: nm: not found</font>
><br><font color="#FF0000">configure: warning: CHECK FAILED</font>
><br>&nbsp;
><br>checking asm code... no
><br>checking asm links... done
><br>checking asm sources... done
><br>checking asm objects... done
><br>checking asm syntax...
><br>checking asm syntax header...
><br><font color="#FF0000">checking for gmp-mparam.h... configure: error:
>gmp-mparam.h not found</font>
><br><font color="#FF0000">configure: error: ./configure failed for 
>gmp-2.0.2-ssh-2</font>
><br>&nbsp;
><br>&nbsp;
><br>&nbsp;
><p>--
><br>Vincent H. Johnson
><br>1800 Glenn Curtiss Street
><br>Carson, CA. 90746
><br>DH4/2139 1.800.353.3040 x43941
><br>&nbsp;</html>
>
>--------------5414A8DDFFAD3FA74C62EDA4--
>

Reply via email to