While I'm busy building GMP on my Pentium M laptop, I thought I'd ask a question about target processors  (it's been building it for about an hour so for, though oddly it isn't taking very much processor power to build).
<br><br>I notice that in the benchmarks, the Pentium M is grouped with the PIII not the P4, even though the Pentium-M is capable of running the SSE2 and all of the same instructions as a P4 (as far as I know).<br><br>Is there any reason not to compile with a P4 target and optimizations if you&#39;re going to run on a Pentium M?&nbsp; Is the Pentium M slower running SSE2 than running PIII code?
<br><br>I&#39;d test it myself, but at this rate it looks like every build takes over an hour.<br><br>I have a few other questions too, but I&#39;ll RTFM (and read the fine code too), first.<br><br>Josh Scholar<br><br>PS. it just finished the build at about 1 1/2 hours.&nbsp; Now to make the test.&nbsp; It&#39;s a mystery why the processor usage stayed low throughout the build, it didn&#39;t seem that disk bount.&nbsp; I&#39;ll bet it could have built in 1/2 the time.
<br><br>Ooh, it just failed &quot;make check&quot; (I&#39;m running MSys). From the error message it looks like it cut off the beginning of a path at a space character.&nbsp; I guess I&#39;ll have rename the directory structure to get rid of spaces.
<br><br>libtool: link: cannot find the library `fog/gmp-4.2.2/libgmp.la&#39; or unhandled argument `fog/gmp-4.2.2/libgmp.la&#39;<br>make[4]: *** [t-bswap.exe] Error 1<br>make[4]: Leaving directory `/c/assembler/agner fog/gmp-
4.2.2/tests&#39;<br>make[3]: *** [check-am] Error 2<br>make[3]: Leaving directory `/c/assembler/agner fog/gmp-4.2.2/tests&#39;<br>make[2]: *** [check-recursive] Error 1<br>make[2]: Leaving directory `/c/assembler/agner fog/gmp-
4.2.2/tests&#39;<br>make[1]: *** [check-recursive] Error 1<br>make[1]: Leaving directory `/c/assembler/agner fog/gmp-4.2.2&#39;<br>make: *** [check] Error 2<br><br>See how the first quoted couple of quoted directories start &#39;fog...&#39; instead of &#39;/c/assembler/agner fog&#39;?
<br><br>