<div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello Stephen<br><div class="Ih2E3d"><br>On Fri, Dec 07, 2007 at 01:29:09PM -0800, Stephen Hansen wrote:
<br>&gt; The problem is I can&#39;t seem to do it :) Setting the CFLAGS and CXXFLAGS<br>&gt; environment variables doesn&#39;t appear to do anything; the flags aren&#39;t<br>&gt; getting added onto the compiler&#39;s command lines.
<br><br></div>The easy way is doing:<br><br>&nbsp;$ CC=&quot;$my_cc $my_cflags&quot; CXX=&quot;$my_CC $my_cxxflags&quot; ./configure $my_opts<br></blockquote><div><br class="webkit-block-placeholder"></div><div>Wonderful! That works. I didn&#39;t think of hiding them in CC :)&nbsp;
</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Personally I have the ambition of looking into CFLAGS some day I have<br>time and seeing if I can&#39;t produce a patch that makes the build system
<br>honour it.<br></blockquote></div><div><br class="webkit-block-placeholder"></div><div>I tried doing that myself. And failed horribly at groking omni&#39;s build system.&nbsp;</div><div><br></div><div>I was heartbroken with the possibility that I might have to maintain separate Mac OS X 
10.5 and 10.4 installers for our mac customers to install omniORB(py), for awhile there. You saved me! :) Thanks.</div><div><br class="webkit-block-placeholder"></div><div>--Stephen</div>