[Bug bootstrap/65763] tm.h: No such file or directory

2022-01-09 Thread tromey at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65763

Tom Tromey  changed:

   What|Removed |Added

 CC||townsend at astro dot wisc.edu

--- Comment #7 from Tom Tromey  ---
*** Bug 64320 has been marked as a duplicate of this bug. ***

[Bug bootstrap/65763] tm.h: No such file or directory

2015-04-15 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65763

--- Comment #6 from __vic  ---
(In reply to __vic from comment #2)
> Will it help? OK, I'll try.
Yes. Has been built successfully.
Thanks!

P.S. I've read doc about building in a separate directory but all previous
versions in practice used to be built successfully within source tree. Won't
try to do it again.


[Bug bootstrap/65763] tm.h: No such file or directory

2015-04-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65763

Jakub Jelinek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jakub at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #5 from Jakub Jelinek  ---
Should be fixed now.

That said, as others said, don't configure gcc this way.
mkdir obj && cd obj
../configure ...
or completely unrelated directory works much better and is what everyone is
doing instead.


[Bug bootstrap/65763] tm.h: No such file or directory

2015-04-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65763

--- Comment #4 from Jakub Jelinek  ---
Author: jakub
Date: Wed Apr 15 09:33:32 2015
New Revision: 222122

URL: https://gcc.gnu.org/viewcvs?rev=222122&root=gcc&view=rev
Log:
PR bootstrap/65763
* Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
* Makefile.in: Regenerated.

Modified:
branches/gcc-5-branch/libcc1/ChangeLog
branches/gcc-5-branch/libcc1/Makefile.am
branches/gcc-5-branch/libcc1/Makefile.in


[Bug bootstrap/65763] tm.h: No such file or directory

2015-04-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65763

--- Comment #3 from Jakub Jelinek  ---
Author: jakub
Date: Wed Apr 15 09:23:59 2015
New Revision: 222121

URL: https://gcc.gnu.org/viewcvs?rev=222121&root=gcc&view=rev
Log:
PR bootstrap/65763
* Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
* Makefile.in: Regenerated.

Modified:
trunk/libcc1/ChangeLog
trunk/libcc1/Makefile.am
trunk/libcc1/Makefile.in


[Bug bootstrap/65763] tm.h: No such file or directory

2015-04-15 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65763

--- Comment #2 from __vic  ---
Will it help? OK, I'll try.


[Bug bootstrap/65763] tm.h: No such file or directory

2015-04-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65763

--- Comment #1 from Richard Biener  ---
$ ./configure --prefix=/opt/gcc-5.1 --enable-languages=c,c++ --enable-lto

please do not configure in the source directory but use a separate build
directory.