bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

./glob.h:51: undefined type, found `__SIZE_TYPE__'


From: nospam
Subject: ./glob.h:51: undefined type, found `__SIZE_TYPE__'
Date: Sat, 04 Aug 2001 06:24:19 -0000

localhost> make clean
Making clean in .
test -z "make" || rm -f make
test -z "loadavg" || rm -f loadavg
rm -f *.o core *.core
rm -f make.aux make.cp make.cps make.dvi make.fn make.fns make.ky  
make.kys make.ps make.log make.pg make.toc make.tp make.tps  make.vr 
make.vrs make.op make.tr make.cv make.cn
test -z "loadavg.c" || rm -f loadavg.c
Making clean in i18n
Making clean in glob
test -z "libglob.a" || rm -f libglob.a
rm -f *.o core *.core
localhost> ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 host system type... m68k-next-nextstep3
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) yes
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) cc -E 
-traditional-cpp
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking for perl... (cached) perl
checking build system type... m68k-next-nextstep3
checking for getconf... (cached) getconf
checking for CFLAGS value to request large file support... (cached) 
no
checking for LDFLAGS value to request large file support... (cached) 
no
checking for LIBS value to request large file support... (cached) no
checking for _FILE_OFFSET_BITS... (cached) no
checking for _LARGEFILE_SOURCE... (cached) no
checking for _LARGE_FILES... (cached) no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) no
checking for sys/ndir.h that defines DIR... (cached) no
checking for sys/dir.h that defines DIR... (cached) yes
checking for opendir in -lx... (cached) no
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... (cached) no
checking return type of signal handlers... (cached) void
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/param.h... (cached) yes
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 cc option to accept ANSI C... (cached) none needed
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether stat file-mode macros are broken... (cached) no
checking for nanoseconds member of struct stat.st_mtim... (cached) no
checking for inttypes.h... (cached) no
checking for unsigned long long... (cached) yes
checking for clock_gettime in -lposix4... (cached) no
checking for memmove... (cached) yes
checking for strchr... (cached) yes
checking for memcpy... (cached) yes
checking for strdup... (cached) no
checking for psignal... (cached) yes
checking for mkstemp... (cached) yes
checking for mktemp... (cached) yes
checking for fdopen... (cached) yes
checking for clock_gettime... (cached) no
checking for dup2... (cached) yes
checking for getcwd... (cached) no
checking for sigsetmask... (cached) yes
checking for sigaction... (cached) no
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 pipe... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) no
checking for sys_siglist... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for vprintf... (cached) yes
checking for working strcoll... (cached) no
checking whether closedir returns void... (cached) no
checking whether setvbuf arguments are reversed... (cached) no
checking for select... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... (cached) no
checking for sys/socket.h... (cached) yes
checking argument types of select()... (cached) select(int,fd_set 
*,...)
checking for kstat_open in -lkstat... (cached) no
checking for pstat_getdynamic... (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) yes
checking for nlist.h... (cached) yes
checking for n_un in struct nlist... (cached) yes
checking whether getloadavg requires setgid... (cached) no
checking for sys/wait.h... (cached) yes
checking for waitpid... (cached) no
checking for wait3... (cached) yes
checking for union wait... (cached) yes
checking for sys_siglist declaration in signal.h or unistd.h... 
(cached) no
checking whether NLS is wanted... yes
checking for gettext... (cached) no
checking for gettext in -lintl... (cached) no
checking for locale.h... (cached) yes
checking for getcwd... (cached) no
checking for setlocale... (cached) yes
checking for stpcpy... (cached) no
checking for LC_MESSAGES... (cached) no
checking which translations to install... de es fr ko nl pl ru
checking for getpwnam in -lsun... (cached) no
checking for location of SCCS get command... (cached) get
checking if system libc has GNU glob... (cached) no; using local copy
creating ./config.status
creating build.sh
creating Makefile
creating glob/Makefile
creating i18n/Makefile
creating config.h
config.h is unchanged
localhost> make next
Make:  Don't know how to make next.  Stop.
localhost> make
make  all-recursive
Making all in glob
cc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c glob.c
./glob.h:51: undefined type, found `__SIZE_TYPE__'
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]