<div dir="ltr">Hi Osl,<div><br></div><div>   follow the instructions in <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/build.win32x86/HowToBuild">http://www.squeakvm.org/svn/squeak/branches/Cog/build.win32x86/HowToBuild</a> but change the Makefiles (e.g. build.win32x86/squeak.cog.v3/Makefile) to not provide the &quot;-msse2&quot; flag.  e.g. the lione</div><div><br></div><div><div>CFLAGS:= $(INCLUDEPATH) -msse2 -ggdb2 -mwindows -mthreads -mno-cygwin -mwin32 \</div><div>    -mno-rtd -mms-bitfields -mno-accumulate-outgoing-args $(OFLAGS) $(NOBUILTIN)</div></div><div><br></div><div>needs to read</div><div><br></div><div><div>CFLAGS:= $(INCLUDEPATH) -ggdb2 -mwindows -mthreads -mno-cygwin -mwin32 \</div><div>    -mno-rtd -mms-bitfields -mno-accumulate-outgoing-args $(OFLAGS) $(NOBUILTIN)</div></div><div><br></div><div>But an Athlon is 15 years old now and very sloooooow.  You could pick up a modern machine very cheaply. Can you not upgrade your hardware? </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 10, 2014 at 3:25 PM, oslsachem <span dir="ltr">&lt;<a href="mailto:oslsachem@gmail.com" target="_blank">oslsachem@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>This confirms what was already reported at:<br>
<br>
<a href="http://forum.world.st/Why-won-t-my-Pharo-download-run-td4719810.html" target="_blank">http://forum.world.st/Why-won-t-my-Pharo-download-run-td4719810.html</a><br>
<br>
Apparently, the problem would be just dependent on the underlying<br>
hardware and not the operating system and, as suggested there, could<br>
be related to unsupported CPU instructions.<br>
<br>
This has been more recently suggested here too:<br>
<br>
<a href="http://forum.world.st/Re-squeak-dev-Cog-VM-on-older-architecture-td4784506.html" target="_blank">http://forum.world.st/Re-squeak-dev-Cog-VM-on-older-architecture-td4784506.html</a><br>
<br>
I am trying to learn Smalltalk and the book &quot;Deep into Pharo&quot;<br>
apparently requires a minimum Pharo version of at least 2.0.<br>
<br>
Could someone provide a binary download of the current version of<br>
Pharo VM for Windows without SSE2 support?<br>
<br>
If that&#39;s not possible, what would be the simplest way to build the VM<br>
in Windows without SSE2 support?<br>
<br>
<br>
Operating systems tested on the problematic machine:<br>
<br>
Windows XP Home Edition Service Pack 3<br>
<br>
Knoppix 7.0 Linux Kernel 3.4.9 (LiveCD)<br>
<br>
<br>
Last versions that worked:<br>
<br>
Pharo-1.2.1-OneClick.zip<br>
Squeak-4.4-All-in-One.zip<br>
<br>
<br>
Next versions no longer work:<br>
<br>
Pharo-1.3-OneClick.zip<br>
Squeak-4.5-All-in-One.zip<br>
<br>
<br>
<br>
Result in Windows XP:<br>
<br>
Brings up the Error Report dialog box (with the &#39;Send Error Report&#39; button)<br>
I have attached a Dr. Watson report of the error both for Pharo and Squeak.<br>
<br>
<br>
Result in Knoppix:<br>
<br>
Running script &#39;Pharo.sh&#39; or &#39;Squeak.sh&#39; from a terminal just returns<br>
&#39;Illegal Instruction&#39;<br>
<br>
<br>
<br>
Greetings,<br>
    Osl<br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">best,<div>Eliot</div></div>
</div>