This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2007 00:34:32 -0000
- Subject: [Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing
- References: <bug-30546-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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, but:
gcc/missing, line 300-303:
# If the file does not exist, the user really needs makeinfo;
# let's fail without touching anything.
test -f $file || exit 1
touch $file
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?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30546