Re: Make 3.79.1 2000

2000-12-12 Thread Paul D. Smith
%% "Waldron, Terry" <[EMAIL PROTECTED]> writes: wt> Not sure if this is correct behavior but the commented code just wt> before the done statement in this Makefile segment below causes an wt> unexpected end of line error. It is correct behavior. wt> install-final: wt> -@temp=/

Make 3.79.1 2000

2000-12-12 Thread Waldron, Terry
Not sure if this is correct behavior but the commented code just before the done statement in this Makefile segment below causes an unexpected end of line error. Don't be alarmed that this code has spaces not tabs. Rest assure that the real code has tabs. install-final: -@temp=/tmp/$(F

Re: compilation problem

2000-12-12 Thread Eric Christopher
> This is not a problem with make. > > Please contact the author of Checker and/or GCC for help. > > as> gcc -c -DGCCCHECKER -I. -I./l-malloc -I. -I./lib -I./config/obj-formats > as> -I./config/i386/Linux -O2 -g -Wall -Wstrict-prototypes > as> ./config/i386/Linux/munmap.c -o munmap.o >

Re: compilation problem

2000-12-12 Thread Paul D. Smith
%% Atif Shahab <[EMAIL PROTECTED]> writes: as> I'm using RedHat linux 6.2 as> Linux scorpio 2.2.16-3 #1 Mon Jun 19 18:10:14 EDT 2000 i686 unknown as> using gcc compiler: as> Reading specs from as> /usr/local/packages/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs as> gcc ver

compilation problem

2000-12-12 Thread Atif Shahab
Hi, I'm using RedHat linux 6.2 Linux scorpio 2.2.16-3 #1 Mon Jun 19 18:10:14 EDT 2000 i686 unknown using gcc compiler: Reading specs from /usr/local/packages/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs gcc version 2.95.2 19991024 (release) and am trying to install Checker-0.9.9 but