I am running into the following error when trying to compile GNU
make.3.76.1:
cc: Error: job.c, line 366: In this statement, "WNOHANG" is not declared.
pid = WAIT_NOHANG (&status);
This is on an Alpha 4100 running Digital Unix 4.0D. I have the ./configure
output below my signature file.
Any suggestions would be appreciated.
Regards,
Chad J. LaFrenz
Senior System Administrator
RoFIntUG
V: 970-945-4920 F: 970-947-1923
Proudly serving the Aspen, Glenwood Springs, Rifle, and Vail Valleys.
http://www.rof.net
------------------------------------
Output of ./configure:
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/installbsd -c
checking whether build environment is sane... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether make sets ${MAKE}... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking for a BSD compatible install... /usr/bin/installbsd -c
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for unistd.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/param.h... (cached) no
checking for fcntl.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking whether cc understands -c and -o together... (cached) yes
checking for working const... (cached) yes
checking whether stat file-mode macros are broken... (cached) no
checking for memmove... (cached) yes
checking for psignal... (cached) yes
checking for mktemp... (cached) yes
checking for pstat_getdynamic... (cached) no
checking for dup2... (cached) yes
checking for getcwd... (cached) yes
checking for sigsetmask... (cached) yes
checking for getgroups... (cached) yes
checking for setlinebuf... (cached) yes
checking for seteuid... (cached) yes
checking for setegid... (cached) yes
checking for setreuid... (cached) yes
checking for setregid... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) no
checking for sys_siglist... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether setvbuf arguments are reversed... (cached) no
checking for elf_begin in -lelf... (cached) no
checking for kvm_open in -lkvm... (cached) no
checking for getloadavg in -lutil... (cached) no
checking for getloadavg in -lgetloadavg... (cached) no
checking for getloadavg... (cached) no
checking for sys/dg_sys_info.h... (cached) no
checking for inq_stats/cpustats.h... (cached) no
checking for sys/cpustats.h... (cached) no
checking for mach/mach.h... (cached) no
checking for nlist.h... (cached) yes
checking for n_un in struct nlist... (cached) no
checking whether getloadavg requires setgid... (cached) no
checking for kstat_open in -lkstat... (cached) no
checking for working strcoll... (cached) yes
checking for sys/wait.h... (cached) no
checking for waitpid... (cached) yes
checking for wait3... (cached) yes
checking for union wait... (cached) no
checking for sys_siglist declaration in signal.h or unistd.h... (cached) no
checking for getpwnam in -lsun... (cached) no
checking for location of SCCS get command
creating ./config.status
creating Makefile
creating build.sh
creating config.h
configuring in glob
running /bin/sh ./configure --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /usr/bin/installbsd -c
checking whether build environment is sane... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) cc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for POSIXized ISC... no
checking for working const... (cached) yes
checking for ANSI C header files... (cached) yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether closedir returns void... (cached) no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for working strcoll... (cached) yes
creating ./config.status
creating Makefile
Received on Wed Jan 06 1999 - 21:58:47 NZDT