This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: String.h problem
- To: bruno dot quesnel at mindready dot com, jbuck at possibly dot synopsys dot com
- Subject: Re: String.h problem
- From: Phil Edwards <pedwards at jaj dot com>
- Date: Wed, 17 May 2000 14:11:54 -0400
- Cc: gcc at gcc dot gnu dot org, pandersson at cosmote dot gr
> > Since you can compile but not link, you must have libg++ on your system.
> > It will not be linked to unless you say -lg++ on your linker command line.
>
> Is there a way to get a hold of this lib or it is better off trying to convert
> ????
Convert your code. For what it's worth, this is a libstdc++ FAQ:
<URL:http://sourceware.cygnus.com/libstdc++/faq/index.html#1_7>
There is a link to the last known location of libg++ there (IIRC).
Phil