From owner-freebsd-hackers Wed Apr 23 16:12:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA29411 for hackers-outgoing; Wed, 23 Apr 1997 16:12:34 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA29406 for ; Wed, 23 Apr 1997 16:12:32 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id QAA00481 for ; Wed, 23 Apr 1997 16:12:31 -0700 (PDT) Message-Id: <199704232312.QAA00481@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: freebsd-hackers@FreeBSD.ORG Subject: Re: Any compiler guru? (Was: 2 questions about C++ support in 2.2) In-reply-to: Your message of "Wed, 23 Apr 1997 16:44:34 CDT." <199704232144.QAA22283@siesta.cs.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Apr 1997 16:12:31 -0700 From: Amancio Hasty Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I made quite a bit of headway into porting ACE if anyone is interested just drop me a note. Cheers, Amancio >From The Desk Of Nanbor Wang : > Hi Alex, > > Sorry. I was copying this from an old log file. I have suspended > porting the threaded version of ACE temporarily. The problem was > still there after I removed all thread related part. So, please > ignore the _POSIX_THREADS directives. > > Thanks, > > nw > > > > gcc -w -I. -fno-strict-prototypes -D__ACE_INLINE__ -D_POSIX_THREADS ... > > ^^^^^^^^^^^^^^ > > You must be VERY careful using g++ and threads together : the way g++ > > manages exceptions in incompatible with threads, it makes use of > > hidden global variables ! > > > > Sincerly, > > Alexandre Fenyo > >