From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7233 invoked by alias); 17 Mar 2003 16:16:30 -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 4906 invoked by uid 71); 17 Mar 2003 16:16:02 -0000 Date: Mon, 17 Mar 2003 16:16:00 -0000 Message-ID: <20030317161602.4896.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "John David Anglin" Subject: Re: ada/9953: Unsatisfied symbols: U_prep_frame_rec_for_unwind (c Reply-To: "John David Anglin" X-SW-Source: 2003-03/txt/msg01146.txt.bz2 List-Id: The following reply was made to PR ada/9953; it has been noted by GNATS. From: "John David Anglin" To: hainque@ACT-Europe.FR (Olivier Hainque) Cc: dave.anglin@nrc-cnrc.gc.ca, gcc-gnats@gcc.gnu.org, hainque@ACT-Europe.FR, bosch@gnat.com Subject: Re: ada/9953: Unsatisfied symbols: U_prep_frame_rec_for_unwind (c Date: Mon, 17 Mar 2003 11:15:12 -0500 (EST) > dave.anglin@nrc-cnrc.gc.ca wrote: > > cd ada/doctools && gnatmake -q xgnatug > > /usr/ccs/bin/ld: Unsatisfied symbols: > > U_prep_frame_rec_for_unwind (code) > > As indicated on other channels, this is because the GNAT run-time library > references functions from the system unwinding library (for call-chain > computation purposes), and this specific one is not provided on HPUX 10. > > The patch below should fix this. [...] > + > TGT_LIB = /usr/lib/libcl.a -lpthread > THREADSLIB = -lpthread -lc_r > SYMLIB = -laddr2line -lbfd $(INTLLIBS) We still have a problem. The first problem is fixed but libpthread (posix threads) isn't available under 10.20: ../../xgcc -B../../ -DIN_GCC `echo -g -W -Wall -Wwrite-strings -Wstrict-protot ypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long |sed -e 's/-pe dantic//g' -e 's/-Wtraditional//g'` -o ../../gnatmake b_gnatm.o ali.o ali-util .o alloc.o atree.o binderr.o butil.o casing.o csets.o debug.o einfo.o elists.o e rrout.o fmap.o fname.o fname-uf.o fname-sf.o gnatmake.o gnatvsn.o hostparm.o kru nch.o lib.o make.o makeusg.o mlib.o mlib-fil.o mlib-prj.o mlib-tgt.o mlib-utl.o namet.o nlists.o opt.o osint.o osint-m.o output.o prj.o prj-attr.o prj-com.o prj -dect.o prj-env.o prj-ext.o prj-nmsc.o prj-pars.o prj-part.o prj-proc.o prj-strt .o prj-tree.o prj-util.o rident.o scans.o scn.o sdefault.o sfn_scan.o sinfo.o si nfo-cn.o sinput.o sinput-l.o sinput-p.o snames.o stand.o stringt.o style.o style sw.o validsw.o switch.o switch-m.o switch-c.o table.o targparm.o tree_io.o types .o uintp.o uname.o urealp.o usage.o widechar.o \ ../../prefix.o ../../version.o ../rts/libgnat.a ../../../libiberty/libiberty.a /usr/lib/libcl.a -lpthread /usr/ccs/bin/ld: Can't find library for -lpthread Dave -- J. David Anglin dave.anglin@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602)