Date: 23 Apr 1997 23:29:19 +0200 From: fenyo@email.enst.fr (Alex Fenyo (eowyn)) To: Nanbor Wang <nw1@cs.wustl.edu> Cc: hackers@freebsd.org Subject: Re: Any compiler guru? (Was: 2 questions about C++ support in 2.2) Message-ID: <d064tcx77io.fsf@nikopol.enst.fr> In-Reply-To: Nanbor Wang's message of Wed, 23 Apr 1997 14:11:43 -0500 References: <199704231911.OAA17121@siesta.cs.wustl.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Nanbor Wang <nw1@cs.wustl.edu> writes: > However, I got caught by a possibly buggy behavior of g++ on FreeBSD. ^^^ [...] > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d064tcx77io.fsf>