Boost C++ Libraries: Ticket #408: Configure options (CCFLAGS, LDFLAGS) ignored in build ? https://svn.boost.org/trac10/ticket/408 <pre class="wiki">Hi, on our Red Hat Enterprise Linux 3.0 Opteron Machine the g++ is configured to produce 64-bit binaries. When trying to build 32-bit objects via the "-m32" compiler and linker options, the boost build mechanism simply seems to ignore the option provided. Interestingly one can provide this option to the configure script but in it's output (the user.hpp file) the option only appears as a comment. It seems to get completely ignored in the subsequent build and test stages ! Is this true or am I missing some way to configure things here ? How can I supply special compile/link options to the build/test stages of the boost build process ??? Thanks in advance Frank-Oliver </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/408 Trac 1.4.3 nobody Thu, 02 Jun 2005 17:27:14 GMT <link>https://svn.boost.org/trac10/ticket/408#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/408#comment:1</guid> <description> <pre class="wiki">Logged In: NO Boost's build system is opposed to the usual gnu configure/build/make semantics. Easy modification via setting things like CFLAGS is not going to work. sorry </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>redi</dc:creator> <pubDate>Fri, 03 Jun 2005 14:30:26 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/408#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/408#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=426241 You could try: bjam -sTOOLS=gcc -sGXX="g++ -m32" stage this will use "g++ -m32" as the compiler </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Mon, 18 Sep 2006 15:02:16 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/408#comment:3 https://svn.boost.org/trac10/ticket/408#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket