<div dir="ltr">Hi Timothy,<div><font color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div><font color="#000000" style="background-color:rgb(255,255,255)">   I don&#39;t see what the conflict is.  This:</font></div>
<div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)">OPT=&quot;-g3 -O0 -DDEBUGVM=1&quot;<br>
</font></div><div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)">and this:</font></div>
<div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)">CFLAGS=&quot;$OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0&quot;<br>
</font></div><div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)">expand to</font></div>
<div><font face="arial, helvetica, sans-serif" color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div><span style="background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif" color="#000000">CFLAGS=&quot;</font><span style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif">-g3 -O0 </span><span style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif">-DDEBUGVM=1</span><font face="arial, helvetica, sans-serif" color="#000000"> -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0&quot; <br>
</font></span></div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)">So what&#39;s the problem?</span></div>
<div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)">(and I&#39;ve been using these build files for at least three builds now without issue)</span></div>
<div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></span></div><div class="gmail_extra"><span style="background-color:rgb(255,255,255)"><br>
<br></span><div class="gmail_quote"><span style="background-color:rgb(255,255,255)">On Mon, Jun 23, 2014 at 9:58 AM, gettimothy <span dir="ltr">&lt;<a href="mailto:gettimothy@zoho.com" target="_blank">gettimothy@zoho.com</a>&gt;</span> wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style="background-color:rgb(255,255,255)"> <br><u></u></span><div><div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif">
<div><span style="background-color:rgb(255,255,255)">Hi Eliot.<br></span></div><div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)">I am guessing this could cause problems as it is specifically in the build.debug file...</span></div>
<div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)">conflict in <strong>bold</strong></span></div><div><span style="background-color:rgb(255,255,255)"><br>
</span></div><div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)"><br></span><blockquote style="border:1px solid rgb(204,204,204);padding:7px"><div><span style="background-color:rgb(255,255,255)"> #!/bin/bash<br>
# debug VM with VM profiler and threaded heartbeat<br>INSTALLDIR=debug/coglinuxht<br>OPT=&quot;-g3 -O0 <strong>-DDEBUGVM=1</strong>&quot;<br><br>if [ $# -ge 1 ]; then<br>        INSTALLDIR=&quot;$1&quot;; shift<br>fi<br><br>
echo -n &quot;clean? &quot;<br>read a<br>case $a in<br>n|no|N|NO)      echo &quot;ok but this isn&#39;t safe!!&quot;;;<br>*)                      test -f Makefile &amp;&amp; make reallyclean<br>esac<br>test -f config.h || ../../../platforms/unix/config/configure --without-npsqueak \<br>
        CC=&quot;gcc -m32&quot; \<br>        CXX=&quot;g++ -m32&quot; \<br>        CFLAGS=&quot;<strong>$OPT </strong>-msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 <strong>-DCOGMTVM=0</strong>&quot; \<br>        LIBS=&quot;-lpthread -luuid&quot; \<br>
        LDFLAGS=-Wl,-z,now<br>rm -f vm/sqUnixMain.o # nuke version info<br>rm -rf ../../../products/$INSTALLDIR<br># prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`<br># but older linux readlinks lack the -f flag<br>
make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2&gt;&amp;1 | tee LOG</span></div></blockquote><span style="background-color:rgb(255,255,255)"><br><br></span></div><div><span style="background-color:rgb(255,255,255)">cheers, tty.<br>
</span></div><div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)"><br></span></div></div></div><span style="background-color:rgb(255,255,255)"><br></span></blockquote>
</div><span style="background-color:rgb(255,255,255)"><br><br clear="all"></span><div><span style="background-color:rgb(255,255,255)"><br></span></div><span style="background-color:rgb(255,255,255)">-- <br>best,</span><div>
<span style="background-color:rgb(255,255,255)">Eliot</span></div>
</div></div>