From owner-freebsd-questions Thu Nov 11 16:16: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id 335A114FAA for ; Thu, 11 Nov 1999 16:15:59 -0800 (PST) (envelope-from ert@hotpop.com) Received: from [212.252.76.72] (unknown [212.252.76.72]) by zagnut.hotpop.com (Postfix) with ESMTP id 804D8639C4 for ; Mon, 08 Nov 1999 16:29:10 -0500 (EST) Date: Mon, 8 Nov 1999 23:32:07 +0200 (EET) From: Ertan Kucukoglu X-Sender: ert@linux.darkstar.com To: freebsd-questions@freebsd.org Subject: Error about standart c libraries (FreeBSD 3.2) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am a newbie first of all. 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; } ----- I tried manually and see that gcc can not find iostream.h file. I searched a little and find two or more iostream.h files on my disk. Tried to compile with -I but no luck. HylaFAX says that I do not have standart c libraries. But, I think that FreeBSD comes with standart libraries. Now, my question is that: What can I do to configure and compile HylaFAX 4.1beta2 under FreeBSD? (Or how can I compile above program?) I also did following: I have complete FreeBSD 3.2. I previously installed gcc 2.8.x from ports. HylaFAX configure program finds and uses 2.8.x gcc. I renamed 2.8.x version executable in order to use gcc version 2.7.x. That also did not work. Regards, -- Ertan Kucukoglu ert@hotpop.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message