not implemented: namespace

  • Follow


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:













7/25/2012 3:47:33 PM


Reply: