Subject: Re: C++ exceptions
To: Christian Taylor <ctaylor@fox.nstn.ca>
From: Colin Wood <ender@is.rice.edu>
List: port-mac68k
Date: 03/16/1997 14:27:04
> Ok, I've been trying to compile some C++ programs I made on a Solaris box.
> Everything seems to work fine, except with it comes to exceptions. The
> code compiles with no problems, but when it's linked, all kinds of errors
> occur that have to do with exceptions. I am using all the proper flags,
> and it works just find under Solaris. Am I missing some libraries or
> something? Has anyone else had any problems with exceptions?
If you're using the iostreams libraries, you need to do a -ltermcap in
you link stage, since g++ isn't configured to do this automatically for
some reason.
Later.
--
Colin Wood ender@is.rice.edu
Consultant Rice University
Information Technology Services Houston, TX