[Bug 256250] Re: when including the iostream library in a c++ file, upon compilation g++ does not find the iostream library. instead a deprecated version (iostream.h) must be used. this results in hav

2008-12-26 Thread Terence Simpson
Marking as Invalid due to lack of activity

** Changed in: gcc-defaults (Ubuntu)
   Status: Incomplete = Invalid

-- 
when including the iostream library in a c++ file, upon compilation g++ does 
not find the iostream library. instead a deprecated version (iostream.h) must 
be used. this results in having to flag g++ in order to bypass the deprecation 
warning.
https://bugs.launchpad.net/bugs/256250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 256250] Re: when including the iostream library in a c++ file, upon compilation g++ does not find the iostream library. instead a deprecated version (iostream.h) must be used. this results in hav

2008-08-14 Thread Monk-e
About the lsb-release -a. Entirely my fault! It should be lsb_release -a
with an underscore instead of a dash.

Could you show me the source of 1.c? Also, for the sake of convention,
C++ files are often appended with .cc or .cpp. The extension .c is used
for C source code files.

-- 
when including the iostream library in a c++ file, upon compilation g++ does 
not find the iostream library. instead a deprecated version (iostream.h) must 
be used. this results in having to flag g++ in order to bypass the deprecation 
warning.
https://bugs.launchpad.net/bugs/256250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 256250] Re: when including the iostream library in a c++ file, upon compilation g++ does not find the iostream library. instead a deprecated version (iostream.h) must be used. this results in hav

2008-08-11 Thread Monk-e
Don't e-mail it to me personally. You can just reply to this message.
The reply will automatically be sent to the bugtracker. (
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/256250 )

-- 
when including the iostream library in a c++ file, upon compilation g++ does 
not find the iostream library. instead a deprecated version (iostream.h) must 
be used. this results in having to flag g++ in order to bypass the deprecation 
warning.
https://bugs.launchpad.net/bugs/256250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 256250] Re: when including the iostream library in a c++ file, upon compilation g++ does not find the iostream library. instead a deprecated version (iostream.h) must be used. this results in hav

2008-08-11 Thread xc00lxkidx
[EMAIL PROTECTED]:~$ apt-cache policy g++
g++:
  Installed: 4:4.2.3-1ubuntu6
  Candidate: 4:4.2.3-1ubuntu6
  Version table:
 *** 4:4.2.3-1ubuntu6 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 4:4.2.3-1ubuntu3 0
500 http://us.archive.ubuntu.com hardy/main Packages
[EMAIL PROTECTED]:~$ uname -a
Linux ubuntu-laptop 2.6.24-20-generic #1 SMP Mon Jul 28 13:49:52 UTC 2008 i686 
GNU/Linux
[EMAIL PROTECTED]:~$ lsb-release -a
bash: lsb-release: command not found
[EMAIL PROTECTED]:~$ g++ ~/c++/1.c
/home/user/c++/1.c: In function ‘int main()’:
/home/user/c++/1.c:7: error: ‘cout’ was not declared in this scope
/home/user/c++/1.c:7: error: ‘endl’ was not declared in this scope

-- 
when including the iostream library in a c++ file, upon compilation g++ does 
not find the iostream library. instead a deprecated version (iostream.h) must 
be used. this results in having to flag g++ in order to bypass the deprecation 
warning.
https://bugs.launchpad.net/bugs/256250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 256250] Re: when including the iostream library in a c++ file, upon compilation g++ does not find the iostream library. instead a deprecated version (iostream.h) must be used. this results in hav

2008-08-10 Thread Monk-e
** Changed in: gcc-defaults (Ubuntu)
   Status: New = Incomplete

-- 
when including the iostream library in a c++ file, upon compilation g++ does 
not find the iostream library. instead a deprecated version (iostream.h) must 
be used. this results in having to flag g++ in order to bypass the deprecation 
warning.
https://bugs.launchpad.net/bugs/256250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 256250] Re: when including the iostream library in a c++ file, upon compilation g++ does not find the iostream library. instead a deprecated version (iostream.h) must be used. this results in hav

2008-08-09 Thread Monk-e
Could you attach the output of the following commands?:

apt-cache policy g++
uname -a
lsb-release -a

What is the output you get from g++ when compiling a simple hello world
program?

-- 
when including the iostream library in a c++ file, upon compilation g++ does 
not find the iostream library. instead a deprecated version (iostream.h) must 
be used. this results in having to flag g++ in order to bypass the deprecation 
warning.
https://bugs.launchpad.net/bugs/256250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs