This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: GCC 4.9.2 Build Fails at cc1


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.


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