[Bug other/14536] New: make dvi broken under gcc-3.4
kcook at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 11 17:10:00 GMT 2004
Problem:
On a recent commit to the branch, HP inadvertently used autoconf 2.58 to
regenerate the gcc directory which unfortunately contains a bug in which it
outputs a relative pathname when an absolute one is requested; autoconf 2.59 was
released a few days later because of this bug.
"make dvi" requires absolute path names (PR13820), so it no longer works with
the current 3.4 branch.
---------
Steps to recreate:
$ ../{relative-path-to-src}/configure
$ make maybe-configure-gcc
$ cd gcc
$ make dvi
-------------
Proposed action:
Regenerate the gcc directory with autoheader/autoconf 2.57 which is the
documented version in gcc-3.4's install.texi.
Note: Mainline now uses autoconf 2.59, so it does not have the bug is not
present there.
--
Summary: make dvi broken under gcc-3.4
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kcook at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
com
BugsThisDependsOn: 13820
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14536
More information about the Gcc-bugs
mailing list