GCC 4.9.2 Build Fails at cc1
Cyd Haselton
chaselton@gmail.com
Thu Dec 4 17:10:00 GMT 2014
On Thu, Dec 4, 2014 at 10:51 AM, Andrew Haley <aph@redhat.com> wrote:
> On 12/04/2014 03:41 PM, Cyd Haselton wrote:
>>> Right, so that's your problem. You need to look at that library to
>>> > see if there are any versions of mpn_tdiv_qr, perhaps with different
>>> > prefixes to the names.
>>> >
>>> > Andrew.
>>> >
>> Two follow up questions:
>> 1. If there are differently-prefixed versions in the library, what
>> would I do to allow the make to find them and resolve the original
>> problem?
>> 2. Shouldn't the build of libgmp.a include these symbols?
>
> Let's see what's going on first. Is there anything in that library
> which matches mpn_tdiv_qr ?
>
> Andrew.
>
...and is not prefixed with "U"? Unfortunately no. Grepping for any
permutation of mpn_tdiv_qr outputs the same results as previously
posted.
More information about the Gcc-help
mailing list