<br><br><div class="gmail_quote">On Thu, Apr 7, 2011 at 11:06 PM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com" target="_blank">siguctua@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">

<div><br>
On 7 April 2011 23:04, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi.  I get this error while trying to compile:<br>
&gt;<br>
</div><div>&gt; cc1.exe: error: invalid option `no-fused-madd&#39;<br>
<br>
</div>&gt; Any idea?<br>
&gt;<br>
yes. find and kill that option.<br>
But it is strange. I building without problems... except that maybe<br>
someone changed the default compiler flags?<br></blockquote><div><br>I check by building with your latest CMMakeVMaker with our name and still the same problem.<br>To remove such flag, I removed from CPlatformConfig &gt;&gt; configureFloatMathPlugin:<br>

It seems to at least not bark anymore about that.  So..to fix this I guess we should overwrite this method in the windows conf.<br>What I am not sure is the implicance of removing such flag. Google tells me this:<br><br>
`no-fused-madd&#39;<br>
Enable/disable the generation of the fused multiply/add instructions.<br><br>Anyway...after that, I couldn&#39;t compile yet...I now have this error:<br><br>[ 98%] Building C object CMakeFiles/CogVM.dir/C_/mariano/squeak/vm/cogVM/blessed/platforms/win32/vm/sqWin32Utils.c.obj<br>

Linking C executable /C/mariano/squeak/vm/cogVM/blessed/results/CogVM.exe<br>Can&#39;t open .lib file: /C/mariano/squeak/vm/cogVM/blessed/results/libCogVM.dll.a<br>collect2: ld returned 1 exit status<br>make[2]: *** [C:/mariano/squeak/vm/cogVM/blessed/results/CogVM.exe] Error 1<br>

make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2<br>make: *** [all] Error 2<br><br>/results is empty. There is nothing there. I check the permissons of /results but they seem correct:<br><br>JuanjoE@JUANJOE-NB /c/mariano/squeak/vm/cogVM/blessed<br>
$ ls -la<br>total 13<br>drwxr-xr-x   14 JuanjoE  Administ        0 Apr  8 07:54 .<br>drwxr-xr-x    3 JuanjoE  Administ        0 Apr  7 16:39 ..<br>drwxr-xr-x    7 JuanjoE  Administ        0 Apr  7 16:41 .git<br>-rw-r--r--    1 JuanjoE  Administ     6732 Apr  7 16:41 .gitignore<br>
-rw-r--r--    1 JuanjoE  Administ       42 Apr  7 16:41 CHANGES<br>-rw-r--r--    1 JuanjoE  Administ     1132 Apr  7 16:41 LICENSE<br>-rw-r--r--    1 JuanjoE  Administ    13848 Apr  7 16:41 README<br>-rw-r--r--    1 JuanjoE  Administ       18 Apr  7 16:41 VERSION<br>
drwxr-xr-x   39 JuanjoE  Administ        0 Apr  8 07:56 build<br>drwxr-xr-x    2 JuanjoE  Administ        0 Apr  7 16:41 codegen-scripts<br>drwxr-xr-x    2 JuanjoE  Administ        0 Apr  7 16:41 cygwinbuild<br>drwxr-xr-x    4 JuanjoE  Administ        0 Apr  7 17:54 image<br>
drwxr-xr-x   13 JuanjoE  Administ        0 Apr  7 16:41 macbuild<br>drwxr-xr-x    7 JuanjoE  Administ        0 Apr  7 16:41 platforms<br>drwxr-xr-x    4 JuanjoE  Administ        0 Apr  7 16:41 processors<br>drwxr-xr-x    2 JuanjoE  Administ        0 Apr  8 07:56 results<br>
drwxr-xr-x    2 JuanjoE  Administ        0 Apr  7 16:41 scripts<br>drwxr-xr-x    4 JuanjoE  Administ        0 Apr  8 07:38 src<br>drwxr-xr-x    4 JuanjoE  Administ        0 Apr  7 16:41 unixbuild<br><br><br>Any idea?<br><br>
Thanks<br></div></div><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>