public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/43586]  New: Missing strstream.h file in Include directory
@ 2010-03-29 19:35 skalyan_g at yahoo dot co dot in
  2010-03-29 20:26 ` [Bug c++/43586] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: skalyan_g at yahoo dot co dot in @ 2010-03-29 19:35 UTC (permalink / raw)
  To: gcc-bugs

I am not seeing strstream.h file in Include directory.Instead of this i am
seeing strstream in include directory because of this my old code is giving
errors while compliation

Here are the list of files which i am able to see.
[/usr] find . -name strstream
./include/c++/3.4.6/backward/strstream
./include/c++/4.1.1/backward/strstream

Please suggest me what can be done


-- 
           Summary: Missing strstream.h file in Include directory
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: skalyan_g at yahoo dot co dot in
 GCC build triplet: Red Hat Linux Enterprise 5.4
  GCC host triplet: Red Hat Linux Enterprise 5.4
GCC target triplet: Red Hat Linux Enterprise 5.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/43586] Missing strstream.h file in Include directory
  2010-03-29 19:35 [Bug c++/43586] New: Missing strstream.h file in Include directory skalyan_g at yahoo dot co dot in
@ 2010-03-29 20:26 ` pinskia at gcc dot gnu dot org
  2010-03-30  6:02 ` skalyan_g at yahoo dot co dot in
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-03-29 20:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2010-03-29 20:26 -------
First off your find will only find files named exactly strstream.
And second strstream.h never existed and is not part of the C++ standard
(strstream is not either).

You should use stringstream instead.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/43586] Missing strstream.h file in Include directory
  2010-03-29 19:35 [Bug c++/43586] New: Missing strstream.h file in Include directory skalyan_g at yahoo dot co dot in
  2010-03-29 20:26 ` [Bug c++/43586] " pinskia at gcc dot gnu dot org
@ 2010-03-30  6:02 ` skalyan_g at yahoo dot co dot in
  2010-03-30  6:08 ` skalyan_g at yahoo dot co dot in
  2010-03-30  7:48 ` [Bug libstdc++/43586] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: skalyan_g at yahoo dot co dot in @ 2010-03-30  6:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from skalyan_g at yahoo dot co dot in  2010-03-30 06:01 -------
(In reply to comment #1)
> First off your find will only find files named exactly strstream.
> And second strstream.h never existed and is not part of the C++ standard
> (strstream is not either).
> You should use stringstream instead.


I belive the backward compactibilty should be exits.Also i think the old style
library's is with .h extension(strstream.h,iostream.h....) and new style is
without .h extension(strstream,iostream....)
I amtrying build with old source code which was written years back.
My code is inculde strstream.h library,but i didnt not see that library in
inculde directory.

lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream.h
lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream
./include/c++/3.4.6/backward/strstream
./include/c++/4.1.1/backward/strstream


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/43586] Missing strstream.h file in Include directory
  2010-03-29 19:35 [Bug c++/43586] New: Missing strstream.h file in Include directory skalyan_g at yahoo dot co dot in
  2010-03-29 20:26 ` [Bug c++/43586] " pinskia at gcc dot gnu dot org
  2010-03-30  6:02 ` skalyan_g at yahoo dot co dot in
@ 2010-03-30  6:08 ` skalyan_g at yahoo dot co dot in
  2010-03-30  7:48 ` [Bug libstdc++/43586] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: skalyan_g at yahoo dot co dot in @ 2010-03-30  6:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from skalyan_g at yahoo dot co dot in  2010-03-30 06:07 -------

I belive the backward compactibilty should be exits.Also i think the old style
library's is with .h extension(strstream.h,iostream.h....) and new style is
without .h extension(strstream,iostream....)
I am trying build the source code which was written years back.
My code is using all the libraries with .h extensions.( strstream.h
library),but i didnt not see strstream.h file library in inculde directory.

lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream.h
lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream
./include/c++/3.4.6/backward/strstream
./include/c++/4.1.1/backward/strstream


-- 

skalyan_g at yahoo dot co dot in changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/43586] Missing strstream.h file in Include directory
  2010-03-29 19:35 [Bug c++/43586] New: Missing strstream.h file in Include directory skalyan_g at yahoo dot co dot in
                   ` (2 preceding siblings ...)
  2010-03-30  6:08 ` skalyan_g at yahoo dot co dot in
@ 2010-03-30  7:48 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-03-30  7:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2010-03-30 07:48 -------
Well fix the code.  This code is no where near standards complaint and we are
not going to keep around this extension just for one or two people.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c++                         |libstdc++
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-30  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-29 19:35 [Bug c++/43586] New: Missing strstream.h file in Include directory skalyan_g at yahoo dot co dot in
2010-03-29 20:26 ` [Bug c++/43586] " pinskia at gcc dot gnu dot org
2010-03-30  6:02 ` skalyan_g at yahoo dot co dot in
2010-03-30  6:08 ` skalyan_g at yahoo dot co dot in
2010-03-30  7:48 ` [Bug libstdc++/43586] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).