From: Kevin G. <go...@gm...> - 2007-09-04 15:38:58
|
And of course, as soon as I send the email, I find the solution. After installing the g++-multilib package, it cross-compiles fine. --Kevin On 9/4/07, Kevin Godby <go...@gm...> wrote: > 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 > |