Path: utzoo!utgpu!water!watmath!uunet!tut.cis.ohio-state.edu!WHEATIES.AI.MIT.EDU!tower From: tower@WHEATIES.AI.MIT.EDU (Leonard H. Tower Jr.) Newsgroups: gnu.utils.bug Subject: GNU DIFF3 compile bug Message-ID: <8810251732.AA05092@sugar-bombs.ai.mit.edu> Date: 25 Oct 88 17:32:28 GMT References: Sender: daemon@tut.cis.ohio-state.edu Reply-To: JDEIFIK@isi.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 25 Return-Path: Date: Tue 25 Oct 88 07:56:58-PDT From: Jeff Deifik Subject: GNU DIFF3 compile bug To: tower@wheaties.ai.mit.edu Script started on Tue Oct 25 07:43:04 1988 make vlsif [jdeifik:1] gcc -O -g -c diff3.c diff3.c:287: undeclared variable `DIFF_PROGRAM' (first use here) *** Exit 1 Stop. 61.3u 10.1s 6:52 17% 571+279k 89+54io 84pf+0w vlsif [jdeifik:2] grep -i diff_program *(  diff3.c:char diff_program[] = DIFF_PROGRAM; diff3.c: argv[0] = diff_program; diff3.c: execve (diff_program, argv, environ); vlsif [jdeifik:3] exit vlsif [jdeifik:4] script done on Tue Oct 25 07:52:39 1988 What's going on with DIFF_PROGRAM? Jeff Deifik jdeifik@isi.edu -------