public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: other/8888: Linking shared libraries with -pthread fails to link to libpthread
Date: Tue, 10 Dec 2002 06:36:00 -0000	[thread overview]
Message-ID: <20021210143604.13224.qmail@sources.redhat.com> (raw)

The following reply was made to PR other/8888; it has been noted by GNATS.

From: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,  gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: other/8888: Linking shared libraries with -pthread fails to
	link to libpthread
Date: 10 Dec 2002 15:31:02 +0100

 Hi,
 
 > Synopsis: Linking shared libraries with -pthread fails to link to libpthread
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bangerth
 > State-Changed-When: Tue Dec 10 06:13:52 2002
 > State-Changed-Why:
 >     I fail to see the reasoning behind the report: what is wrong
 >     with passing -lpthread to the linker line? The -pthread
 >     changes some things when compiling (as far as I understand,
 >     for example the initialization of static variables), so
 >     has nothing to do with what libraries are linked. You 
 >     would want to specify this separately. Why is this bad?
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8888
 
 the man page for gcc-3.2 says:
 
        -pthread
            Adds support for multithreading with the pthreads library.
            This option sets flags for both the preprocessor and linker.
 
 So we consider -pthread in GLib the preferred way to indicate, that a
 program or library is multithreaded. We use it both for linking and
 compiling programs and libraries. I got the impression, that also gcc
 consideres using -pthread superior to using -D_REENTRANT and -lpthread.
 
 Also for non-shared binaries gcc does the right thing now, but not for
 shared objects, why is that?
 
 Bye,
 Sebastian
 
 P.S.: I have no write access to GNATS, so I could only write this
 e-mail, or is there some way to attach that message to the bug report?
 -- 
 Sebastian Wilhelmi
 mailto:wilhelmi@ira.uka.de
 http://goethe.ira.uka.de/~wilhelmi
 
 


             reply	other threads:[~2002-12-10 14:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-10  6:36 Sebastian Wilhelmi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-03-10 20:39 bangerth
2003-03-09 17:36 Hans-Peter Nilsson
2002-12-10 11:46 Wolfgang Bangerth
2002-12-10 11:46 Joseph S. Myers
2002-12-10 11:40 bangerth
2002-12-10 11:36 Wolfgang Bangerth
2002-12-10 11:06 Joseph S. Myers
2002-12-10  6:48 bangerth
2002-12-10  6:46 Wolfgang Bangerth
2002-12-10  6:13 bangerth
2002-12-10  4:16 wilhelmi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021210143604.13224.qmail@sources.redhat.com \
    --to=wilhelmi@ira.uka.de \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).