From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8105 invoked by alias); 9 Mar 2003 17:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 8090 invoked by uid 71); 9 Mar 2003 17:36:01 -0000 Date: Sun, 09 Mar 2003 17:36:00 -0000 Message-ID: <20030309173601.8089.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Hans-Peter Nilsson Subject: Re: other/8888: Linking shared libraries with -pthread fails to link to libpthread Reply-To: Hans-Peter Nilsson X-SW-Source: 2003-03/txt/msg00433.txt.bz2 List-Id: The following reply was made to PR other/8888; it has been noted by GNATS. From: Hans-Peter Nilsson To: bangerth@dealii.org, , , , , Cc: Subject: Re: other/8888: Linking shared libraries with -pthread fails to link to libpthread Date: Sun, 9 Mar 2003 12:34:29 -0500 (EST) On 10 Dec 2002 bangerth@dealii.org wrote: > Synopsis: Linking shared libraries with -pthread fails to link to libpthread > State-Changed-Why: > Problem unsolved as of now. Will hopefully be fixed sometimes. I think this is solved for main trunk: 2002-12-10 Jakub Jelinek * config/linux.h (LIB_SPEC): If -pthread, add -lpthread even if -shared. brgds, H-P