bug-gplusplus
[Top][All Lists]
Advanced

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

HELP


From: NIIT Jamnagar Center
Subject: HELP
Date: Wed, 31 Oct 2001 11:16:38 +0530

Dear Sir,

We are finding the following error when we compile program with GNU C++ in UNIX System V environment. Following is the program

#include <iostream.h>

main()

{

cout<<"Hello"<<endl;

}

On compiling the above, we get following errors

$ c++ -o ex1 ex1.cc

/usr/local/lib/g++-include/streambuf.h: In method `class ostream * ios::tie() const':

In file included from /usr/local/lib/g++-include/iostream.h:31,

from ex1.cc:1:

/usr/local/lib/g++-include/streambuf.h:167: Internal compiler error.

/usr/local/lib/g++-include/streambuf.h:167: Please submit a full bug report to `address@hidden'.

SCO OpenServer Development System is already launched. Environmental Variables & paths are set as under :

INCLUDE=/usr/local/lib/g++-include

LIB=/usr/local/lib

PATH=$PATH:/usr/local/bin

 

* Compilation error with dblibrary, we have not used any input or output command in db.cc, just a connection with server is made.

db.cc: In function `int main()':

db.cc:11: Internal compiler error.

db.cc:11: Please submit a full bug report to `address@hidden'.

Can u suggest any solutions for this?

Hitendra Badrakiya

 


reply via email to

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