public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* as problem on sgi
@ 1999-02-20  6:19 Sami Romdhani
       [not found] ` < 36CEC3E5.79E78B86@wmin.ac.uk >
  1999-02-28 22:53 ` Sami Romdhani
  0 siblings, 2 replies; 21+ messages in thread
From: Sami Romdhani @ 1999-02-20  6:19 UTC (permalink / raw)
  To: egcs

Hi,

I have a problem with as on an SGi Octane workstation running Irix 6.5.
I compiled my code with both egcs-2.91.60 and gcc 2.8.1. It compiles
perfectly well on linux and solaris, however when I try to compile it on
SGi, I get such errors :

as: Error: /var/tmp/cca006yO.s, line 12348: Truncating token:
__t7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc\
_template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24__de\
fault_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1ZcZt24__\
default_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZt18string\
_char_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string\
_char_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_string3ZcZt\
18string_char_traits1ZcZt24__default_alloc_template2b0i0Zt24__default_alloc_\
template2b0i0RCt7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__de\
fault_alloc_template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1Z\
cZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1Z\
cZt24__default_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZ\
t18string_char_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZ\
t18string_char_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_st\
ring3ZcZt18string_char_traits
      .end
__t7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_\
template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24__defau\
lt_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1ZcZt24__defau\
lt_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZt18string_cha\
r_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_cha\
r_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_string3ZcZt18st\
ring_char_traits1ZcZt24__default_alloc_template2b0i0Zt24__default_alloc_templ\
ate2b0i0RCt7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default\
_alloc_template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24\
__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1ZcZt24\
__default_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZt18str\
ing_char_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18str\
ing_char_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_string3Z\
cZt18string_char_traits1ZcZt24__default_alloc_tem


And it goes on, and on, and on ...

gas is not installed on SGi Irix 6.5, I use instead the SGi's as. Indeed
I read many times on mailing list that the as of Irix 6 and above should
work with egcs and gcc. (And actually I did not find any gas version for
Irix).

I would *really* like to be able to compile my code on irix, so any help
would be greatly appreciated.

Not that some code would compile and some other wouldn't.


Sami.
-- 
Sami Romdhani
PhD Student, University of Westminster
Harrow School of Computer Science
Watford Road, Northwick Park
Harrow HA3 1TP, UK
Tel 44-171-911.5000 ext 4226
Fax 44-171-911.5906

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

* Re: as problem on sgi
       [not found] ` < 36CEC3E5.79E78B86@wmin.ac.uk >
@ 1999-02-20  8:41   ` Martin v. Loewis
       [not found]     ` < 199902201636.RAA10920@mira.isdn.cs.tu-berlin.de >
  1999-02-28 22:53     ` Martin v. Loewis
  0 siblings, 2 replies; 21+ messages in thread
From: Martin v. Loewis @ 1999-02-20  8:41 UTC (permalink / raw)
  To: rodhams; +Cc: egcs

> I have a problem with as on an SGi Octane workstation running Irix 6.5.

An introductory answer for this is found on
http://egcs.cygnus.com/faq.html#squangle

Regards,
Martin

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

* Re: as problem on sgi
       [not found]     ` < 199902201636.RAA10920@mira.isdn.cs.tu-berlin.de >
@ 1999-02-20  8:54       ` Paul Derbyshire
       [not found]         ` < 3.0.6.32.19990220115352.0083a100@pop.globalserve.net >
  1999-02-28 22:53         ` Paul Derbyshire
  0 siblings, 2 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-20  8:54 UTC (permalink / raw)
  To: egcs

At 05:36 PM 2/20/99 +0100, you wrote:
>> I have a problem with as on an SGi Octane workstation running Irix 6.5.
>
>An introductory answer for this is found on
> http://egcs.cygnus.com/faq.html#squangle

It didn't look to me like the C++ symbol was just too long for the
assembler; it looked to me like the symbol was ridiculously long and
repetitive. It seemed to be the same few components repeated dozens of
times, which looks like a symbol generation error... should a symbol really
be output with that many repetitions of "string_char_traits" inside of it?

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
       [not found]         ` < 3.0.6.32.19990220115352.0083a100@pop.globalserve.net >
@ 1999-02-20 16:48           ` Gerald Pfeifer
       [not found]             ` < Pine.GSO.4.10.9902210142500.2483-100000@alphard.dbai.tuwien.ac.at >
  1999-02-28 22:53             ` Gerald Pfeifer
  0 siblings, 2 replies; 21+ messages in thread
From: Gerald Pfeifer @ 1999-02-20 16:48 UTC (permalink / raw)
  To: Paul Derbyshire; +Cc: egcs

On Sat, 20 Feb 1999, Paul Derbyshire wrote:
>> An introductory answer for this is found on
>> http://egcs.cygnus.com/faq.html#squangle
> It didn't look to me like the C++ symbol was just too long for the
> assembler; it looked to me like the symbol was ridiculously long and
> repetitive. It seemed to be the same few components repeated dozens of
> times, which looks like a symbol generation error... should a symbol really
> be output with that many repetitions of "string_char_traits" inside of it?

That's exactly the point of -fsquangle, which is mentioned in the FAQ
entry above.

Note that symbols of these kind mostly happen with template heavy
libraries like STL & Co, which are rather "new". -fsquangle makes
the generated symbols significantly shorter, but it breaks link 
compatiblity and thus will be only enabled together with the new C++
ABI. (One does not want to break link compatibility too often...)

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/

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

* Re: as problem on sgi
       [not found]             ` < Pine.GSO.4.10.9902210142500.2483-100000@alphard.dbai.tuwien.ac.at >
@ 1999-02-20 16:52               ` Paul Derbyshire
  1999-02-28 22:53                 ` Paul Derbyshire
  1999-02-28 22:53                 ` Jeffrey A Law
  0 siblings, 2 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-20 16:52 UTC (permalink / raw)
  To: egcs

At 01:48 AM 2/21/99 +0100, you wrote:
>Note that symbols of these kind mostly happen with template heavy
>libraries like STL & Co, which are rather "new". -fsquangle makes
>the generated symbols significantly shorter, but it breaks link 
>compatiblity and thus will be only enabled together with the new C++
>ABI. (One does not want to break link compatibility too often...)

New C++ ABI?

On a side note: Why is glibc gone... "political reasons"??? It's open
source software for heaven's sake.
-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
  1999-02-28 22:53                 ` Jeffrey A Law
@ 1999-02-20 17:42                   ` Paul Derbyshire
       [not found]                     ` <199902210146.UAA25345@blastula.phys.columbia.edu>
  1999-02-28 22:53                     ` Paul Derbyshire
  0 siblings, 2 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-20 17:42 UTC (permalink / raw)
  To: egcs

At 06:32 PM 2/20/99 -0700, you wrote:
From time to time it is necessary to break link compatability -- for
>example the new mangling schemes, improved exception handling mechanisms,
>changes in the vtable layout, thunks, etc.
>
>The pending set of changes is usually refered to as the "New C++ ABI".

Ah...

>Take it up with RMS.

RMS?

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
       [not found]                     ` <199902210146.UAA25345@blastula.phys.columbia.edu>
@ 1999-02-20 17:59                       ` Paul Derbyshire
       [not found]                         ` < 3.0.6.32.19990220205907.00865bc0@pop.globalserve.net >
  1999-02-28 22:53                         ` Paul Derbyshire
  0 siblings, 2 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-20 17:59 UTC (permalink / raw)
  To: egcs

At 08:46 PM 2/20/99 -0500, you wrote:
>On Sat, 20 Feb 1999 20:42:16 -0500, Paul Derbyshire wrote:
>>>Take it up with RMS.
>>
>>RMS?
>
>Argh.  Go away and don't come back till you've memorized the Jargon
>File.  And stop asking these dumb questions.  I've been arguing with
>RMS all week about libc and I'm in a rotten mood, and egcs@ is
>supposed to be a development list not a stupid questions list.

I have memorized the Jargon File (as of version 3 IIRC, the copy on
lysator.edu's Web server), and there is no entry for RMS in it :-)
Unless they finally got around to updating it sometime in the last 18
months, for the first time in about 6 years. :-)

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
       [not found]                         ` < 3.0.6.32.19990220205907.00865bc0@pop.globalserve.net >
@ 1999-02-21  8:51                           ` Gerald Pfeifer
  1999-02-28 22:53                             ` Gerald Pfeifer
  0 siblings, 1 reply; 21+ messages in thread
From: Gerald Pfeifer @ 1999-02-21  8:51 UTC (permalink / raw)
  To: Paul Derbyshire; +Cc: egcs

On Sat, 20 Feb 1999, Paul Derbyshire wrote:
> I have memorized the Jargon File (as of version 3 IIRC, the copy on
> lysator.edu's Web server), and there is no entry for RMS in it :-)

To the list, so that this thread can finally die:

  http://www.gnu.org/people/rms.html

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/


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

* Re: as problem on sgi
  1999-02-20 16:52               ` Paul Derbyshire
  1999-02-28 22:53                 ` Paul Derbyshire
@ 1999-02-28 22:53                 ` Jeffrey A Law
  1999-02-20 17:42                   ` Paul Derbyshire
  1 sibling, 1 reply; 21+ messages in thread
From: Jeffrey A Law @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Paul Derbyshire; +Cc: egcs

  In message < 3.0.6.32.19990220195214.00860750@pop.globalserve.net >you write:
  > New C++ ABI?

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

* Re: as problem on sgi
  1999-02-20 17:59                       ` Paul Derbyshire
       [not found]                         ` < 3.0.6.32.19990220205907.00865bc0@pop.globalserve.net >
@ 1999-02-28 22:53                         ` Paul Derbyshire
  1 sibling, 0 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs

At 08:46 PM 2/20/99 -0500, you wrote:
>On Sat, 20 Feb 1999 20:42:16 -0500, Paul Derbyshire wrote:
>>>Take it up with RMS.
>>
>>RMS?
>
>Argh.  Go away and don't come back till you've memorized the Jargon
>File.  And stop asking these dumb questions.  I've been arguing with
>RMS all week about libc and I'm in a rotten mood, and egcs@ is
>supposed to be a development list not a stupid questions list.

I have memorized the Jargon File (as of version 3 IIRC, the copy on
lysator.edu's Web server), and there is no entry for RMS in it :-)
Unless they finally got around to updating it sometime in the last 18
months, for the first time in about 6 years. :-)

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
  1999-02-20  8:54       ` Paul Derbyshire
       [not found]         ` < 3.0.6.32.19990220115352.0083a100@pop.globalserve.net >
@ 1999-02-28 22:53         ` Paul Derbyshire
  1 sibling, 0 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs

At 05:36 PM 2/20/99 +0100, you wrote:
>> I have a problem with as on an SGi Octane workstation running Irix 6.5.
>
>An introductory answer for this is found on
> http://egcs.cygnus.com/faq.html#squangle

It didn't look to me like the C++ symbol was just too long for the
assembler; it looked to me like the symbol was ridiculously long and
repetitive. It seemed to be the same few components repeated dozens of
times, which looks like a symbol generation error... should a symbol really
be output with that many repetitions of "string_char_traits" inside of it?

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
  1999-02-20 17:42                   ` Paul Derbyshire
       [not found]                     ` <199902210146.UAA25345@blastula.phys.columbia.edu>
@ 1999-02-28 22:53                     ` Paul Derbyshire
  1 sibling, 0 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs

At 06:32 PM 2/20/99 -0700, you wrote:
From time to time it is necessary to break link compatability -- for
>example the new mangling schemes, improved exception handling mechanisms,
>changes in the vtable layout, thunks, etc.
>
>The pending set of changes is usually refered to as the "New C++ ABI".

Ah...

>Take it up with RMS.

RMS?

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
  1999-02-20 16:48           ` Gerald Pfeifer
       [not found]             ` < Pine.GSO.4.10.9902210142500.2483-100000@alphard.dbai.tuwien.ac.at >
@ 1999-02-28 22:53             ` Gerald Pfeifer
  1 sibling, 0 replies; 21+ messages in thread
From: Gerald Pfeifer @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Paul Derbyshire; +Cc: egcs

On Sat, 20 Feb 1999, Paul Derbyshire wrote:
>> An introductory answer for this is found on
>> http://egcs.cygnus.com/faq.html#squangle
> It didn't look to me like the C++ symbol was just too long for the
> assembler; it looked to me like the symbol was ridiculously long and
> repetitive. It seemed to be the same few components repeated dozens of
> times, which looks like a symbol generation error... should a symbol really
> be output with that many repetitions of "string_char_traits" inside of it?

That's exactly the point of -fsquangle, which is mentioned in the FAQ
entry above.

Note that symbols of these kind mostly happen with template heavy
libraries like STL & Co, which are rather "new". -fsquangle makes
the generated symbols significantly shorter, but it breaks link 
compatiblity and thus will be only enabled together with the new C++
ABI. (One does not want to break link compatibility too often...)

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/


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

* as problem on sgi
  1999-02-20  6:19 as problem on sgi Sami Romdhani
       [not found] ` < 36CEC3E5.79E78B86@wmin.ac.uk >
@ 1999-02-28 22:53 ` Sami Romdhani
  1 sibling, 0 replies; 21+ messages in thread
From: Sami Romdhani @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs

Hi,

I have a problem with as on an SGi Octane workstation running Irix 6.5.
I compiled my code with both egcs-2.91.60 and gcc 2.8.1. It compiles
perfectly well on linux and solaris, however when I try to compile it on
SGi, I get such errors :

as: Error: /var/tmp/cca006yO.s, line 12348: Truncating token:
__t7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc\
_template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24__de\
fault_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1ZcZt24__\
default_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZt18string\
_char_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string\
_char_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_string3ZcZt\
18string_char_traits1ZcZt24__default_alloc_template2b0i0Zt24__default_alloc_\
template2b0i0RCt7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__de\
fault_alloc_template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1Z\
cZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1Z\
cZt24__default_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZ\
t18string_char_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZ\
t18string_char_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_st\
ring3ZcZt18string_char_traits
      .end
__t7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_\
template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24__defau\
lt_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1ZcZt24__defau\
lt_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZt18string_cha\
r_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_cha\
r_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_string3ZcZt18st\
ring_char_traits1ZcZt24__default_alloc_template2b0i0Zt24__default_alloc_templ\
ate2b0i0RCt7rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default\
_alloc_template2b0i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24\
__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1ZcZt24\
__default_alloc_template2b0i0Zt9select1st1Zt4pair2ZCt12basic_string3ZcZt18str\
ing_char_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18str\
ing_char_traits1ZcZt24__default_alloc_template2b0i0Zt4less1Zt12basic_string3Z\
cZt18string_char_traits1ZcZt24__default_alloc_tem


And it goes on, and on, and on ...

gas is not installed on SGi Irix 6.5, I use instead the SGi's as. Indeed
I read many times on mailing list that the as of Irix 6 and above should
work with egcs and gcc. (And actually I did not find any gas version for
Irix).

I would *really* like to be able to compile my code on irix, so any help
would be greatly appreciated.

Not that some code would compile and some other wouldn't.


Sami.
-- 
Sami Romdhani
PhD Student, University of Westminster
Harrow School of Computer Science
Watford Road, Northwick Park
Harrow HA3 1TP, UK
Tel 44-171-911.5000 ext 4226
Fax 44-171-911.5906

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

* Re: as problem on sgi
  1999-02-20 16:52               ` Paul Derbyshire
@ 1999-02-28 22:53                 ` Paul Derbyshire
  1999-02-28 22:53                 ` Jeffrey A Law
  1 sibling, 0 replies; 21+ messages in thread
From: Paul Derbyshire @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs

At 01:48 AM 2/21/99 +0100, you wrote:
>Note that symbols of these kind mostly happen with template heavy
>libraries like STL & Co, which are rather "new". -fsquangle makes
>the generated symbols significantly shorter, but it breaks link 
>compatiblity and thus will be only enabled together with the new C++
>ABI. (One does not want to break link compatibility too often...)

New C++ ABI?

On a side note: Why is glibc gone... "political reasons"??? It's open
source software for heaven's sake.
-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

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

* Re: as problem on sgi
  1999-02-20  8:41   ` Martin v. Loewis
       [not found]     ` < 199902201636.RAA10920@mira.isdn.cs.tu-berlin.de >
@ 1999-02-28 22:53     ` Martin v. Loewis
  1 sibling, 0 replies; 21+ messages in thread
From: Martin v. Loewis @ 1999-02-28 22:53 UTC (permalink / raw)
  To: rodhams; +Cc: egcs

> I have a problem with as on an SGi Octane workstation running Irix 6.5.

An introductory answer for this is found on
http://egcs.cygnus.com/faq.html#squangle

Regards,
Martin

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

* Re: as problem on sgi
  1999-02-21  8:51                           ` Gerald Pfeifer
@ 1999-02-28 22:53                             ` Gerald Pfeifer
  0 siblings, 0 replies; 21+ messages in thread
From: Gerald Pfeifer @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Paul Derbyshire; +Cc: egcs

On Sat, 20 Feb 1999, Paul Derbyshire wrote:
> I have memorized the Jargon File (as of version 3 IIRC, the copy on
> lysator.edu's Web server), and there is no entry for RMS in it :-)

To the list, so that this thread can finally die:

  http://www.gnu.org/people/rms.html

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



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

* Re: as problem on sgi
  1999-02-22 16:16   ` Joe Buck
@ 1999-02-28 22:53     ` Joe Buck
  0 siblings, 0 replies; 21+ messages in thread
From: Joe Buck @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Mike Stump; +Cc: egcs, pderbysh

Mike Stump writes:

> Do we need a talk.egcs?  (Or egcs-help if you prefer.)

I don't think so.

Folks should feel free to use the existing gcc-help list (gatewayed
to the newsgroup gnu.gcc.help), or g++-help / gnu.g++.help for C++
questions, even if egcs-specific.




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

* Re: as problem on sgi
  1999-02-22 16:03 Mike Stump
       [not found] ` < 199902230002.QAA01000@kankakee.wrs.com >
@ 1999-02-28 22:53 ` Mike Stump
  1 sibling, 0 replies; 21+ messages in thread
From: Mike Stump @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs, pderbysh

> Date: Sat, 20 Feb 1999 19:52:14 -0500
> To: egcs@egcs.cygnus.com
> From: Paul Derbyshire <pderbysh@usa.net>

> New C++ ABI?

I'll refer you to the documentation.  We wrote it so that you can read
it.  While I wish that we had large amount of time so that we can
spoon feed everyone that has questions to just ask us instead of
having to try and find the answer in the documentation, unfortunately
on the planert we live on, time is money and there are way too many
users to help them all by answering such questions.

> On a side note: Why is glibc gone... "political reasons"??? It's open
> source software for heaven's sake.

I too am slightly interested in this, but political discussions of
other random packages don't below on egcs.  It is therefore also wrong
to ask for such a discussion.

egcs is for disscussion of compilers (if you want to broaden it some)
and the particular compiler hosted by the sites listed at
egcs.cygnus.com, postings other that those that deal with the
technical details of compilers, don't belong here.  Could you please
try and limit topics discussed to egcs please, thanks.  egcs is
already high enough volume without having other random topics on it.
If left unchecked, we are in danger of loosing compiler experts
because the volume is too high and of too low quality.  Help us keep
the quality of the list high.

Do we need a talk.egcs?  (Or egcs-help if you prefer.)

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

* Re: as problem on sgi
       [not found] ` < 199902230002.QAA01000@kankakee.wrs.com >
@ 1999-02-22 16:16   ` Joe Buck
  1999-02-28 22:53     ` Joe Buck
  0 siblings, 1 reply; 21+ messages in thread
From: Joe Buck @ 1999-02-22 16:16 UTC (permalink / raw)
  To: Mike Stump; +Cc: egcs, pderbysh

Mike Stump writes:

> Do we need a talk.egcs?  (Or egcs-help if you prefer.)

I don't think so.

Folks should feel free to use the existing gcc-help list (gatewayed
to the newsgroup gnu.gcc.help), or g++-help / gnu.g++.help for C++
questions, even if egcs-specific.



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

* Re: as problem on sgi
@ 1999-02-22 16:03 Mike Stump
       [not found] ` < 199902230002.QAA01000@kankakee.wrs.com >
  1999-02-28 22:53 ` Mike Stump
  0 siblings, 2 replies; 21+ messages in thread
From: Mike Stump @ 1999-02-22 16:03 UTC (permalink / raw)
  To: egcs, pderbysh

> Date: Sat, 20 Feb 1999 19:52:14 -0500
> To: egcs@egcs.cygnus.com
> From: Paul Derbyshire <pderbysh@usa.net>

> New C++ ABI?

I'll refer you to the documentation.  We wrote it so that you can read
it.  While I wish that we had large amount of time so that we can
spoon feed everyone that has questions to just ask us instead of
having to try and find the answer in the documentation, unfortunately
on the planert we live on, time is money and there are way too many
users to help them all by answering such questions.

> On a side note: Why is glibc gone... "political reasons"??? It's open
> source software for heaven's sake.

I too am slightly interested in this, but political discussions of
other random packages don't below on egcs.  It is therefore also wrong
to ask for such a discussion.

egcs is for disscussion of compilers (if you want to broaden it some)
and the particular compiler hosted by the sites listed at
egcs.cygnus.com, postings other that those that deal with the
technical details of compilers, don't belong here.  Could you please
try and limit topics discussed to egcs please, thanks.  egcs is
already high enough volume without having other random topics on it.
If left unchecked, we are in danger of loosing compiler experts
because the volume is too high and of too low quality.  Help us keep
the quality of the list high.

Do we need a talk.egcs?  (Or egcs-help if you prefer.)

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

end of thread, other threads:[~1999-02-28 22:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-20  6:19 as problem on sgi Sami Romdhani
     [not found] ` < 36CEC3E5.79E78B86@wmin.ac.uk >
1999-02-20  8:41   ` Martin v. Loewis
     [not found]     ` < 199902201636.RAA10920@mira.isdn.cs.tu-berlin.de >
1999-02-20  8:54       ` Paul Derbyshire
     [not found]         ` < 3.0.6.32.19990220115352.0083a100@pop.globalserve.net >
1999-02-20 16:48           ` Gerald Pfeifer
     [not found]             ` < Pine.GSO.4.10.9902210142500.2483-100000@alphard.dbai.tuwien.ac.at >
1999-02-20 16:52               ` Paul Derbyshire
1999-02-28 22:53                 ` Paul Derbyshire
1999-02-28 22:53                 ` Jeffrey A Law
1999-02-20 17:42                   ` Paul Derbyshire
     [not found]                     ` <199902210146.UAA25345@blastula.phys.columbia.edu>
1999-02-20 17:59                       ` Paul Derbyshire
     [not found]                         ` < 3.0.6.32.19990220205907.00865bc0@pop.globalserve.net >
1999-02-21  8:51                           ` Gerald Pfeifer
1999-02-28 22:53                             ` Gerald Pfeifer
1999-02-28 22:53                         ` Paul Derbyshire
1999-02-28 22:53                     ` Paul Derbyshire
1999-02-28 22:53             ` Gerald Pfeifer
1999-02-28 22:53         ` Paul Derbyshire
1999-02-28 22:53     ` Martin v. Loewis
1999-02-28 22:53 ` Sami Romdhani
1999-02-22 16:03 Mike Stump
     [not found] ` < 199902230002.QAA01000@kankakee.wrs.com >
1999-02-22 16:16   ` Joe Buck
1999-02-28 22:53     ` Joe Buck
1999-02-28 22:53 ` Mike Stump

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).