Bug 27029 - gcc3.4/make dvi creates .pdf instead of .dvi files
Summary: gcc3.4/make dvi creates .pdf instead of .dvi files
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 3.4.6
: P3 normal
Target Milestone: 4.0.3
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 16:48 UTC by spiralvoice
Modified: 2006-04-05 04:03 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description spiralvoice 2006-04-04 16:48:14 UTC
Running "make dvi" fails with TeTex 3.0 and texinfo 4.8 because the
included texinfo.tex produces *.pdf files per default:

Output written on g77.pdf (370 pages, 2232006 bytes).
Transcript written on g77.log.
cp: cannot stat `./g77.dvi': No such file or directory
...
Output written on gcj.pdf (53 pages, 285114 bytes).
Transcript written on gcj.log.
cp: cannot stat `./gcj.dvi': No such file or directory

and so on...

The gcc-included texinfo.tex is dated 2003-12-21.10,
replacing it with a version from texinfo-4.8 dated
2004-11-25.16 produces working *.dvi files.
Comment 1 Andrew Pinski 2006-04-04 17:56:07 UTC
3.4.6 was the last release of the 3.4.x series, can you try 4.0.2?
Comment 2 spiralvoice 2006-04-04 20:28:16 UTC
gcc3.4/make dvi creates .pdf instead of .dvi files
Comment 3 spiralvoice 2006-04-04 20:29:22 UTC
Please ignore the last comment;-)

make dvi produces correct output in gcc-4.0.3.
Comment 4 Andrew Pinski 2006-04-04 21:03:54 UTC
So 4.0.x works?
Comment 5 spiralvoice 2006-04-04 22:28:40 UTC
Yes, 4.0.3 works, did not test any other 4.0.x version
Comment 6 Andrew Pinski 2006-04-05 04:03:43 UTC
That is good enough for me, closing as fixed.