$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: david v (danova_fr_at_[hidden])
Date: 2006-08-18 11:01:43
Hello,
I would like to compile boost on 64 opteron arch but create the libraries in
32 bits mode (using -m32 cxxflags). The reason for that is that i have quite
a lot libraries compiled in 32 that i can't port for the moment to 64.
I'm not sure how to do that. I read about modifying user.hpp usung the
configure script and that is what i did but it still doesn't seem to compile
with the -m32 compiler flag.
Can anyone help me ?