Configure error C compiler cannot create executables fault resolution

Source: Internet
Author: User

When we compile the software, do we often encounter the following error message?

?

Checking build system Type ... I686-pc-linux-gnu
Checking host system Type ... I686-pc-linux-gnu
Checking for gcc ... gcc
Checking for C compiler default output file name ...
Configure:error:c compiler cannot create executables
See ' Config.log ' for more details.

??

Many people suggest reloading GCC, but it does not help.

??

The reason for this error is simple: Since we did the export operation before compiling the software, we changed the values of cflags and libs.

??

At this point, just say this value to empty it.

??

Export libs=
Export dyld_library_path=
Export ld_library_path=

Configure error C compiler cannot create executables fault resolution

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.