I have SunOS4.1.4, with C++ compiler installed.
However, I got the error as belpw
test.cc:3: sorry, not implemented: namespace.
Did I miss anything?
----------------------------
This is my part of program:
namespace NIS {
}
--------------------------------
I heard that I needed egcs-2.90.29 software to resolve the
namespace issue. If so, where can I download egcs software
for SunOS4.1.4
Thanks in advance
|
|
0
|
|
|
|
Reply
|
cljlk
|
3/3/2004 11:29:49 PM |
|
cljlk <cljlk@hotmail.com> writes in comp.unix.solaris:
|I have SunOS4.1.4, with C++ compiler installed.
Which C++ compiler? If it's the Sun one, the SunOS 4 version is
very old and doesn't support all the extensions that went into ANSI C++.
|I heard that I needed egcs-2.90.29 software to resolve the
|namespace issue. If so, where can I download egcs software
|for SunOS4.1.4
egcs has been merged into gcc - if you want to use the GNU compilers,
you might as well get the latest stable gcc/g++ release.
--
________________________________________________________________________
Alan Coopersmith alanc@alum.calberkeley.org
http://www.CSUA.Berkeley.EDU/~alanc/ aka: Alan.Coopersmith@Sun.COM
Working for, but definitely not speaking for, Sun Microsystems, Inc.
|
|
0
|
|
|
|
Reply
|
Alan
|
3/4/2004 2:49:05 AM
|
|
In comp.unix.solaris Alan Coopersmith <alanc@alum.calberkeley.org> wrote:
> cljlk <cljlk@hotmail.com> writes in comp.unix.solaris:
> |I have SunOS4.1.4, with C++ compiler installed.
> Which C++ compiler? If it's the Sun one, the SunOS 4 version is
> very old and doesn't support all the extensions that went into ANSI C++.
> |I heard that I needed egcs-2.90.29 software to resolve the
> |namespace issue. If so, where can I download egcs software
> |for SunOS4.1.4
> egcs has been merged into gcc - if you want to use the GNU compilers,
> you might as well get the latest stable gcc/g++ release.
He's running SunOS4.1.4 - perhaps the "latest stable" gcc/g++ won't
build on that (something to consider since the size of the build increased
radically over the past few increments)..
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
|
|
0
|
|
|
|
Reply
|
Thomas
|
3/4/2004 11:53:24 AM
|
|
In article <104e65kkfj7t89c@corp.supernews.com>,
Thomas Dickey <dickey@saltmine.radix.net> writes:
> In comp.unix.solaris Alan Coopersmith <alanc@alum.calberkeley.org> wrote:
>> cljlk <cljlk@hotmail.com> writes in comp.unix.solaris:
>> |I have SunOS4.1.4, with C++ compiler installed.
>> Which C++ compiler? If it's the Sun one, the SunOS 4 version is
>> very old and doesn't support all the extensions that went into ANSI C++.
>> |I heard that I needed egcs-2.90.29 software to resolve the
>> |namespace issue. If so, where can I download egcs software
>> |for SunOS4.1.4
> He's running SunOS4.1.4 - perhaps the "latest stable" gcc/g++ won't
> build on that (something to consider since the size of the build increased
> radically over the past few increments)..
NetBSD SunOS4.1.4 binaries MIGHT be compatible..?
|
|
0
|
|
|
|
Reply
|
gerryt
|
3/4/2004 4:22:14 PM
|
|
Where could I get NetBSD Sun4.1.4 binaries ?
Please help.
gerryt@gtconnect.net wrote:
> In article <104e65kkfj7t89c@corp.supernews.com>,
> Thomas Dickey <dickey@saltmine.radix.net> writes:
>
>>In comp.unix.solaris Alan Coopersmith <alanc@alum.calberkeley.org> wrote:
>>
>>>cljlk <cljlk@hotmail.com> writes in comp.unix.solaris:
>>>|I have SunOS4.1.4, with C++ compiler installed.
>>> Which C++ compiler? If it's the Sun one, the SunOS 4 version is
>>> very old and doesn't support all the extensions that went into ANSI C++.
>>>|I heard that I needed egcs-2.90.29 software to resolve the
>>>|namespace issue. If so, where can I download egcs software
>>>|for SunOS4.1.4
>>
>>He's running SunOS4.1.4 - perhaps the "latest stable" gcc/g++ won't
>>build on that (something to consider since the size of the build increased
>>radically over the past few increments)..
>
>
> NetBSD SunOS4.1.4 binaries MIGHT be compatible..?
|
|
0
|
|
|
|
Reply
|
cljlk
|
3/5/2004 12:44:25 AM
|
|
In article <4047CD69.6000903@hotmail.com>, cljlk <cljlk@hotmail.com>
wrote:
> Where could I get NetBSD Sun4.1.4 binaries ?
> Please help.
>
> gerryt@gtconnect.net wrote:
> > In article <104e65kkfj7t89c@corp.supernews.com>,
> > Thomas Dickey <dickey@saltmine.radix.net> writes:
> >
> >>In comp.unix.solaris Alan Coopersmith <alanc@alum.calberkeley.org> wrote:
> >>
> >>>cljlk <cljlk@hotmail.com> writes in comp.unix.solaris:
> >>>|I have SunOS4.1.4, with C++ compiler installed.
> >>> Which C++ compiler? If it's the Sun one, the SunOS 4 version is
> >>> very old and doesn't support all the extensions that went into ANSI C++.
> >>>|I heard that I needed egcs-2.90.29 software to resolve the
> >>>|namespace issue. If so, where can I download egcs software
> >>>|for SunOS4.1.4
> >>
> >>He's running SunOS4.1.4 - perhaps the "latest stable" gcc/g++ won't
> >>build on that (something to consider since the size of the build increased
> >>radically over the past few increments)..
> >
> >
> > NetBSD SunOS4.1.4 binaries MIGHT be compatible..?
>
Shesh. Haven't you ever heard of Google? It's a Good Thing(tm).
http://www.netbsd.org/Ports/sparc/
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
0
|
|
|
|
Reply
|
Michael
|
3/5/2004 12:59:25 AM
|
|
Thanks to very one who try to help.
Finally I gave up the namespace. I rewite the program that without
"using namespace xxxx;" And, I got the project done.
"Michael Vilain " wrote:
> In article <4047CD69.6000903@hotmail.com>, cljlk <cljlk@hotmail.com>
> wrote:
>
>
>>Where could I get NetBSD Sun4.1.4 binaries ?
>>Please help.
>>
>>gerryt@gtconnect.net wrote:
>>
>>>In article <104e65kkfj7t89c@corp.supernews.com>,
>>> Thomas Dickey <dickey@saltmine.radix.net> writes:
>>>
>>>
>>>>In comp.unix.solaris Alan Coopersmith <alanc@alum.calberkeley.org> wrote:
>>>>
>>>>
>>>>>cljlk <cljlk@hotmail.com> writes in comp.unix.solaris:
>>>>>|I have SunOS4.1.4, with C++ compiler installed.
>>>>>Which C++ compiler? If it's the Sun one, the SunOS 4 version is
>>>>>very old and doesn't support all the extensions that went into ANSI C++.
>>>>>|I heard that I needed egcs-2.90.29 software to resolve the
>>>>>|namespace issue. If so, where can I download egcs software
>>>>>|for SunOS4.1.4
>>>>
>>>>He's running SunOS4.1.4 - perhaps the "latest stable" gcc/g++ won't
>>>>build on that (something to consider since the size of the build increased
>>>>radically over the past few increments)..
>>>
>>>
>>>NetBSD SunOS4.1.4 binaries MIGHT be compatible..?
>>
>
> Shesh. Haven't you ever heard of Google? It's a Good Thing(tm).
>
> http://www.netbsd.org/Ports/sparc/
>
|
|
0
|
|
|
|
Reply
|
cljlk
|
3/5/2004 9:50:06 PM
|
|
|
6 Replies
290 Views
(page loaded in 0.048 seconds)
Similiar Articles: not implemented: namespace - comp.sys.sun.adminI have SunOS4.1.4, with C++ compiler installed. However, I got the error as belpw test.cc:3: sorry, not implemented: namespace. Did I miss anything? ... std::map< MyString, MyString > comparison operator? - comp.lang ...not implemented: namespace - comp.sys.sun.admin std::map< MyString, MyString > comparison operator? - comp ... This is probably a very obvious question, but I'm not clear ... boost multi index - possible? - comp.lang.c++.moderatednot implemented: namespace - comp.sys.sun.admin boost multi index - possible? - comp.lang.c++.moderated not implemented: namespace - comp.sys.sun.admin boost multi index ... Linking consistency check - comp.lang.c++.moderatedAlthough this does not occur frequently, when it does occur it is hard ... However, I got the error as belpw test.cc:3: sorry, not implemented: namespace. itoa() in Linux - comp.unix.programmerHi all, I'm using the itoa function in my C code but it does not compile in Linux 2.4 (Redhat). I have stdilb.h included. I thought itoa is part of th... Observable collections (set, list, map) - comp.lang.java ...Of course, this will decrease theperformance, but this is not much of a ... not implemented: namespace - comp.sys.sun.admin Observable collections (set, list, map) - comp ... keyword arguments for tcl proc - comp.lang.tcl> > > > > /The Tcl-language does not support named arguments./ Tcl 8.5 introduced the *namespace ensemble*: http://tmml.sourceforge.net/doc/tcl/namespace.html original ... Free DSP Library - comp.dspRemove the namespace and in many cases you are left with a plain collection of C ... JPEG source code - comp.compression The JPEG encoder is to be implemented on a DSP ... 64 bit integer - comp.lang.c++.moderated(Namespace, here, in the general sense, and not in the sense of the C++ keyword.) > It might seem a ... After having implemented the basic integral integer types li... Converting number to std::string ("itoa()" ) - comp.lang.c++ ...> Take into account the following: > using namespace boost ... indexing into the table is more flexible, and not generally more expensive. Every time I've implemented the ... not implemented: namespace - comp.sys.sun.admin | Computer GroupI have SunOS4.1.4, with C++ compiler installed. However, I got the error as belpw test.cc:3: sorry, not implemented: namespace. Did I miss anything? ... NotImplementedException Class (System) - Microsoft Corporation ...The exception that is thrown when a requested method or operation is not implemented. Namespace: System Assembly: mscorlib (in mscorlib.dll) 7/25/2012 3:47:33 PM
|