मैंने कल कल Ubuntu 14.04 (भरोसेमंद तहर) स्थापित किया। सब कुछ ठीक लगता है। लेकिन जब मैंने कुछ C कोड संकलित करने की कोशिश की, तो मुझे निम्नलिखित त्रुटि आई। ओएस 32-बिट आर्किटेक्चर समर्थन की कमी के कारण त्रुटि प्रतीत होती है। त्रुटि आउटपुट निम्नानुसार है:
/usr/bin/ld: i386 architecture of input file `./libsc.a(ftl_msg.o)' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `./libsc.a(libsc_debug.o)' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `./libsc.a(libsc_str.o)' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `./libsc.a(libsc_cfg_common.o)' is incompatible with i386:x86-64 output
मैं करने के लिए इस्तेमाल apt-get install ia32-libs
जब मैं Ubuntu 12.04 (सटीक छिपकली) का उपयोग किया गया था। लेकिन मुझे पता है कि उबंटू ने १३.१० (सॉसी समन्दर) से ia32-lib को हटा दिया है। मैं इस समस्या को कैसे ठीक करुं?
gcc -m32 helloworld.c
:। सौभाग्य।