Re: Problem with current cvs make

2005-03-01 Thread Paul D. Smith
OK, a fix has been committed to CVS for this bug. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm.

Re: Problem with current cvs make

2005-02-28 Thread J. Grant
Hi Art, This morning I did a 'cvs update', rebuild, and installation of make, and am seeing a problem when trying to build the current GCC snapshot. The 'make' command bombs out at the point where the GCC build process prints out 'Bootstrapping the compiler'. Unfortunately I've deleted my build log

Re: Problem with current cvs make

2005-02-28 Thread Art Haas
I've rebuilt 'make' with debugging info and started a GCC build. The build failed as expected and I've got a core file to examine. Make dies in the record_files() function in read.c at line 1918. The 'this' variable is null, so 'this->name' fails. $ gdb make core ... 1918 if (fin

Re: Problem with current cvs make

2005-02-28 Thread Art Haas
On Mon, Feb 28, 2005 at 04:28:01PM -0500, Paul D. Smith wrote: > %% "Art Haas" <[EMAIL PROTECTED]> writes: > > ah> This morning I did a 'cvs update', rebuild, and installation of > ah> make, and am seeing a problem when trying to build the current GCC > ah> snapshot. > > I haven't seen this

Re: Problem with current cvs make

2005-02-28 Thread Paul D. Smith
%% "Paul D. Smith" <[EMAIL PROTECTED]> writes: %% "Art Haas" <[EMAIL PROTECTED]> writes: ah> This morning I did a 'cvs update', rebuild, and installation of ah> make, and am seeing a problem when trying to build the current GCC ah> snapshot. pds> I haven't seen this, but I haven't tried t

Re: Problem with current cvs make

2005-02-28 Thread Paul D. Smith
%% "Art Haas" <[EMAIL PROTECTED]> writes: ah> This morning I did a 'cvs update', rebuild, and installation of ah> make, and am seeing a problem when trying to build the current GCC ah> snapshot. I haven't seen this, but I haven't tried to build gcc recently. Which snapshot (3.3.x, 3.4.x, o

Problem with current cvs make

2005-02-28 Thread Art Haas
Hi. This morning I did a 'cvs update', rebuild, and installation of make, and am seeing a problem when trying to build the current GCC snapshot. The 'make' command bombs out at the point where the GCC build process prints out 'Bootstrapping the compiler'. Unfortunately I've deleted my build log wi