Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 May 1995 05:54:36 -0700
From:      Gary Palmer <gpalmer@westhill.cdrom.com>
To:        Ian Wynne <ianw@ee.su.oz.au>
Cc:        questions@FreeBSD.org
Message-ID:  <444.799937676@westhill.cdrom.com>
In-Reply-To: Your message of "Mon, 08 May 1995 19:41:25 %2B1000." <m0s8PJd-000JnzC@cassius.ee.su.OZ.AU> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <m0s8PJd-000JnzC@cassius.ee.su.OZ.AU>, Ian Wynne writes:
>If I type cc hello.cc -o hell, I get the following error message :

You have to use either g++ hello.cc (or c++ hello.cc) or use
cc hello.cc -lg++ to get the C++ function library included.

Gary




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444.799937676>