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: Daryl Smith
Subject: Re: Test(s) fail, Install aborted
Date: Thu, 2 Oct 2003 12:49:12 -0600


On 09/27/2003 05:00:50 PM Kevin Ryde wrote:

>"Daryl Smith" <address@hidden> writes:
>>
>> I'd imagine it would've needed this library in the "make"
>> process...(which went smoothly for 4.1.2).  I suppose the question
is
>> why can't "make check" find it?
>
>The default lazy binding will generally mean an error occurs only
when
>a particular routine from that libgcc is called.
>
>You can set LD_BIND_NOW=1 to force all bindings to happen
immediately,
>which might reveal what's missing.  We could have "configure"
exercise
>one of those to see we're going to get the libgcc we require.

I set the LD_BIND_NOW=1 into my environment, and then did ./configure,
make, and make check, but I saw no different output (while getting the
same error).

>You can also run "ldd" on an executable to see which libgcc, if any,
>is being hit.  (With libtool they hide under tests/.libs/lt-t-bswap
>etc.)

# ldd lt-t-bswap
        libgmp.so.3 =>   /inc/ssh/gmp-4.1.2/.libs/libgmp.so.3
        libc.so.1 =>     /usr/lib/64/libc.so.1
        libgcc_s.so.1 =>         (file not found)
        libdl.so.1 =>    /usr/lib/64/libdl.so.1
        /usr/platform/SUNW,Ultra-5_10/lib/sparcv9/libc_psr.so.1


Daryl






reply via email to

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