Date: Mon, 23 Mar 1998 13:25:18 +0300 (IDT) From: Eli Zaretskii To: Bob Paddock cc: djgpp AT delorie DOT com, Robert Hoehne Subject: Re: Can't Get GCC 2.8.0 to build? In-Reply-To: <6obF1UQy8AxQ092yn@csonline.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 22 Mar 1998, Bob Paddock wrote: > Doing "sh djmake.sh install" leves me with some thing that > looks like this: > > Directory of C:\DJGPP\gnu\gcc\$DJDIR\lib\gcc-lib\djgpp\2.80 > > Do I need to define a "$DJDIR" or some thing some palce? I assume that you do have the DJGPP environment variable pointing to the full path name of the DJGPP.ENV file? If not, that might be the reason. If $DJGPP is indeed defined, this might be some problem in the installation procedure. Robert, can it be that "make install" uses '$DJDIR' instead of "$DJDIR"? Otherwise, I don't understand it: both Make and Bash should have $DJDIR defined when they run.