This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/14536] New: make dvi broken under gcc-3.4
- From: "kcook at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Mar 2004 17:10:04 -0000
- Subject: [Bug other/14536] New: make dvi broken under gcc-3.4
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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