In fedora12, the default kdevelop built-in example compilation stops at the connection XX (libtool ).

Source: Internet
Author: User

Source codeIs built-in, as follows:

# Ifdef have_config_h # include <config. h> # endif # include <stdio. h> # include <stdlib. h> int main (INT argc, char * argv []) {printf ("Hello, world! \ N "); Return exit_success ;}

However, during compilation, it will not go down until "connecting to XXX (libtool. After searching online, the answer is as follows:

Is it because the build has crashed?

This is a bug in kdevelop of this version and cannot generate libtool normally.
Download the attachment and decompress it to obtain the libtool. When you build to libtool, stop the build. Copy the normal libtool to the DEBUG directory under the project directory and replace the file with the same name. In the future, kdevelop will be able to compile this project normally. Every project using libtool must do this once ......

Attachment:


Libtool.zip size: 50.80 KB;

After doing it again, you can compile it successfully!

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.