From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael S. Zick To: Florian Weimer Cc: gcc@gcc.gnu.org Subject: Re: Ada-3.1.1 Makefile Madness Date: Thu, 08 Aug 2002 16:17:00 -0000 Message-id: <02080818072700.06892@localhost.localdomain> References: <02080809593600.00968@localhost.localdomain> <871y99b1xu.fsf@deneb.enyo.de> X-SW-Source: 2002-08/msg00469.html On Thursday 08 August 2002 02:11 pm, Florian Weimer wrote: > Michael S. Zick writes: > > When I reach the "make gnatlib_and_tools" step from within > > /gcc-bld/gcc... > > Your build directory is inside the source directory tree. Maybe > that's causing the problems you are seeing. Could well be the problem. The instructions do say: "...where objdir is a subdirectory of srcdir ... unsupported..." BUT - that I was able to get to work with a little file copying. The organization: //gcc .... with building in: // .... is a total loser on my machine. The instructions do say: "... some broken make's ... where srcdir is seperate from objdir ... fail". (No shit!) So, Question: "What is the minimum REQUIRED version of gnu-make to successfully build gcc-3.1.1? (Note the "Ada"). Mike