Hi, I am trying to compile svn head on an amd64 machine, but building 32bit libraries. All I need to do is pass -m32 to gcc when it compiles and links, but I am having terrible trouble getting ant to do that (I am a novice at ant ...) I have tried just about everything I can think of, the main way being to add the lines <compilerarg value="-m32"/> <linkerarg value="-m32"/> everywhere below the dpic arguments. This doesn't work however, as ar gets called with funny options. How can I do this? Is there a way to build without ant? Argh!
Cheers, Andrew