[Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing

2007-01-26 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-01-26 12:34 --- The only other place that generates info files is gcc subdir and there it uses BUILD_INFO conditional, if makeinfo is not present or is too old, it simply doesn't build the documentation. Perhaps libgomp could do the

[Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing

2007-01-26 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-01-26 13:07 --- (In reply to comment #2) The only other place that generates info files is gcc subdir and there it uses BUILD_INFO conditional, if makeinfo is not present or is too old, it simply doesn't build the

[Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing

2007-01-26 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2007-01-27 00:08 --- My doings. I'll look into it. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing

2007-01-26 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2007-01-27 00:34 --- As far as I can tell, the BUILD_INFO conditional can not easily be employed as the info, dvi and pdf targets are generated by automake. The `missing` program that is run instead should step into the breach. It does,

Re: [Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing

2007-01-26 Thread Andrew Pinski
Thus, two options present themself: ditch automake generated targets, do it manually as everywhere else or tweak the Makefile.am to touch libgomp.info before invoking `missing makeinfo`. Preferences? This only matters when building from SVN. I say we should just require makeinfo and

[Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing

2007-01-26 Thread pinskia at physics dot uc dot edu
--- Comment #6 from pinskia at physics dot uc dot edu 2007-01-27 00:37 --- Subject: Re: [4.3 regression] build fail in libgomp because makeinfo is missing Thus, two options present themself: ditch automake generated targets, do it manually as everywhere else or tweak the

[Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing

2007-01-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-22 18:20 --- From http://gcc.gnu.org/install/prerequisites.html Texinfo version 4.4 (or later) Necessary to build GCC documentation during development because the generated output files are not included in the SVN