This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] fix for a problem with cxxfilt.man


On Wed, Jul 11, 2001 at 09:18:20AM -0700, H . J . Lu wrote:
> It can't be right. Please remove cxxfilt.man from your source tree
> and rebuild.

No, it didn't help.

$ tar xyf binutils-010708
$ cd binutils-010708
$ mkdir CROSS NATIVE
$ cd CROSS
$ ../configure --target=... --build=... --host=...
$ make
...(snip)...
gmake[1]: Entering directory `/home/bjy/binutils-010708/CROSS/binutils'
gmake  all-recursive
gmake[2]: Entering directory `/home/bjy/binutils-010708/CROSS/binutils'
Making all in doc
gmake[3]: Entering directory `/home/bjy/binutils-010708/CROSS/binutils/doc'
sed -e 's/@PROGRAM@/c++filt/' \
    -e 's/cxxfilt/c++filt/' < cxxfilt.man \
	> c++filt.1
cannot open cxxfilt.man: no such file

I removed cxxfilt.man and did the build again:

$ ../configure --target=...
$ make
...(snip)...
gmake[1]: Entering directory `/home/bjy/binutils-010708/CROSS/binutils'
gmake  all-recursive
gmake[2]: Entering directory `/home/bjy/binutils-010708/CROSS/binutils'
Making all in doc
gmake[3]: Entering directory `/home/bjy/binutils-010708/CROSS/binutils/doc'
touch cxxfilt.man
perl ../../../binutils/../etc/texi2pod.pl -Dman -Dcxxfilt < ../../../binutils/doc/binutils.texi > c++filt.pod
Can't open perl script "../../../binutils/../etc/texi2pod.pl": No such file or directory
gmake[3]: [cxxfilt.man] Error 2 (ignored)

Where can I find texi2pod.pl? Obviously there's no such file in the
distribution.

Jun-Young

-- 
Bang Jun-Young <bjy@mogua.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]