LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   building shared libary in 32 bit mode on 64 bit machine using -m32 option (https://www.linuxquestions.org/questions/linux-newbie-8/building-shared-libary-in-32-bit-mode-on-64-bit-machine-using-m32-option-925443/)

gaurav.rustagi 01-24-2012 07:07 AM

building shared libary in 32 bit mode on 64 bit machine using -m32 option
 
Hi,

I am trying to build one shared library in 32 bit mode on 64 bit machine. I am able to compile source files using -m32 option, but not able to link these objects files to get .so.

Here, i am also using some static libraries which have been compiled on 32 bit machine, so i am assuming there is no need to compile these libraries again ( using -m32 switch ).


It fails during linking.

Thanks,
Gaurav

weibullguy 01-24-2012 07:54 AM

Same answer as your other two posts:

http://www.linuxquestions.org/questi...option-925442/
http://www.linuxquestions.org/questi...ervers-925438/


All times are GMT -5. The time now is 09:40 AM.