Date: Fri, 12 Nov 1999 13:58:56 +1100 From: Christopher Vance <vance@nu.org> To: Ertan Kucukoglu <ert@hotpop.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error about standart c libraries (FreeBSD 3.2) Message-ID: <19991112135856.A1191@nu.org> In-Reply-To: <Pine.LNX.4.10.9911082318440.1067-100000@linux.darkstar.com> References: <Pine.LNX.4.10.9911082318440.1067-100000@linux.darkstar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991112135856.A1191>