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.