Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Ashwin Kumar
I am using a 64 bit machine to build OpenLDAP libraries. Building 64-bit libraries works fine. Is there any switch for the configure script to build the 32-bit libraries. Is this documented anywhere? -- Ashwin kumar (http://ashwinkumar.me)

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Christian Manal
On 07.06.2013 10:58, Ashwin Kumar wrote: I am using a 64 bit machine to build OpenLDAP libraries. Building 64-bit libraries works fine. Is there any switch for the configure script to build the 32-bit libraries. Is this documented anywhere? -- Ashwin kumar (http://ashwinkumar.me) Hi,

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Ashwin Kumar
On Fri, Jun 7, 2013 at 3:04 PM, Christian Manal moen...@informatik.uni-bremen.de wrote: -m32 Can I not pass -m32 flag to make while compiling? P.S: Thanks for the quick response :-) -- Ashwin kumar (http://ashwinkumar.me)

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Christian Manal
On 07.06.2013 12:05, Ashwin Kumar wrote: On Fri, Jun 7, 2013 at 3:04 PM, Christian Manal moen...@informatik.uni-bremen.de wrote: -m32 Can I not pass -m32 flag to make while compiling? I'm note sure about that. You could just try to run make CFLAGS=-m64 but that'd override

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Ashwin Kumar
Thanks a lot for the reply. I could get this working as mentioned in your earlier reply. Thanks again :-) -- Ashwin kumar (http://ashwinkumar.me) On Fri, Jun 7, 2013 at 6:38 PM, Christian Manal moen...@informatik.uni-bremen.de wrote: On 07.06.2013 12:05, Ashwin Kumar wrote: On Fri, Jun 7,

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Howard Chu
On 07.06.2013 12:05, Ashwin Kumar wrote: On Fri, Jun 7, 2013 at 3:04 PM, Christian Manal moen...@informatik.uni-bremen.de mailto:moen...@informatik.uni-bremen.de wrote: -m32 Can I not pass -m32 flag to make while compiling? I'm note sure