Hi Andrew, [EMAIL PROTECTED] wrote:
I am trying to compile svn head on an amd64 machine, but building 32bit libraries. All I
[...]
funny options. How can I do this? Is there a way to build without ant? Argh!
on UNIX, you can also use the autotools based build system with the usual ./configure; make; make install approach. Regarding your issue, you probably have to do something like ./configure CXXFLAGS="-m32" LDFLAGS="-m32" Regards, Andreas