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: Mon, 6 Oct 2003 11:59:13 -0600


On 10/03/2003 06:28:07 PM Kevin Ryde wrote:

>"Daryl Smith" <address@hidden> writes:
>>
>>         libgcc_s.so.1 =>         (file not found)
>
>Well, this is still your basic problem, I'd expect it to bite any
>program compiled with gcc, if it needs something from libgcc.
>
>Perhaps this is only for 64-bit mode though.  You can configure gmp
>with ABI=32 if you want to try 32-bit mode.

I did so, but I had the same results.  I can send you the
configure/make/make check output if you'd like.

>
>You might be able to run "nm -u .libs/libgmp.so" to find out what
>libgmp is demanding from libgcc.  I couldn't spot anything in a build
>with gcc 3.2.1 though.

gmp-4.1.2/.libs # nm -u libgmp.so

Undefined symbols from libgmp.so:

    _Jv_RegisterClasses
    _Qp_dtoq
    _Qp_qtoux
    __ctype
    __deregister_frame_info
    __iob
    __register_frame_info
    abort
    ferror
    fgetc
    fprintf
    fputc
    fread
    free
    fscanf
    fwrite
    getc
    localeconv
    malloc
    memcmp
    memcpy
    memset
    printf
    putc
    putchar
    puts
    realloc
    snprintf
    sscanf
    strchr
    strcpy
    strlen
    strtol
    ungetc
    vfprintf
    vsnprintf
    vsprintf

Thanks,
Daryl






reply via email to

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