From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27018 invoked by alias); 18 Mar 2003 13:36:00 -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 26983 invoked by uid 71); 18 Mar 2003 13:36:00 -0000 Date: Tue, 18 Mar 2003 13:36:00 -0000 Message-ID: <20030318133600.26981.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Olivier Hainque Subject: Re: ada/9953: Unsatisfied symbols: U_prep_frame_rec_for_unwind (c Reply-To: Olivier Hainque X-SW-Source: 2003-03/txt/msg01211.txt.bz2 List-Id: The following reply was made to PR ada/9953; it has been noted by GNATS. From: Olivier Hainque To: Arnaud Charlet Cc: dave.anglin@nrc-cnrc.gc.ca, gcc-gnats@gcc.gnu.org, bosch@gnat.com, hainque@ACT-Europe.FR Subject: Re: ada/9953: Unsatisfied symbols: U_prep_frame_rec_for_unwind (c Date: Tue, 18 Mar 2003 14:32:32 +0100 Arnaud Charlet wrote: > What we did was to build two GNAT run time (one for DCE, one for pthread), > with the idea that: under 10.20, only the DCE run time can be used; > under 11.00, both could be used. > > We now no longer build dce under 11.00, as this library caused too many > problems (both in terms of posix compliance and reliability). Thanks for the clarification, Arno. For the remaining issue at hand: > TGT_LIB = /usr/lib/libcl.a -lpthread > ../../xgcc [...] -o ../../gnatmake [...] /usr/lib/libcl.a -lpthread > /usr/ccs/bin/ld: Can't find library for -lpthread it seems to me that -lpthread should not be part of TGT_LIB, which is only used for the tools. AFAICS, removing it would fix the problem on HPUX 10.20, and I checked that builds are still OK on HPUX 11.00. How does it look to you ?