Bug 3378

Summary: Linking pThreads and STL libraries together.
Product: [Retired] Red Hat Linux Reporter: ajcurtis
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-31 18:44:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ajcurtis 1999-06-09 23:28:09 UTC
I have tried to get help from the news groups but was
unsuccessful. I just installed RedHat 6.0 and trying to
create a simple program that uses both the STL and pThreads
libraries and seem to be having problems with the link. I
can create programs that use either library but not both
together.

The compile line is:
$(CC) $(CFLAGS) -D_REENTRANT qtest.c -o qtest -lpthread

Could you give this a try and let me know.

thanks

Comment 1 Jeff Johnson 1999-06-10 17:08:59 UTC
Could you reply to this message with an attached qtest.c? Thanks ...

------- Email Received From  "Allen Curtis" <ajcurtis> 06/10/99 16:08 -------

Comment 2 Jim Kingdon 1999-08-31 18:44:59 UTC
If I link using the enclosed makefile, I get errors (such as
"undefined reference to `cerr'").  However, if I either (a)
change the "cc" command to "c++" or (b) add "-lstdc++" to the
cc command (after "-lpthread"), it links fine.