Results 1 to 2 of 2
followed these instructions from: http://www.*****x.com/faq.php .
everything was going fine until the 5th ans 6th step:
deejay@deejays-laptop:~/*****X$ ./configure
Welcome to the *****X-1.1-final configuration
checking for gcc... gcc
checking for C ...
- 04-30-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 38
Trying to install *****X
followed these instructions from: http://www.*****x.com/faq.php.
everything was going fine until the 5th ans 6th step:
deejay@deejays-laptop:~/*****X$ ./configure
Welcome to the *****X-1.1-final configuration
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether ln -s works... yes
checking for gmake... no
checking for make... make
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for library containing strerror... none required
checking for AIX... no
checking for gawk... no
checking for mawk... mawk
checking for getpwnam in -lsun... no
checking for inet_addr in -ldgc... no
checking for res_mkquery in -lresolv... yes
checking for res_mkquery in -lc... yes
checking for crypt in -lcrypt... yes
checking for pow in -lm... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking sys/in_systm.h usability... no
checking sys/in_systm.h presence... no
checking for sys/in_systm.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking for stpcpy in string.h... no
checking for getpgid in unistd.h... no
checking for killpg in signal.h... yes
checking for getpass in unistd.h... yes
checking for errno in errno.h... no
checking for struct linger in sys/socket.h... yes
checking for sun_len in sys/un.h... no
checking for bcopy in string.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for unsigned int... yes
checking size of unsigned int... 4
checking for working alloca.h... yes
checking for alloca... yes
checking whether getpgrp requires zero arguments... yes
checking whether setpgrp takes no argument... yes
checking for strftime... yes
checking for socket... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for strtoul... yes
checking for strlcpy... no
checking for strlcat... no
checking for stpcpy... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for setsid... yes
checking for strerror... yes
checking for uname... yes
checking for getrusage... yes
checking for sysconf... yes
checking for getpgid... yes
checking for killpg... yes
checking for getlogin... yes
checking for realpath... yes
checking for fchdir... yes
checking for getpass... yes
checking for fpathconf... yes
checking for getpwent... yes
checking for setvbuf... yes
checking for select... yes
checking for mkstemp... yes
checking for memmove... yes
checking for scandir... yes
checking for gethostbyname... yes
checking for connect... yes
checking for inet_aton... yes
checking whether setvbuf arguments are reversed... no
checking for non-blocking type... posix
checking for a list of signal names... yes
checking whether to enable GTK support... no
checking whether to enable Win32 GUI support... no
checking whether to enable OS/2 PM support... no
checking whether to enable sound support... no
checking whether to enable SSL support... no
checking whether to use use tgetent or setupterm... setupterm
checking for setupterm in -lncurses... no
checking for setupterm in -lcurses... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lmytinfo... no
checking for setupterm in -ltinfo... no
configure: WARNING: cannot find setupterm - trying tgetent
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
configure: error: cannot find setupterm or tgetent
deejay@deejays-laptop:~/*****X$ gmake
bash: gmake: command not found
deejay@deejays-laptop:~/*****X$ gmake install_local
bash: gmake: command not found
deejay@deejays-laptop:~/*****X$
- 05-01-2009 #2
I think you need to install libncurses5-dev.
Gmake should just be make.


Reply With Quote