$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] vacpp does not accept compiler options ?
From: Avi Bahra (avibahra_at_[hidden])
Date: 2010-04-19 12:51:57
I am trying to compile on a 64 bit AIX environment but
want to compile in 32 bit mode. From what I gather this
requires compiling/linking with -q32 compile/link option.
I cant seem to get bjam to do this: I tried the following in site-config.jam
using vacpp : : -q32 ;
This compiles but does not produce the intended effect.
Any help appreciated.
Best regards,
Ta,
Avi