How do I build a 32-bit ActiveMQ-CPP for Linux for AMD (x86) platform? I've tried various combinations to get it built, but I keep running into roadblocks.
The most obvious thing for me to try was: ./configure CXXFLAGS=-m32 That seemed to compile it for 32-bit, but when it came to liniking, the libtools had been build to use the lib64 libraries and so I was getting incompatible ELF messages. I looked into modifications for ./autgen.sh, but I couldn't figure out what options to give it to tell it to build a 32-bit binary. Any help would be appreciated. Scott -- View this message in context: http://www.nabble.com/Building-32-bit-tp16520277s2354p16520277.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.