From owner-freebsd-hackers Wed Apr 23 14:44:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA25213 for hackers-outgoing; Wed, 23 Apr 1997 14:44:51 -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 OAA25208 for ; Wed, 23 Apr 1997 14:44:48 -0700 (PDT) Received: from localhost by siesta.cs.wustl.edu (SMI-8.6/ECL-J1.00) id QAA22283; Wed, 23 Apr 1997 16:44:35 -0500 Message-Id: <199704232144.QAA22283@siesta.cs.wustl.edu> To: fenyo@email.enst.fr (Alex Fenyo (eowyn)) Cc: freebsd-hackers@freebsd.org Subject: Re: Any compiler guru? (Was: 2 questions about C++ support in 2.2) In-reply-to: Your message of "23 Apr 1997 23:29:19 +0200." Date: Wed, 23 Apr 1997 16:44:34 -0500 From: Nanbor Wang Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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