Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.Hawaii.Edu!news.uoregon.edu!tezcat!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!rill.news.pipex.net!pipex!blackbush.xlink.net!news-ge.switch.ch!in2p3.fr!univ-lyon1.fr!pasteur.fr!jussieu.fr!not-for-mail From: bouyer@antifer.ibp.fr (Manuel BOUYER) Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: C++ Exceptions Date: 18 Mar 1997 16:44:58 GMT Organization: Universites Paris VI/Paris VII - France Lines: 23 Message-ID: <5gmgqa$8od$2@vishnu.jussieu.fr> References: <ctaylor-1803970800010001@ts2-08.knt.istar.ca> NNTP-Posting-Host: antifer.ipv6.ibp.fr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: Newsview 0.39 (last pre-beta) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.netbsd.misc:5668 Christian Taylor (ctaylor@fox.nstn.ca) wrote: > Hi everyone... > > I have a problem with C++ exceptions under NetBSD. The code I have works > perfectly under Solaris, but it won't link under NetBSD. The errors > reported seem to be about exceptions, so I think I'm missing a library or > something. The error output is as follows: > > [errors messages deleted] > > I don't think there's any problems at all with my NetBSD or gcc/g++ setup, > or my source code or makefile, since this all works find under Solaris. Do > I need a certain library for exceptions to work? What version of c++ are you using ? Is this the one that come with netbsd 1.2 ? I seem to remember something about it in the netbsd-current commits. Perhaps you could try to get the -current libg++ tree and recompile it ? -- Manuel Bouyer, MASI, Universite Paris VI. email: bouyer@masi.ibp.fr --