From owner-freebsd-questions Mon May 8 05:54:46 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA29519 for questions-outgoing; Mon, 8 May 1995 05:54:46 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA29513 for ; Mon, 8 May 1995 05:54:45 -0700 Received: from localhost (localhost [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id FAA00449 ; Mon, 8 May 1995 05:54:41 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost didn't use HELO protocol To: Ian Wynne cc: questions@FreeBSD.org In-reply-to: Your message of "Mon, 08 May 1995 19:41:25 +1000." Date: Mon, 08 May 1995 05:54:36 -0700 Message-ID: <444.799937676@westhill.cdrom.com> From: Gary Palmer Sender: questions-owner@FreeBSD.org Precedence: bulk In message , 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