Resolve 32-bit compiling errors in 64-bit Linux

Source: Internet
Author: User
Solve the 32-bit compiling error in 64-bit Linux. if your Linux system is installed with 64-bit, you may encounter some problems when compiling the software. The main reason is that you may need to compile 32-bit software (especially for programmers ). Solution: install [plain] libc6 to solve the 64-bit Linux system compilation 32-bit error. if your Linux system is installed with 64-bit Linux, you may encounter some problems when compiling the software. The main reason is that you may need to compile 32-bit software (especially for programmers ). Work und: The [plain] libc6-i386 libc6-dev-i386 lib32gccgcc-multilib gcc-4.6-multilib g ++-multilib g ++-4.6-multilib lib32stdc ++ lib32quadmath0 lib32gomp1 libraries need to be installed. Ubuntu for example: [plain] sudo apt-get install libc6-i386 libc6-dev-i386 lib32gccgcc-multilib gcc-4.6-multilib g ++-multilib g ++-4.6-multilib lib32stdc ++ lib32quadmath0 lib32gomp1
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.