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

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

Installation diff bugs


From: George Mesina
Subject: Installation diff bugs
Date: Thu, 14 Dec 2000 09:30:01 -0700

Dear Sir:

I read your INSTALL file and attempted to install.  This is what I got:

sh ./configure
creating cache ./config.cache
checking for gcc... cc
checking whether we are using GNU C... no
checking how to run the C preprocessor... cc -E
checking for a BSD compatible install... /usr/bin/installbsd -c
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for working const... yes
checking whether cross-compiling... no
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/file.h... yes
checking for time.h... yes
checking for dirent.h that defines DIR... yes
checking for -ldir... no
checking for -lx... no
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is compatible with Posix.1... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for dup2... yes
checking for memchr... yes
checking for sigaction... yes
checking for strchr... yes
checking for strerror... yes
checking for tmpnam... yes
checking for memchr... (cached) yes
checking for waitpid... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for vfork.h... no
checking for working vfork... yes
checking for vprintf... yes
checking for st_blksize in struct stat... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
steel.45 ~/vermak/tools/rcstools/diffutils-2.7 => make
cc -c  -DHAVE_CONFIG_H -I. -I. -g -DNULL_DEVICE=\"/dev/null\" ./cmp.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g cmpbuf.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g error.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g getopt.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g getopt1.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g xmalloc.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g version.c
cc -o cmp -g  cmp.o cmpbuf.o error.o getopt.o getopt1.o xmalloc.o version.o  
cc -c  -DHAVE_CONFIG_H -I. -I. -g diff.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g analyze.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g dir.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g io.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g -DPR_PROGRAM=\"/bin/pr\" ./util.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g context.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g ed.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g ifdef.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g normal.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g side.c
cc -c  -DHAVE_CONFIG_H -I. -I. -g fnmatch.c
cc: Error: fnmatch.c, line 67: In this statement, "FNM_CASEFOLD" is not 
declared.
      c = FOLD (c);
----------^
cc: Error: fnmatch.c, line 74: In this statement, "FNM_FILE_NAME" is not 
declared.
          else if ((flags & FNM_FILE_NAME) && *n == '/')
----------------------------^
cc: Error: fnmatch.c, line 202: In this statement, "FNM_LEADING_DIR" is not 
declared.
  if ((flags & FNM_LEADING_DIR) && *n == '/')
---------------^
*** Exit 1
Stop.

*************************************************************************************
Sincerely yours,
George Mesina
address@hidden



reply via email to

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