collect2: error: ld returned 1 exit status

75

-lpthread is an option to specify linking against the posix thread library. If your compilation works without specifying that library, it is probably included by default already, so you don't "miss" anything.

According to this, your original makefile is probably incorrect, that is why you get the error message.

Share:
75

Related videos on Youtube

Arun Joshi
Author by

Arun Joshi

Updated on September 18, 2022

Comments

  • Arun Joshi
    Arun Joshi over 1 year

    How to configure Proxy service (pass through proxy or WSDL Based Proxy) through Eclipse based ESB Developer tool.

    Issues Iam facing 1) Actual endpoint operations are converted into mediate opertations

    2) Header part is missing from from the soap-enevlope of proxy service which is actually present in the endpoint service.