From owner-freebsd-questions Thu Nov 11 18:59: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tigger.nu.org (woggle8.zip.com.au [61.8.19.200]) by hub.freebsd.org (Postfix) with ESMTP id 6A81215148 for ; Thu, 11 Nov 1999 18:58:57 -0800 (PST) (envelope-from vance@nu.org) Received: by tigger.nu.org (Postfix, from userid 1000) id 755A71637; Fri, 12 Nov 1999 13:58:56 +1100 (EST) Date: Fri, 12 Nov 1999 13:58:56 +1100 From: Christopher Vance To: Ertan Kucukoglu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error about standart c libraries (FreeBSD 3.2) Message-ID: <19991112135856.A1191@nu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Nov 08, 1999 at 11:32:07PM +0200, Ertan Kucukoglu wrote: : Hello, : : I am a newbie first of all. Hello. : When I try to configure HylaFAX 4.1beta2 program. I get error. Error is : occured during compiling below piece of C code. : ----- : #include "iostream.h" : : int main() : { : cout << "Hello World!" << endl; : return 0; : } : ----- That is not C, but C++. gcc is not a C++ compiler. Try g++. -- Christopher Vance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message