bug-gplusplus
[Top][All Lists]
Advanced

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

HELP


From: Amit Dimri
Subject: HELP
Date: Thu, 1 Nov 2001 18:34:19 +0530

Dear All

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' <mailto: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' <mailto:address@hidden'>.

Can u suggest any solutions for this?

Amit dimri

___________________NOTICE____________________________
This electronic mail transmission contains confidential information intended only for the person(s) named.  Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you received this transmission in error, please notify the sender by reply e-mail and then destroy the message.  Opinions, conclusions, and other information in this message that do not relate to the official business of NIIT shall be understood to be neither given nor endorsed by NIIT When addressed to NIIT clients, any information contained in this e-mail is subject to the terms and conditions in the governing client contract.


reply via email to

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