<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>> The problem is I can't seem to do it :) Setting the CFLAGS and CXXFLAGS<br>> environment variables doesn't appear to do anything; the flags aren't<br>> getting added onto the compiler's command lines.
<br><br></div>The easy way is doing:<br><br> $ CC="$my_cc $my_cflags" CXX="$my_CC $my_cxxflags" ./configure $my_opts<br></blockquote><div><br class="webkit-block-placeholder"></div><div>Wonderful! That works. I didn't think of hiding them in CC :)
</div><div> </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'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's build system. </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>