<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div>Hi Eliot.<br></div><div><br></div><div>I am guessing this could cause problems as it is specifically in the build.debug file...</div><div><br></div><div>conflict in <strong>bold</strong></div><div><br></div><div><br></div><div><br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div>&nbsp;#!/bin/bash<br># debug VM with VM profiler and threaded heartbeat<br>INSTALLDIR=debug/coglinuxht<br>OPT="-g3 -O0 <strong>-DDEBUGVM=1</strong>"<br><br>if [ $# -ge 1 ]; then<br>        INSTALLDIR="$1"; shift<br>fi<br><br>echo -n "clean? "<br>read a<br>case $a in<br>n|no|N|NO)      echo "ok but this isn't safe!!";;<br>*)                      test -f Makefile &amp;&amp; make reallyclean<br>esac<br>test -f config.h || ../../../platforms/unix/config/configure --without-npsqueak \<br>        CC="gcc -m32" \<br>        CXX="g++ -m32" \<br>        CFLAGS="<strong>$OPT </strong>-msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 <strong>-DCOGMTVM=0</strong>" \<br>        LIBS="-lpthread -luuid" \<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</div></blockquote><br><br></div><div>cheers, tty.<br></div><div><br></div><div><br></div></div></body></html>