Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 1998 16:43:59 -0600
From:      "Alain G. Fabry" <fabry@panam.edu>
To:        "VEGA" <vega@d132-h017.rh.rit.edu>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: iostream.h header file not found
Message-ID:  <00c201be1344$f44e5230$5531d5c6@earth.coserve.org>

next in thread | raw e-mail | index | archive | help
Thanks,
That helped.

But now i have a different/similar problem
I compiled my stupid program and it returned
/usr/include/g++/iostream.h:31: streambuf.h : No such file or directory

All the files in the /usr/include/g++ have #include <whatever.h>
they all refer to each other.
Do I have to change all of these to their respective directory.
I hope there is some other solution.
Thanks,

Alain




-----Original Message-----
From: VEGA <vega@d132-h017.rh.rit.edu>
To: Alain G. Fabry <fabry@panam.edu>
Cc: freebsd-questions@FreeBSD.ORG <freebsd-questions@FreeBSD.ORG>
Date: Wednesday, November 18, 1998 4:22 PM
Subject: Re: iostream.h header file not found


>instead of doing:
>
>#include <iostream.h>
>
>try doing:
>
>#include "/usr/include/g++/iostream.h"
>
>
>__________________________________________
>
>35% of accidents are caused by pixilated,;
>the other 65% are non-alcohol related.
>
> -- Mike Burkett
>
>On Wed, 18 Nov 1998, Alain G. Fabry wrote:
>
>> I'm just learning C, C++ and am trying to compile this stupid little
program
>> but its giving me an error.
>> I trying to include the iostream.h file, but it replies with : iostream.h
no
>> such file or directory.
>> I looked for this file and it was located in /usr/include/g++/
>> Can I use this file in a C program?
>> How do I make it recognize this file?
>>
>> Just trying to include cout into the program.....
>>
>> Thanks,
>>
>> Alain
>>
>>
>> To Unsubscribe: send mail to majordomo@FreeBSD.org
>> with "unsubscribe freebsd-questions" in the body of the message
>>
>


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?00c201be1344$f44e5230$5531d5c6>