This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: UPDATE: grep problem
- From: Tom Tromey <tromey at redhat dot com>
- To: Terry L Moore <tmoore at redwood dot rsc dot raytheon dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 29 Jun 2004 14:07:13 -0600
- Subject: Re: UPDATE: grep problem
- References: <200406291920.i5TJKubF013970@redwood.rsc.raytheon.com>
- Reply-to: tromey at redhat dot com
Terry> # /h/opt/gnu/bin/make -v
Terry> GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Ok, that's quite old. Can you look in the manual and see if this
version has the `call' built-in function?
Note that the gcc install instructions require GNU make 3.79.1 or
later.
Tom