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]
Other format: [Raw text]

Re: Error compiling binutils on solaris 10X86


Hi Kee Kiat,

I tried installing binutils 2.15 on solaris 10 X86. I took the following steps: -

1. ./configure
2. make

perl ./../etc/texi2pod.pl -Dman < ./ld.texinfo > ld.pod
(pod2man --center="GNU Development Tools"  --release="binutils-2.15" --section=1 ld.pod | \

sh: pod2man: not found

Any help is appreciated. Thanks in advance.

pod2man is usually installed into /usr/bin. It is part of the perl package. Perhaps perl was only partially installed on your system ?


Suggested workaround: compile with "make -k".

Cheers
  Nick



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