From: Kevin G. <go...@gm...> - 2007-09-04 15:36:24
|
Hello. I'm trying to compile xml-cppdom (verion 0.7.10) on a fresh Ubuntu installation. When I run scons with no arguments, it tries to compile for both ia32 and x64 architectures. On my system the x64 architecture fails (and prevents the ia32 from attempting to compile). I've tried passing an argument of 'arch=ia32', but it doesn't appear to have any effect. Is there a way to disable cross-compiling? Or could you point me at the packages I need to install to get it to cross-compile successfully? (It's complaining that it won't use my i486 version of libstdc++ to compile the x64 version of xml-cppdom.) Thanks! --Kevin |