bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Test(s) fail, Install aborted


From: Kevin Ryde
Subject: Re: Test(s) fail, Install aborted
Date: Fri, 26 Sep 2003 11:08:58 +1000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

"Daryl Smith" <address@hidden> writes:
>
> Also, you'll notice
> the error message references a gcc lib.  Usually this means it can't
> locate the library (which was in /usr/local/lib/)

Yep.

> in this case I tried
> copying the libgcc_s.so.1 lib into both /usr/lib/ and the ./tests/
> subdirectory, but neither seemed to help the t-* scripts locate it.

I'm not quite sure how it's meant to be setup.  For 64-bit mode it
might be looking under /usr/local/lib/sparcv9.  Hopefully gcc has
installed it there.

We've had trouble in the past with people who set LD_LIBRARY_PATH,
since that gets used for 64-bit mode, unless you also set
LD_LIBRARY_PATH_64.  I think.

> # gcc -g -I. example.c .libs/libgmp.a
> ld: warning: file .libs/libgmp.a(init.o): wrong ELF class: ELFCLASS64

libgmp has been built in ABI=64, you need to compile your applications
in the same mode.  See ABI and ISA in the manual.

-- 
All followups to address@hidden please.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]