public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* where I can get the pdf version of binulities manul
@ 2011-04-27  2:27 loody
  2011-04-27  2:49 ` Doug Kwan (關振德)
  0 siblings, 1 reply; 7+ messages in thread
From: loody @ 2011-04-27  2:27 UTC (permalink / raw)
  To: binutils

Dear all:
I can find on-line documents at http://sourceware.org/binutils/docs/
But where I can download the pdf version?


-- 
Regards,
miloody

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where I can get the pdf version of binulities manul
  2011-04-27  2:27 where I can get the pdf version of binulities manul loody
@ 2011-04-27  2:49 ` Doug Kwan (關振德)
  2011-04-27  3:35   ` loody
  0 siblings, 1 reply; 7+ messages in thread
From: Doug Kwan (關振德) @ 2011-04-27  2:49 UTC (permalink / raw)
  To: loody; +Cc: binutils

You can make one yourself.  Download the latest binutils, configure,
build and then go to binutils/doc in the object directory and do
another "make pdf"

-Doug

On Tue, Apr 26, 2011 at 7:27 PM, loody <miloody@gmail.com> wrote:
> Dear all:
> I can find on-line documents at http://sourceware.org/binutils/docs/
> But where I can download the pdf version?
>
>
> --
> Regards,
> miloody
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where I can get the pdf version of binulities manul
  2011-04-27  2:49 ` Doug Kwan (關振德)
@ 2011-04-27  3:35   ` loody
  2011-04-28  6:07     ` loody
  0 siblings, 1 reply; 7+ messages in thread
From: loody @ 2011-04-27  3:35 UTC (permalink / raw)
  To: Doug Kwan (關振德); +Cc: binutils

hi:

2011/4/27 Doug Kwan (關振德) <dougkwan@google.com>:
> You can make one yourself.  Download the latest binutils, configure,
> build and then go to binutils/doc in the object directory and do
> another "make pdf"
>
> -Doug
I follow the instructions you mentioned above.
1. configure
2. make
3. cd binutils/doc
4. make pdf
everything is fine except 4.
The console ask me to "Please type another input file name:" as below.
Is there any steps I miss?
BR,
miloody


Underfull \hbox (badness 5460) in paragraph at lines 1048--1050
 @textrm LGPLGNU Lesser Gen-eral Pub-lic Li-cense, [][]@texttt http://www.gnu.o
rg/licenses/
[12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26]
[27] [28]
././standards.texi:2262: I can't find file `gnu-oids.texi'.
@temp ->@input gnu-oids.texi

@includezzz ...and @input #1 }@expandafter }@temp
                                                  @popthisfilestack
l.2262 @include gnu-oids.texi

Please type another input file name:

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where I can get the pdf version of binulities manul
  2011-04-27  3:35   ` loody
@ 2011-04-28  6:07     ` loody
  2011-05-10 15:19       ` Nick Clifton
  0 siblings, 1 reply; 7+ messages in thread
From: loody @ 2011-04-28  6:07 UTC (permalink / raw)
  To: Doug Kwan (關振德); +Cc: binutils

hi all:

> hi:
>
> 2011/4/27 Doug Kwan (關振德) <dougkwan@google.com>:
>> You can make one yourself.  Download the latest binutils, configure,
>> build and then go to binutils/doc in the object directory and do
>> another "make pdf"
>>
>> -Doug
> I follow the instructions you mentioned above.
> 1. configure
> 2. make
> 3. cd binutils/doc
> 4. make pdf
> everything is fine except 4.
> The console ask me to "Please type another input file name:" as below.
> Is there any steps I miss?
> BR,
> miloody
>
>
> Underfull \hbox (badness 5460) in paragraph at lines 1048--1050
>  @textrm LGPLGNU Lesser Gen-eral Pub-lic Li-cense, [][]@texttt http://www.gnu.o
> rg/licenses/
> [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26]
> [27] [28]
> ././standards.texi:2262: I can't find file `gnu-oids.texi'.
> @temp ->@input gnu-oids.texi
>
> @includezzz ...and @input #1 }@expandafter }@temp
>                                                  @popthisfilestack
> l.2262 @include gnu-oids.texi
>
> Please type another input file name:
it seems an known bug in 2.21 version.
http://cygwin.com/ml/binutils/2010-12/msg00384.html
I can get pdf files in 2.21.51.


-- 
Regards,
miloody

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where I can get the pdf version of binulities manul
  2011-04-28  6:07     ` loody
@ 2011-05-10 15:19       ` Nick Clifton
  2011-05-11  7:27         ` Tristan Gingold
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Clifton @ 2011-05-10 15:19 UTC (permalink / raw)
  To: loody; +Cc: "Doug Kwan (關振德)", binutils

Hi loody,

>> ././standards.texi:2262: I can't find file `gnu-oids.texi'.

> it seems an known bug in 2.21 version.
> http://cygwin.com/ml/binutils/2010-12/msg00384.html

The gnu-oids.texi file should be in the etc/ directory, but it is 
missing from the 2.21 release.  You can use the version in the CVS 
repository though - it is the same as the one for the 2.21 release:

http://sourceware.org/cgi-bin/cvsweb.cgi/src/etc/gnu-oids.texi?cvsroot=src

Cheers
   Nick

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where I can get the pdf version of binulities manul
  2011-05-10 15:19       ` Nick Clifton
@ 2011-05-11  7:27         ` Tristan Gingold
  2011-05-11  7:41           ` Tristan Gingold
  0 siblings, 1 reply; 7+ messages in thread
From: Tristan Gingold @ 2011-05-11  7:27 UTC (permalink / raw)
  To: Nick Clifton
  Cc: loody, "Doug Kwan (關振德)", binutils


On May 10, 2011, at 5:19 PM, Nick Clifton wrote:

> Hi loody,
> 
>>> ././standards.texi:2262: I can't find file `gnu-oids.texi'.
> 
>> it seems an known bug in 2.21 version.
>> http://cygwin.com/ml/binutils/2010-12/msg00384.html
> 
> The gnu-oids.texi file should be in the etc/ directory, but it is missing from the 2.21 release.  You can use the version in the CVS repository though - it is the same as the one for the 2.21 release:
> 
> http://sourceware.org/cgi-bin/cvsweb.cgi/src/etc/gnu-oids.texi?cvsroot=src

This rings a bell.  Indeed gnu-oids.texi is not present in the tarball, but it is present in the branch on cvs.

I will try to fix the packaging procedure.

Tristan.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where I can get the pdf version of binulities manul
  2011-05-11  7:27         ` Tristan Gingold
@ 2011-05-11  7:41           ` Tristan Gingold
  0 siblings, 0 replies; 7+ messages in thread
From: Tristan Gingold @ 2011-05-11  7:41 UTC (permalink / raw)
  To: Nick Clifton
  Cc: loody, "Doug Kwan (關振德)",
	binutils Development


On May 11, 2011, at 9:26 AM, Tristan Gingold wrote:

> 
> On May 10, 2011, at 5:19 PM, Nick Clifton wrote:
> 
>> Hi loody,
>> 
>>>> ././standards.texi:2262: I can't find file `gnu-oids.texi'.
>> 
>>> it seems an known bug in 2.21 version.
>>> http://cygwin.com/ml/binutils/2010-12/msg00384.html
>> 
>> The gnu-oids.texi file should be in the etc/ directory, but it is missing from the 2.21 release.  You can use the version in the CVS repository though - it is the same as the one for the 2.21 release:
>> 
>> http://sourceware.org/cgi-bin/cvsweb.cgi/src/etc/gnu-oids.texi?cvsroot=src
> 
> This rings a bell.  Indeed gnu-oids.texi is not present in the tarball, but it is present in the branch on cvs.
> 
> I will try to fix the packaging procedure.

gnu-oids.texi is already added in src-release (ETC_SUPPORT).  Don't know why it isn't in the tarball

Tristan.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-11  7:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-27  2:27 where I can get the pdf version of binulities manul loody
2011-04-27  2:49 ` Doug Kwan (關振德)
2011-04-27  3:35   ` loody
2011-04-28  6:07     ` loody
2011-05-10 15:19       ` Nick Clifton
2011-05-11  7:27         ` Tristan Gingold
2011-05-11  7:41           ` Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).