logo       

Re: Cross compiling on 64 bit machine: msg#00028

apache.logging.log4cxx.user

Subject: Re: Cross compiling on 64 bit machine

Hi Andrew,

kingos@xxxxxxxxxxxxxxx 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




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise