From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 865 invoked by alias); 17 Mar 2003 17:26: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 837 invoked by uid 71); 17 Mar 2003 17:26:01 -0000 Date: Mon, 17 Mar 2003 17:26:00 -0000 Message-ID: <20030317172601.836.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/msg01151.txt.bz2 List-Id: The following reply was made to PR ada/9953; it has been noted by GNATS. From: Olivier Hainque To: John David Anglin Cc: dave.anglin@nrc-cnrc.gc.ca, gcc-gnats@gcc.gnu.org, bosch@gnat.com, hainque@ACT-Europe.FR, charlet@ACT-Europe.FR Subject: Re: ada/9953: Unsatisfied symbols: U_prep_frame_rec_for_unwind (c Date: Mon, 17 Mar 2003 18:20:13 +0100 Hi John, Sorry for the delay in getting back to you after your previous message: John David Anglin wrote: > > I think you just need to remove the specific line from the DCE section > > and move the new block until after the DCE one. > The build was successful and libgnat doesn't contain any references > from the unwind library. However, I just deleted the 5htraceb.adb > from the DCE section. Is it possible that the new block should follow > the DCE block in 3.3 and the trunk? I think it's OK as you did it. Additionally moving the block after the DCE section would have been useful if this was to work for DCE/HPUX11, but there is no point. > We still have a problem. The first problem is fixed but libpthread > (posix threads) isn't available under 10.20: Oh, strange. We did have it under 10.20, which is why the Makefile includes a setup for a dual build. > ../../xgcc [...] -o ../../gnatmake /usr/lib/libcl.a -lpthread [...] The problem you see may be solvable independently, though, as I believe "-lthreadlib" is not supposed to be there for the "gnatmake" target anyway. I'll dig a bit and suggest an approach shortly. > > TGT_LIB = /usr/lib/libcl.a -lpthread seems suspicious to me.