Once the directory naming problem was resolved, it became clear that my builds were failing the check (they'd try about 9 tests, fail all of them, then stop).<br><br>I had been making a fat build, so I tried the default, that also failed.
<br><br>Then I tried a static library, fat build. That succeeded.<br><br>...<br><br>One unrelated question. It's my understanding that GCC programs set the precision mode to 80 bits (though they store doubles to memory as 64 bits), while Visual C sets the rounding mode to 64 bits.
<br><br>So, if I call a GCC compiled library from a Visual C compiled main program, the precision mode will be 64 bits, not the 80 bits it's expecting. Will that break anything in GMP?<br><br>Joshua Scholar<br>