public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Error compiling binutils  on solaris 10X86
@ 2005-03-28 22:54 Koo Kee Kiat
  2005-03-29 22:00 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Koo Kee Kiat @ 2005-03-28 22:54 UTC (permalink / raw)
  To: binutils

Hi,

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

1. ./configure
2. make

Step 2 throw the following error: -
cc -fast -o ld-new ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf_i386_ldso.o eelf_i386.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
rm -f ldver.texi
echo '@set VERSION 2.15' > ldver.texi
touch ld.1
perl ./../etc/texi2pod.pl -Dman < ./ld.texinfo > ld.pod
(pod2man --center="GNU Development Tools"  --release="binutils-2.15" --section=1 ld.pod | \
        sed -e '/^.if n .na/d' > ld.1.T$$ && \
        mv -f ld.1.T$$ ld.1) || \
        (rm -f ld.1.T$$ && exit 1)
sh: pod2man: not found
rm -f ld.pod

Any help is appreciated. Thanks in advance.

Best Regards,

Kee Kiat

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

* Re: Error compiling binutils  on solaris 10X86
  2005-03-28 22:54 Error compiling binutils on solaris 10X86 Koo Kee Kiat
@ 2005-03-29 22:00 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2005-03-29 22:00 UTC (permalink / raw)
  To: kkk85; +Cc: binutils

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


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

end of thread, other threads:[~2005-03-29 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-28 22:54 Error compiling binutils on solaris 10X86 Koo Kee Kiat
2005-03-29 22:00 ` Nick Clifton

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).