From owner-freebsd-hackers Thu Apr 24 22:32:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA25437 for hackers-outgoing; Thu, 24 Apr 1997 22:32:54 -0700 (PDT) Received: from siesta.cs.wustl.edu (nw1@siesta.cs.wustl.edu [128.252.165.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id WAA25432 for ; Thu, 24 Apr 1997 22:32:52 -0700 (PDT) Received: from localhost by siesta.cs.wustl.edu (SMI-8.6/ECL-J1.00) id AAA14078; Fri, 25 Apr 1997 00:32:36 -0500 Message-Id: <199704250532.AAA14078@siesta.cs.wustl.edu> To: John Polstra cc: hackers@freebsd.org Subject: Re: Any compiler guru? (Was: 2 questions about C++ support in 2.2) In-reply-to: Your message of "Thu, 24 Apr 1997 22:26:06 PDT." <199704250526.WAA00902@austin.polstra.com> Date: Fri, 25 Apr 1997 00:32:33 -0500 From: Nanbor Wang Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > In article <199704231911.OAA17121@siesta.cs.wustl.edu>, > Nanbor Wang wrote: > > > I have been working on porting ACE to FreeBSD platform on and off for > > quite some time. > > [...] > > /var/tmp/cc022478.s:16783: Warning: GOT relocation burb: `__vt$15ACE_Local_Mutex > > ' should be global > > This has shown up in some other things as well. I have fixed this sort > of problem in g++ before, and it is on my list to fix this one. > > It would really help to have a small, self-contained test case. > Could you please try to pare down one of the failing source files to > the bare minimum, and send it to me? Sure, I'll try to make one up. But I won't be able to do this until next week. As semester is coming to an end, lots of projects need to be graded. ;( Thanks, nw