This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: as problem, PPC


On Mon, 3 Nov 1997, Brett Dikeman wrote:

> At 1:40 AM -0600 on 11/3/97, Richard Henderson wrote:
> 
> 
> > On Sun, Nov 02, 1997 at 11:02:33PM -0600, Brett Dikeman wrote:
> > > $/usr/bin/as
> > > bash: /usr/bin/as: no such file or directory
> >
> > Looks like you've misplaced ld.so.  I wonder if the RPM upgraded your
> > binutils too?  And the distributer is using glibc2 and you aren't?
> That was in a seperate RPM.  binutils-2.8.1.0.11.
> 
> > What does "objdump -s -j .interp /usr/bin/as" report, if you can?
> "bash:/usr/bin/objdump: no such file or directory"
> :\
> (with or without command arg's.)

It's because of the dynamic linker name.

I compiled that package to use /lib/ld-linux.so.2

The traditional glibc setup is /lib/ld.so.1

Do:
	ln -s ld.so.1 /lib/ld-linux.so.2

-- Elliot					http://www.redhat.com/
"They don't let my code go into shipping products," Gates said. "They
 haven't done that for eight years." (at the 1997 PDC)



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