On 10/5/07, Bojan Resnik <resnikb@gmail.com> wrote:
> Perhaps it was working on your machine because you are running a 64bit os?
> Is cross-compiling from win32 to build a 64bit target supported? Tested?
No, I use Windows XP 32bit, and cross-compiling to 64-bit works fine for me.
--
Bojan Resnik
Interesting. Would you mind answering a couple of questions for me, so that I could get to the bottom of this:
1) My user-config.jam initially contained only:
import toolset : using ;
using msvc ;
Does yours have anything more interesting that might be making the difference?
2) I am using VC8SP1 on a current version of XP (32-bit). Any differences in your configuration?
3) I am using the boost build that shipped with 1.34.1 (not M12). You?
4) Would you be willing to build with the -d2 flag and paste a small snippet here so that I see what options are bing fed to the compiler?
Thanks,
Mat