bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-dejagnu] What has happened to dejagnu? Bug with SCO OpenServer


From: Martin Muenstermann
Subject: Re: [Bug-dejagnu] What has happened to dejagnu? Bug with SCO OpenServer and UnixWare.
Date: Tue, 10 Jul 2001 09:37:05 +0200

Boyd Lynn Gerber wrote:
> ./configure, CC=cc CXX=CC ./configure, CC=cc CXX ./configure 
> --host=i386-pc-sco5
> or CC=cc CXX=CC ./configure --host=i386-pc-sco3.2v5.0.X where X is 0,2,4,5,6
> 
> all give the following...
> 
> iostream: No such file or directory
> cpp: line 3, Fatal error: Cannot open include file "iostream"
> #include <iostream>

Some time ago the C++ header files lost their .h extension. If your
compiler does not know about that, you should try to 
#include <iostream.h>

HTH,
Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]