home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rlgvax.reston.icl.COM!rthomas
- From: rthomas@rlgvax.reston.icl.COM (Robert Thomas)
- Subject: (none)
- Message-ID: <9212211406.AA01542@rlgvax.Reston.ICL.COM>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 21 Dec 1992 19:06:05 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 233
-
- I know I should have gotten back to you sooner, but I lost my access at
- wam.umd.edu (user tamye), that account has been disabled (she graduated).
-
- Here is the typescript of the differences between my working copy and what
- comes on distribution. I didn't have the gnu-c library (needed gnu-make
- to make it).
-
- Script started on Sun Dec 20 23:22:48 1992
- Warning: no access to tty; thus no job control in this shell...
- Phillip 1: Sun Dec 20 23:22:51 ~/gnu/make-3.62.19
- robert@phillip(1)$ checking for install
- checking for ranlib
- checking how to run the C preprocessor
- checking for AIX
- checking for POSIXized ISC
- checking for minix/config.h
- ./configure: -Xp: not found
- checking for ANSI C header files
- ./configure: -Xp: not found
- checking whether string.h declares mem functions
- ./configure: -Xp: not found
- checking for memory.h
- ./configure: -Xp: not found
- checking for unistd.h
- ./configure: -Xp: not found
- checking for directory library header
- checking for dirent.h
- ./configure: -Xp: not found
- checking for closedir return value
- ./configure: -Xp: not found
- checking for uid_t in sys/types.h
- ./configure: -Xp: not found
- checking for pid_t in sys/types.h
- ./configure: -Xp: not found
- checking return type of signal handlers
- ./configure: -Xp: not found
- checking for limits.h
- ./configure: -Xp: not found
- checking for sys/param.h
- ./configure: -Xp: not found
- ./configure: -Xp: not found
- checking for POSIX.2 glob functions
- ./configure: -Xp: not found
- checking for getdtablesize
- ./configure: -Xp: not found
- checking for sys_siglist
- ./configure: -Xp: not found
- checking for _sys_siglist
- ./configure: -Xp: not found
- checking for dup2
- ./configure: -Xp: not found
- checking for getcwd
- ./configure: -Xp: not found
- checking for sigsetmask
- ./configure: -Xp: not found
- checking for getgroups
- ./configure: -Xp: not found
- checking for setlinebuf
- ./configure: -Xp: not found
- checking for working alloca.h
- ./configure: -Xp: not found
- checking for alloca
- ./configure: -Xp: not found
- checking for alloca in -lPW
- ./configure: -Xp: not found
- checking for vfork.h
- ./configure: -Xp: not found
- checking for working vfork
- ./configure: -Xp: not found
- ./configure: -Xp: not found
- checking for libutils
- checking for getloadavg
- ./configure: -Xp: not found
- checking for sys/dg_sys_info.h
- ./configure: -Xp: not found
- checking for nlist.h
- ./configure: -Xp: not found
- checking for n_un in struct nlist
- ./configure: -Xp: not found
- checking for strcoll
- ./configure: -Xp: not found
- checking for waitpid
- ./configure: -Xp: not found
- checking for wait3
- ./configure: -Xp: not found
- checking for BSD string and memory functions
- ./configure: -Xp: not found
- checking for DYNIX/ptx libseq
- ./configure: -Xp: not found
- checking for Xenix
- ./configure: -Xp: not found
- creating config.status
- creating Makefile
- creating glob/Makefile
- robert@phillip(4)$ for file in * ; do
- > echo $file
- > diff $file ../make.good/$file
- > done
- COPYING
- ChangeLog
- INSTALL
- Makefile
- 37c37
- < defines = -D_POSIX_SOURCE=1 -D_POSIX_SOURCE=1 -D_POSIX_1_SOURCE=2 -D_MINIX=1 -DSTDC_HEADERS=1 -DNEED_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DVOID_CLOSEDIR=1 -Dgid_t=int -Duid_t=int -Dpid_t=int -DRETSIGTYPE=int -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -
- DNO_MINUS_C_MINUS_O=1 -DHAVE_VFORK_H=1 -Dvfork=fork -DDGUX=1 -DNLIST_STRUCT=1 -DUSG=1
- ---
- > defines = -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DVOID_CLOSEDIR=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DNO_MINUS_C_MINUS_O=1 -Dvfork=fork -DNLIST_STRUCT=1 -DUSG=1 -DHAVE_GETCWD
- 38a39,40
- > #defines = -D_POSIX_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DVOID_CLOSEDIR=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DNO_MINUS_C_MINUS_O=1 -Dvfork=fork -DNLIST_STRUCT=1 -DUSG=1
- >
- 41,42c43,44
- < GETOPT = getopt.o getopt1.o
- < GETOPT_SRC = $(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/getopt.h
- ---
- > #GETOPT = getopt.o getopt1.o
- > #GETOPT_SRC = $(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/getopt.h
- 52c54
- < LOADLIBES =
- ---
- > LOADLIBES = /usr/local/lib/libiberty.a
- 91c93,94
- < function.o vpath.o version.o ar.o arscan.o $(GETOPT) $(extras)
- ---
- > function.o vpath.o version.o ar.o arscan.o $(GETOPT) $(extras) \
- > alloca.o
- 101c104
- < $(srcdir)/variable.h
- ---
- > $(srcdir)/variable.h ./alloca.c
- 194,195d196
- < getopt.o : getopt.c getopt.h
- < getopt1.o : getopt1.c getopt.h
- 198d198
- < main.o : main.c make.h commands.h dep.h file.h variable.h job.h getopt.h
- Makefile.in
- NEWS
- README
- TAGS
- ar.c
- arscan.c
- commands.c
- commands.h
- config.status
- 17c17
- < CPP='${CC-cc} -E'
- ---
- > CPP='/lib/cpp'
- 22c22
- < DEFS=' -D_POSIX_SOURCE=1 -D_POSIX_SOURCE=1 -D_POSIX_1_SOURCE=2 -D_MINIX=1 -DSTDC_HEADERS=1 -DNEED_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DVOID_CLOSEDIR=1 -Dgid_t=int -Duid_t=int -Dpid_t=int -DRETSIGTYPE=int -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DNO_
- MINUS_C_MINUS_O=1 -DHAVE_VFORK_H=1 -Dvfork=fork -DDGUX=1 -DNLIST_STRUCT=1 -DUSG=1'
- ---
- > DEFS=' -D_POSIX_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DVOID_CLOSEDIR=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DNO_MINUS_C_MINUS_O=1 -Dvfork=fork -DNLIST_STRUCT=1 -DUSG=1'
- configure
- configure.in
- default.c
- dep.h
- dir.c
- expand.c
- file.c
- file.h
- function.c
- getloadavg.c
- glob
- diff: cannot open glob/glob
- gpl.texinfo
- implicit.c
- job.c
- job.h
- main.c
- 17a18
- >
- make.aux
- make.cp
- make.cpO
- make.cps
- make.fn
- make.fnO
- make.fns
- make.h
- make.ky
- make.kys
- make.man
- make.pg
- make.pgs
- make.texinfo
- make.toc
- make.tp
- make.tps
- make.vr
- make.vrs
- misc.c
- read.c
- remake.c
- remote-cstms.c
- remote-stub.c
- remote.c
- rule.c
- rule.h
- tags
- texinfo.tex
- typescript
- Warning: missing newline at end of file typescript
- diff: cannot open ../make.good/typescript
- variable.c
- variable.h
- version.c
- vpath.c
- Sun Dec 20 23:24:47 ~/gnu/make-3.62.19
- robert@phillip(5)$ exit
- Phillip 2: Phillip 3:
- Script done on Sun Dec 20 23:24:52 1992
-
-
-
- Thanks for this copy of the make - works great! It does seem to have
- trouble getting the cwd from time to time (cannot get cwd-permission
- denied) but I was running it as root. Since the make still works it
- is quite a bit lower on the priority queue. If I figure out why it
- is doing that, I'll send you the fix also. By the way, I understand
- that there is a gnu-fax available. What is its name? I would like
- to help support it but don't know how I can get a reliable link to
- prep any more (I leave ICL at the end of this month unless my contract
- gets extended - BTW I have been telling a lot of people here about
- gnu-emacs and it is one some of the machines here DRS-6000. Many still
- insist on staying with vi though despite vi's massive shortcommings).
-
-
- Thanks for the software!
- Robert Thomas
- 2443 Yarmouth Lane
- Crofton, MD 21114-1134
-
-
-