Subject: Re: Proper way to do C++ development under -current
To: Rick Byers <RickB@BigScaryChildren.net>
From: Urban Boquist <urban@boquist.net>
List: current-users
Date: 10/31/2000 10:52:25
>>>>> Rick Byers writes:

Rick> What is the proper way to do real C++ development in NetBSD?

On i386 I use pkgsrc/lang/gcc (2.95.2) together with the flag
-fsjlj-exceptions and it has been working relatively well. At least
_much_ better than the stock NetBSD gcc which I agree is almost
unusable when it comes to C++...

Cheers,

        -- Urban