Pthread.h undefined reference to ' pthread_create '

Source: Internet
Author: User

to add-lpthread or-pthread parameters in the compilation (different versions of GCC may not be the same, man GCC can refer to the corresponding parameters).

For example, to execute the PTHREAD.C file after adding the header file # include <pthread.h>, you need to use the following command:

Gcc-lpthread-o Thread THREAD.C

Or

Gcc-pthread-o Thread THREAD.C

This situation is similar to the use of <math.h>, which needs to be added to the-m parameter at compile time.

Pthread.h undefined reference to ' pthread_create '

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.