bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glibc 2.2 building problem: "make pdf" fails by default


From: Minko Markov
Subject: glibc 2.2 building problem: "make pdf" fails by default
Date: Tue, 02 Jan 2001 02:00:51 -0500

Hello,

I just posted another problem report, namely that my "make check"
fails.

After the not-so-successful "make check", I ran "make info"
and "make dvi", which were OK. Then "make pdf" failed,
saying there is no command pdftexinfo.  I asked in comp.text.tex
about pdftexinfo. They told me that this is an obsolete
way to create pdf's from texi.  Instead, one should use
"texi2dvi --pdf".  So, in Makefile in the manuals/  subdirectory
I changed the line:
        TEXI2PDF = pdftexinfo
to:
        TEXI2PDF = texi2dvi --pdf

This solved the problem, "make pdf" produced a pdf-version of
the manual.

Thanks for your attention.

Best Regards,
Minko Markov



reply via email to

[Prev in Thread] Current Thread [Next in Thread]