public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/17383] New: Build of CVS main branch from gcc root directory fails
@ 2004-09-09 18:30 dr dot johan at gmail dot com
  2004-09-09 18:34 ` [Bug bootstrap/17383] [3.5 Regression] Building in src dir fails pinskia at gcc dot gnu dot org
                   ` (31 more replies)
  0 siblings, 32 replies; 35+ messages in thread
From: dr dot johan at gmail dot com @ 2004-09-09 18:30 UTC (permalink / raw)
  To: gcc-bugs

I checked out the CVS main branch today.

cd gcc && ./configure && make fails with the error message:
./config.status: line 909: ./../../config-ml.in: No such file or directory
make: *** [configure-zlib] Error 1

cd gcc && mkdir builddir && cd builddir && ../configure && make works just fine.

-- 
           Summary: Build of CVS main branch from gcc root directory fails
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dr dot johan at gmail dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [3.5 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
@ 2004-09-09 18:34 ` pinskia at gcc dot gnu dot org
  2004-09-09 19:53 ` dr dot johan at gmail dot com
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09 18:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-09 18:34 -------
Really nobody builds inside the source directory.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |bootstrap
           Keywords|                            |build
            Summary|Build of CVS main branch    |[3.5 Regression] Building in
                   |from gcc root directory     |src dir fails
                   |fails                       |
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [3.5 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
  2004-09-09 18:34 ` [Bug bootstrap/17383] [3.5 Regression] Building in src dir fails pinskia at gcc dot gnu dot org
@ 2004-09-09 19:53 ` dr dot johan at gmail dot com
  2004-09-09 20:32 ` [Bug bootstrap/17383] [4.0 " pinskia at gcc dot gnu dot org
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: dr dot johan at gmail dot com @ 2004-09-09 19:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dr dot johan at gmail dot com  2004-09-09 19:53 -------
(In reply to comment #1)
> Really nobody builds inside the source directory.

Great answer! Is there ANY bug where this doesn't apply?

"Yawn, nobody does that anyway, go away".

I think a better solution would be if the configure script printed an
appropriate error message and then died.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
  2004-09-09 18:34 ` [Bug bootstrap/17383] [3.5 Regression] Building in src dir fails pinskia at gcc dot gnu dot org
  2004-09-09 19:53 ` dr dot johan at gmail dot com
@ 2004-09-09 20:32 ` pinskia at gcc dot gnu dot org
  2004-09-15  3:46 ` pinskia at gcc dot gnu dot org
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09 20:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-09 20:32 -------
no, what I meant is that nobody usually does it that way but we do support it and try to fix all the 
problems with it.  And it is documented the recommended way to build in seperate directory so ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.5 Regression] Building in|[4.0 Regression] Building in
                   |src dir fails               |src dir fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (2 preceding siblings ...)
  2004-09-09 20:32 ` [Bug bootstrap/17383] [4.0 " pinskia at gcc dot gnu dot org
@ 2004-09-15  3:46 ` pinskia at gcc dot gnu dot org
  2004-10-12 11:44 ` pinskia at gcc dot gnu dot org
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-15  3:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-15 03:46 -------
touch stamp-picdir
make[1]: *** No rule to make target `../include/ansidecl.h', needed by `regex.o'.  Stop.
make: *** [all-build-libiberty] Error 2

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-15 03:46:12
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (3 preceding siblings ...)
  2004-09-15  3:46 ` pinskia at gcc dot gnu dot org
@ 2004-10-12 11:44 ` pinskia at gcc dot gnu dot org
  2004-11-03 21:08 ` pinskia at gcc dot gnu dot org
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-12 11:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-12 11:44 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00968.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (4 preceding siblings ...)
  2004-10-12 11:44 ` pinskia at gcc dot gnu dot org
@ 2004-11-03 21:08 ` pinskia at gcc dot gnu dot org
  2004-11-05 21:01 ` Thomas dot Koenig at online dot de
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-03 21:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-03 21:08 -------
*** Bug 18290 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Thomas dot Koenig at online
                   |                            |dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (5 preceding siblings ...)
  2004-11-03 21:08 ` pinskia at gcc dot gnu dot org
@ 2004-11-05 21:01 ` Thomas dot Koenig at online dot de
  2004-11-05 21:05 ` pinskia at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-11-05 21:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Thomas dot Koenig at online dot de  2004-11-05 21:01 -------
(In reply to comment #1)
> Really nobody builds inside the source directory.

How does one actually build the compiler, then?  gcc/doc/install.texi simply says

# @section Building a native compiler
#
# For a native build issue the command @samp{make bootstrap}

which fails (as shown in this bug).  INSTALL/README tells me the directory has
been obsoleted, and README points me to the doc directory (where I can't find
anything else relevant, but maybe that's just me).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (6 preceding siblings ...)
  2004-11-05 21:01 ` Thomas dot Koenig at online dot de
@ 2004-11-05 21:05 ` pinskia at gcc dot gnu dot org
  2004-12-23 21:03 ` aoliva at gcc dot gnu dot org
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-05 21:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-05 21:04 -------
Read: <http://gcc.gnu.org/install/configure.html> for how people actually install/build GCC.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (7 preceding siblings ...)
  2004-11-05 21:05 ` pinskia at gcc dot gnu dot org
@ 2004-12-23 21:03 ` aoliva at gcc dot gnu dot org
  2004-12-26 11:00 ` paolo dot bonzini at lu dot unisi dot ch
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2004-12-23 21:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aoliva at gcc dot gnu dot org  2004-12-23 21:03 -------
Paolo's patch looks good to me.  Paolo, would you please check it in?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bonzini at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (8 preceding siblings ...)
  2004-12-23 21:03 ` aoliva at gcc dot gnu dot org
@ 2004-12-26 11:00 ` paolo dot bonzini at lu dot unisi dot ch
  2004-12-28 17:41 ` cvs-commit at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: paolo dot bonzini at lu dot unisi dot ch @ 2004-12-26 11:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo dot bonzini at lu dot unisi dot ch  2004-12-26 11:00 -------
Subject: Re:  [4.0 Regression] Building in src dir fails

aoliva at gcc dot gnu dot org wrote:
> ------- Additional Comments From aoliva at gcc dot gnu dot org  2004-12-23 21:03 -------
> Paolo's patch looks good to me.  Paolo, would you please check it in?

Yes; will you please take a look at the comment at 
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01079.html ?

Thanks,

Paolo


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (9 preceding siblings ...)
  2004-12-26 11:00 ` paolo dot bonzini at lu dot unisi dot ch
@ 2004-12-28 17:41 ` cvs-commit at gcc dot gnu dot org
  2004-12-28 17:42 ` bonzini at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-28 17:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-28 17:40 -------
Subject: Bug 17383

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bonzini@gcc.gnu.org	2004-12-28 17:40:41

Modified files:
	.              : ChangeLog Makefile.def Makefile.in Makefile.tpl 

Log message:
	2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
	
	PR bootstrap/17383
	
	* Makefile.def (target_modules): Remove stage parameter,
	it is always true now.
	* Makefile.tpl (configure-build-[+module+],
	configure-target-[+module+]): Always build symlink tree
	for the directory and for include.  BUILD_SUBDIR and
	TARGET_SUBDIR cannot be . anymore.
	* Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.1040&r2=1.1041
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.def.diff?cvsroot=gcc&r1=1.43&r2=1.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.251&r2=1.252
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&r1=1.121&r2=1.122



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (10 preceding siblings ...)
  2004-12-28 17:41 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-28 17:42 ` bonzini at gcc dot gnu dot org
  2004-12-30 10:39 ` bonzini at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2004-12-28 17:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gcc dot gnu dot org  2004-12-28 17:42 -------
Patch applied.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (11 preceding siblings ...)
  2004-12-28 17:42 ` bonzini at gcc dot gnu dot org
@ 2004-12-30 10:39 ` bonzini at gcc dot gnu dot org
  2005-01-13  9:15 ` uros at kss-loka dot si
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2004-12-30 10:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gcc dot gnu dot org  2004-12-30 10:39 -------
Nope, my patch is not sufficient.  I am testing a better fix, but I fear it is
too invasive for 4.0.  It is a variant of the often-proposed "build out of
srcdir without telling the user" trick.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
           Keywords|patch                       |
         Resolution|FIXED                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (12 preceding siblings ...)
  2004-12-30 10:39 ` bonzini at gcc dot gnu dot org
@ 2005-01-13  9:15 ` uros at kss-loka dot si
  2005-02-09  3:52 ` neroden at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: uros at kss-loka dot si @ 2005-01-13  9:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19420
              nThis|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (13 preceding siblings ...)
  2005-01-13  9:15 ` uros at kss-loka dot si
@ 2005-02-09  3:52 ` neroden at gcc dot gnu dot org
  2005-02-09 17:44 ` paolo dot bonzini at lu dot unisi dot ch
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: neroden at gcc dot gnu dot org @ 2005-02-09  3:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2005-02-08 18:53 -------
I have considered doing this in the truly parallel way: namely, introducing 
HOST_SUBDIR to go along with BUILD_SUBDIR and TARGET_SUBDIR. 
 
It requires mangling of '..'s in many subdirectories, which is why I haven't 
done it.  But if it's done it allows some genuine, major simplifications. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (14 preceding siblings ...)
  2005-02-09  3:52 ` neroden at gcc dot gnu dot org
@ 2005-02-09 17:44 ` paolo dot bonzini at lu dot unisi dot ch
  2005-02-13  0:33 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: paolo dot bonzini at lu dot unisi dot ch @ 2005-02-09 17:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo dot bonzini at lu dot unisi dot ch  2005-02-09 12:30 -------
Subject: Re:  [4.0 Regression] Building in src dir fails

> I have considered doing this in the truly parallel way: namely, introducing 
> HOST_SUBDIR to go along with BUILD_SUBDIR and TARGET_SUBDIR. 

I already have a patch for this queued for 4.1 and posted to 
gcc-patches.  DJ however has a hackish fix that will go in once 4.0 
branches.

Paolo


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (15 preceding siblings ...)
  2005-02-09 17:44 ` paolo dot bonzini at lu dot unisi dot ch
@ 2005-02-13  0:33 ` pinskia at gcc dot gnu dot org
  2005-02-28 19:26 ` [Bug bootstrap/17383] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-13  0:33 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0/4.1 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (16 preceding siblings ...)
  2005-02-13  0:33 ` pinskia at gcc dot gnu dot org
@ 2005-02-28 19:26 ` cvs-commit at gcc dot gnu dot org
  2005-02-28 19:59 ` [Bug bootstrap/17383] [4.1 " bonzini at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-28 19:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-28 13:27 -------
Subject: Bug 17383

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bonzini@gcc.gnu.org	2005-02-28 13:26:36

Modified files:
	.              : Makefile.def Makefile.in Makefile.tpl configure 
	                 configure.in ChangeLog 
	gcc            : ChangeLog Makefile.in configure 
	config         : ChangeLog acx.m4 
	libjava        : ChangeLog Makefile.in configure configure.ac 
	libjava/external: Makefile.in 
	libjava/external/sax: Makefile.in 
	libjava/external/w3c_dom: Makefile.in 
	libjava/gcj    : Makefile.in 
	libjava/include: Makefile.in 
	libjava/testsuite: Makefile.in 
	libada         : ChangeLog Makefile.in 
	libobjc        : ChangeLog Makefile.in configure configure.ac 

Log message:
	2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
	
	PR bootstrap/17383
	* Makefile.def (target_modules): Remove "stage", now unnecessary.
	* Makefile.tpl (HOST_SUBDIR): New substitution.
	(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
	USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
	USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
	USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
	(Host modules, Bootstrapped modules): Use it.
	(Build modules, Target modules): Do not create symlink trees,
	always configure out-of-srcdir.
	(distclean): Try removing $(host_subdir) with rm before using rm -rf.
	* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
	GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
	$(HOST_SUBDIR).  Create a symlink for host_subdir.
	
	* Makefile.in: Regenerate.
	* configure: Regenerate.
	
	config:
	2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
	
	PR bootstrap/17383
	* config/acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
	gcc build is going.
	
	gcc:
	2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
	
	PR bootstrap/17383
	* gcc/Makefile.in (host_subdir): New.
	(build_objdir): New.  Replace ../$(build_subdir) with it throughout.
	* gcc/configure: Regenerate.
	
	libada:
	2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
	
	PR bootstrap/17383
	* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
	
	libjava:
	2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
	
	PR bootstrap/17383
	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
	(COMPPATH): Removed.
	(ZIP, GCJH): Replace it with ../$(host_subdir).
	(built_gcc_dir): Add $(host_subdir).
	* configure: Regenerate.
	* Makefile.in, include/Makefile.in, testsuite/Makefile.in,
	gcj/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
	external/w3c_dom/Makefile.in: Regenerate.
	
	libobjc:
	2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
	
	PR bootstrap/17383
	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
	(Determine CFLAGS for gthread): Use $host_subdir.
	* configure: Regenerate.
	* Makefile.in (host_subdir): New.
	(INCLUDES): Use it.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.def.diff?cvsroot=gcc&r1=1.47&r2=1.48
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.255&r2=1.256
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&r1=1.124&r2=1.125
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&r1=1.205&r2=1.206
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.342&r2=1.343
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.1058&r2=1.1059
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7608&r2=2.7609
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1448&r2=1.1449
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&r1=1.886&r2=1.887
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/ChangeLog.diff?cvsroot=gcc&r1=1.59&r2=1.60
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/acx.m4.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3391&r2=1.3392
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.485&r2=1.486
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&r1=1.253&r2=1.254
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.ac.diff?cvsroot=gcc&r1=1.19&r2=1.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/external/Makefile.in.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/external/sax/Makefile.in.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/external/w3c_dom/Makefile.in.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gcj/Makefile.in.diff?cvsroot=gcc&r1=1.62&r2=1.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/Makefile.in.diff?cvsroot=gcc&r1=1.64&r2=1.65
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.73&r2=1.74
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/ChangeLog.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/Makefile.in.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.diff?cvsroot=gcc&r1=1.157&r2=1.158
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/Makefile.in.diff?cvsroot=gcc&r1=1.44&r2=1.45
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.diff?cvsroot=gcc&r1=1.56&r2=1.57
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.ac.diff?cvsroot=gcc&r1=1.12&r2=1.13



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.1 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (17 preceding siblings ...)
  2005-02-28 19:26 ` [Bug bootstrap/17383] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
@ 2005-02-28 19:59 ` bonzini at gcc dot gnu dot org
  2005-03-16 17:59 ` [Bug bootstrap/17383] [4.0 " pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-02-28 19:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-02-28 13:30 -------
Fixed on mainline.  As I said in comment #15, DJ has patches for the 4.0 branch,
so I am assigning it to him.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|bonzini at gcc dot gnu dot  |dj at redhat dot com
                   |org                         |
            Summary|[4.0/4.1 Regression]        |[4.1 Regression] Building in
                   |Building in src dir fails   |src dir fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (18 preceding siblings ...)
  2005-02-28 19:59 ` [Bug bootstrap/17383] [4.1 " bonzini at gcc dot gnu dot org
@ 2005-03-16 17:59 ` pinskia at gcc dot gnu dot org
  2005-03-17  0:21 ` giovannibajo at libero dot it
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-16 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-16 17:59 -------
*** Bug 20500 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |federico dot carminati at
                   |                            |cern dot ch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (19 preceding siblings ...)
  2005-03-16 17:59 ` [Bug bootstrap/17383] [4.0 " pinskia at gcc dot gnu dot org
@ 2005-03-17  0:21 ` giovannibajo at libero dot it
  2005-04-21  5:02 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: giovannibajo at libero dot it @ 2005-03-17  0:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2005-03-17 00:21 -------
DJ, any update on fixing this on the 4.0 branch?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (20 preceding siblings ...)
  2005-03-17  0:21 ` giovannibajo at libero dot it
@ 2005-04-21  5:02 ` mmitchel at gcc dot gnu dot org
  2005-04-22 11:04 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-21  5:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (21 preceding siblings ...)
  2005-04-21  5:02 ` mmitchel at gcc dot gnu dot org
@ 2005-04-22 11:04 ` pinskia at gcc dot gnu dot org
  2005-04-23 23:43 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-22 11:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-22 11:04 -------
*** Bug 21158 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |junk2reinhard at arcor dot
                   |                            |de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (22 preceding siblings ...)
  2005-04-22 11:04 ` pinskia at gcc dot gnu dot org
@ 2005-04-23 23:43 ` pinskia at gcc dot gnu dot org
  2005-04-24  4:57 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-23 23:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-23 23:43 -------
*** Bug 21176 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shanwill44 at yahoo dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (23 preceding siblings ...)
  2005-04-23 23:43 ` pinskia at gcc dot gnu dot org
@ 2005-04-24  4:57 ` pinskia at gcc dot gnu dot org
  2005-04-24  4:58 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-24  4:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-24 04:57 -------
*** Bug 21186 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bigbandit2004 at yahoo dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (24 preceding siblings ...)
  2005-04-24  4:57 ` pinskia at gcc dot gnu dot org
@ 2005-04-24  4:58 ` pinskia at gcc dot gnu dot org
  2005-05-07  6:43 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-24  4:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-24 04:58 -------
*** Bug 21187 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (25 preceding siblings ...)
  2005-04-24  4:58 ` pinskia at gcc dot gnu dot org
@ 2005-05-07  6:43 ` pinskia at gcc dot gnu dot org
  2005-06-06 19:35 ` grondin at fr dot fm
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-07  6:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-07 06:43 -------
*** Bug 21431 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csevcik at ivic dot ve


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (26 preceding siblings ...)
  2005-05-07  6:43 ` pinskia at gcc dot gnu dot org
@ 2005-06-06 19:35 ` grondin at fr dot fm
  2005-06-22 20:52 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: grondin at fr dot fm @ 2005-06-06 19:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From grondin at fr dot fm  2005-06-06 19:35 -------
I'm used ./configure --prefix=/usr

I've the make error :
(...)
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default-1 commands
./config.status: line 910: ./../../config-ml.in: No such file or directory
make: *** [configure-zlib] Erreur 1




-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grondin at fr dot fm


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (27 preceding siblings ...)
  2005-06-06 19:35 ` grondin at fr dot fm
@ 2005-06-22 20:52 ` cvs-commit at gcc dot gnu dot org
  2005-06-26 17:51 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 35+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-22 20:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-22 20:49 -------
Subject: Bug 17383

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	echristo@gcc.gnu.org	2005-06-22 20:42:06

Modified files:
	.              : ChangeLog configure.in configure 

Log message:
	2005-06-22  Eric Christopher  <echristo@redhat.com>
	
	PR bootstrap/17383
	* configure.in: Reject building in the source directory.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1057.2.15&r2=1.1057.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.341.2.4&r2=1.341.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.204.2.5&r2=1.204.2.6



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (28 preceding siblings ...)
  2005-06-22 20:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-06-26 17:51 ` pinskia at gcc dot gnu dot org
  2005-07-08  1:40 ` mmitchel at gcc dot gnu dot org
  2005-09-27 16:07 ` mmitchel at gcc dot gnu dot org
  31 siblings, 0 replies; 35+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-26 17:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-26 17:51 -------
*** Bug 22193 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave at joot dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (29 preceding siblings ...)
  2005-06-26 17:51 ` pinskia at gcc dot gnu dot org
@ 2005-07-08  1:40 ` mmitchel at gcc dot gnu dot org
  2005-09-27 16:07 ` mmitchel at gcc dot gnu dot org
  31 siblings, 0 replies; 35+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-08  1:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
  2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
                   ` (30 preceding siblings ...)
  2005-07-08  1:40 ` mmitchel at gcc dot gnu dot org
@ 2005-09-27 16:07 ` mmitchel at gcc dot gnu dot org
  31 siblings, 0 replies; 35+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
       [not found] <bug-17383-9280@http.gcc.gnu.org/bugzilla/>
  2006-03-11  3:17 ` mmitchel at gcc dot gnu dot org
@ 2006-07-23 20:30 ` echristo at apple dot com
  1 sibling, 0 replies; 35+ messages in thread
From: echristo at apple dot com @ 2006-07-23 20:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #28 from echristo at apple dot com  2006-07-23 20:30 -------
We're not going to support building 4.0 in the source directory. Closing.


-- 

echristo at apple dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

* [Bug bootstrap/17383] [4.0 Regression] Building in src dir fails
       [not found] <bug-17383-9280@http.gcc.gnu.org/bugzilla/>
@ 2006-03-11  3:17 ` mmitchel at gcc dot gnu dot org
  2006-07-23 20:30 ` echristo at apple dot com
  1 sibling, 0 replies; 35+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:17 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.0.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383


^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2006-07-23 20:30 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-09 18:30 [Bug other/17383] New: Build of CVS main branch from gcc root directory fails dr dot johan at gmail dot com
2004-09-09 18:34 ` [Bug bootstrap/17383] [3.5 Regression] Building in src dir fails pinskia at gcc dot gnu dot org
2004-09-09 19:53 ` dr dot johan at gmail dot com
2004-09-09 20:32 ` [Bug bootstrap/17383] [4.0 " pinskia at gcc dot gnu dot org
2004-09-15  3:46 ` pinskia at gcc dot gnu dot org
2004-10-12 11:44 ` pinskia at gcc dot gnu dot org
2004-11-03 21:08 ` pinskia at gcc dot gnu dot org
2004-11-05 21:01 ` Thomas dot Koenig at online dot de
2004-11-05 21:05 ` pinskia at gcc dot gnu dot org
2004-12-23 21:03 ` aoliva at gcc dot gnu dot org
2004-12-26 11:00 ` paolo dot bonzini at lu dot unisi dot ch
2004-12-28 17:41 ` cvs-commit at gcc dot gnu dot org
2004-12-28 17:42 ` bonzini at gcc dot gnu dot org
2004-12-30 10:39 ` bonzini at gcc dot gnu dot org
2005-01-13  9:15 ` uros at kss-loka dot si
2005-02-09  3:52 ` neroden at gcc dot gnu dot org
2005-02-09 17:44 ` paolo dot bonzini at lu dot unisi dot ch
2005-02-13  0:33 ` pinskia at gcc dot gnu dot org
2005-02-28 19:26 ` [Bug bootstrap/17383] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
2005-02-28 19:59 ` [Bug bootstrap/17383] [4.1 " bonzini at gcc dot gnu dot org
2005-03-16 17:59 ` [Bug bootstrap/17383] [4.0 " pinskia at gcc dot gnu dot org
2005-03-17  0:21 ` giovannibajo at libero dot it
2005-04-21  5:02 ` mmitchel at gcc dot gnu dot org
2005-04-22 11:04 ` pinskia at gcc dot gnu dot org
2005-04-23 23:43 ` pinskia at gcc dot gnu dot org
2005-04-24  4:57 ` pinskia at gcc dot gnu dot org
2005-04-24  4:58 ` pinskia at gcc dot gnu dot org
2005-05-07  6:43 ` pinskia at gcc dot gnu dot org
2005-06-06 19:35 ` grondin at fr dot fm
2005-06-22 20:52 ` cvs-commit at gcc dot gnu dot org
2005-06-26 17:51 ` pinskia at gcc dot gnu dot org
2005-07-08  1:40 ` mmitchel at gcc dot gnu dot org
2005-09-27 16:07 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-17383-9280@http.gcc.gnu.org/bugzilla/>
2006-03-11  3:17 ` mmitchel at gcc dot gnu dot org
2006-07-23 20:30 ` echristo at apple dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).