public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* building egcs under LinuxPPC pre-R5
@ 1999-02-10  0:34 Andreas Tobler
       [not found] ` < 36C144A0.A11501B1@schweiz.ch >
  1999-02-28 22:53 ` Andreas Tobler
  0 siblings, 2 replies; 10+ messages in thread
From: Andreas Tobler @ 1999-02-10  0:34 UTC (permalink / raw)
  To: linuxppc-dev, egcs

Hello,

since the beginning of February I try to build egcs snapshot 19990131
and now 19990208. The succcess is small. I got the 19990131 snapshot to
build and install, but when I compile c++ code with some include
restrictions it seems that it overrides it which causes an error. The
egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
folks egcs-1.1.1.1c. With this compiler I haven't had this error.
My question, is there something specific when building an egcs on
LinuxPPC that I have to take care of? It's not necessary for me to take
a snapshot, but I need to build an egcs & libstdc++ with the option
-fno-vtable-thunks.

my config: 	LinuxPPC pre-R5 with glibc-2.0.108
		Kernel 2.2.0 self built
		running compiler egcs-1.1.1.1c
How I did egcs:	./configure --enable-shared --enable-threads
--prefix=/usr/local/egcs
		make LANGUAGES="c c++"
		make LANGUAGES="c c++" install
Any hints?
Thanks

Andreas
-- 
| Andreas Tobler				
| CH-8004 Zuerich 							
| E-Mail: andreas.tobler@alcatel.ch	| a.tobler@schweiz.ch
-----------------------------------------------------------

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

* RE: building egcs under LinuxPPC pre-R5
       [not found] ` < 36C144A0.A11501B1@schweiz.ch >
@ 1999-02-10  1:40   ` Gary Thomas
       [not found]     ` < XFMail.990210094035.gdt@linuxppc.org >
  1999-02-28 22:53     ` building egcs under LinuxPPC pre-R5 Gary Thomas
  0 siblings, 2 replies; 10+ messages in thread
From: Gary Thomas @ 1999-02-10  1:40 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: egcs, linuxppc-dev

The latest snapshots are very unstable on Linux/PPC.  We are working on
this now, but I'd stay away from them until further notice.

On 10-Feb-99 Andreas Tobler wrote:
> Hello,
> 
> since the beginning of February I try to build egcs snapshot 19990131
> and now 19990208. The succcess is small. I got the 19990131 snapshot to
> build and install, but when I compile c++ code with some include
> restrictions it seems that it overrides it which causes an error. The
> egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
> folks egcs-1.1.1.1c. With this compiler I haven't had this error.
> My question, is there something specific when building an egcs on
> LinuxPPC that I have to take care of? It's not necessary for me to take
> a snapshot, but I need to build an egcs & libstdc++ with the option
> -fno-vtable-thunks.

The version of EGCS-1.1.1c that I uploaded should have been compiled this
way.  What makes you think it was not?

> 
> my config:    LinuxPPC pre-R5 with glibc-2.0.108
>               Kernel 2.2.0 self built
>               running compiler egcs-1.1.1.1c
> How I did egcs:       ./configure --enable-shared --enable-threads
> --prefix=/usr/local/egcs
>               make LANGUAGES="c c++"
>               make LANGUAGES="c c++" install
> Any hints?
> Thanks
> 
> Andreas
> -- 
>| Andreas Tobler                               
>| CH-8004 Zuerich                                                      
>| E-Mail: andreas.tobler@alcatel.ch    | a.tobler@schweiz.ch
> -----------------------------------------------------------

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

* vtable thunks (was: RE: building egcs under LinuxPPC pre-R5)
       [not found]     ` < XFMail.990210094035.gdt@linuxppc.org >
@ 1999-02-10  5:20       ` Franz Sirl
  1999-02-10  5:32         ` Andreas
                           ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Franz Sirl @ 1999-02-10  5:20 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Andreas Tobler, egcs

At 10:40 10.02.99 , Gary Thomas wrote:
>The latest snapshots are very unstable on Linux/PPC.  We are working on
>this now, but I'd stay away from them until further notice.
>
>On 10-Feb-99 Andreas Tobler wrote:
>> Hello,
>> 
>> since the beginning of February I try to build egcs snapshot 19990131
>> and now 19990208. The succcess is small. I got the 19990131 snapshot to
>> build and install, but when I compile c++ code with some include
>> restrictions it seems that it overrides it which causes an error. The
>> egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
>> folks egcs-1.1.1.1c. With this compiler I haven't had this error.
>> My question, is there something specific when building an egcs on
>> LinuxPPC that I have to take care of? It's not necessary for me to take
>> a snapshot, but I need to build an egcs & libstdc++ with the option
>> -fno-vtable-thunks.
>
>The version of EGCS-1.1.1c that I uploaded should have been compiled this
>way.  What makes you think it was not?

He's probably talking about the pre-R5 egcs-1.1.1-1c RPM's which I prepared
for the R5 distribution. They have vtable-thunks enabled, as it is the
default for glibc-2.1 based egcs.
Gary, if you are producing RPM's for R5 which have vtable-thunks disabled,
I hope you are using versioning to distinguish the binary incompatible
libstdc++ stuff.

I would also appreciate if someone knowledgeable would document
(history/future, pros/cons, etc.) the whole vtable-thunks/no-vtable-thunks
stuff and put it in the FAQ.html (or a separate vtable.html?), cause
searching the mailinglists reveals 140 :-) documents on this issue.

Franz.

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

* Re: vtable thunks (was: RE: building egcs under LinuxPPC pre-R5)
  1999-02-10  5:20       ` vtable thunks (was: RE: building egcs under LinuxPPC pre-R5) Franz Sirl
@ 1999-02-10  5:32         ` Andreas
  1999-02-28 22:53           ` Andreas
       [not found]         ` < 4.1.19990210133848.041dbf10@mail.lauterbach.com >
  1999-02-28 22:53         ` Franz Sirl
  2 siblings, 1 reply; 10+ messages in thread
From: Andreas @ 1999-02-10  5:32 UTC (permalink / raw)
  To: Franz Sirl; +Cc: Gary Thomas, Andreas Tobler, egcs

Franz Sirl wrote:
> 
> At 10:40 10.02.99 , Gary Thomas wrote:
> >The latest snapshots are very unstable on Linux/PPC.  We are working on
> >this now, but I'd stay away from them until further notice.
> >
> >On 10-Feb-99 Andreas Tobler wrote:
>> a snapshot, but I need to build an egcs & libstdc++ with the option
> >> -fno-vtable-thunks.
> >
> >The version of EGCS-1.1.1c that I uploaded should have been compiled this
> >way.  What makes you think it was not?
> 
> He's probably talking about the pre-R5 egcs-1.1.1-1c RPM's which I prepared
> for the R5 distribution. They have vtable-thunks enabled, as it is the
> default for glibc-2.1 based egcs.
> Gary, if you are producing RPM's for R5 which have vtable-thunks disabled,
> I hope you are using versioning to distinguish the binary incompatible
> libstdc++ stuff.
> 

Yes I'm talking about the pre-R5 RPMS which I got from biggi.linuxppc.org on
the 4.1.99.

Franz,
is it possible to get your SRPM of this egcs? So I can do a build by myself.

Thanks
Andreas



-- 
------------------
| Andreas Tobler								
| CH-8004 Zuerich	
| E-mail: toa@pop.agri.ch		
------------------------------------------

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

* RE: vtable thunks (was: RE: building egcs under LinuxPPC pre-R5)
       [not found]         ` < 4.1.19990210133848.041dbf10@mail.lauterbach.com >
@ 1999-02-10  5:39           ` Gary Thomas
  1999-02-28 22:53             ` Gary Thomas
  0 siblings, 1 reply; 10+ messages in thread
From: Gary Thomas @ 1999-02-10  5:39 UTC (permalink / raw)
  To: Franz Sirl; +Cc: egcs, Andreas Tobler, Gary Thomas

On 10-Feb-99 Franz Sirl wrote:
> At 10:40 10.02.99 , Gary Thomas wrote:
>>The latest snapshots are very unstable on Linux/PPC.  We are working on
>>this now, but I'd stay away from them until further notice.
>>
>>On 10-Feb-99 Andreas Tobler wrote:
>>> Hello,
>>> 
>>> since the beginning of February I try to build egcs snapshot 19990131
>>> and now 19990208. The succcess is small. I got the 19990131 snapshot to
>>> build and install, but when I compile c++ code with some include
>>> restrictions it seems that it overrides it which causes an error. The
>>> egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
>>> folks egcs-1.1.1.1c. With this compiler I haven't had this error.
>>> My question, is there something specific when building an egcs on
>>> LinuxPPC that I have to take care of? It's not necessary for me to take
>>> a snapshot, but I need to build an egcs & libstdc++ with the option
>>> -fno-vtable-thunks.
>>
>>The version of EGCS-1.1.1c that I uploaded should have been compiled this
>>way.  What makes you think it was not?
> 
> He's probably talking about the pre-R5 egcs-1.1.1-1c RPM's which I prepared
> for the R5 distribution. They have vtable-thunks enabled, as it is the
> default for glibc-2.1 based egcs.
> Gary, if you are producing RPM's for R5 which have vtable-thunks disabled,
> I hope you are using versioning to distinguish the binary incompatible
> libstdc++ stuff.

No, I was only talking about the GLIBC-1.99 version.  This only reinforces
the problems we are encountering wrt GLIBC versions and the differences
that they imply.

> 
> I would also appreciate if someone knowledgeable would document
> (history/future, pros/cons, etc.) the whole vtable-thunks/no-vtable-thunks
> stuff and put it in the FAQ.html (or a separate vtable.html?), cause
> searching the mailinglists reveals 140 :-) documents on this issue.
> 
> Franz.

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

* RE: building egcs under LinuxPPC pre-R5
  1999-02-10  1:40   ` Gary Thomas
       [not found]     ` < XFMail.990210094035.gdt@linuxppc.org >
@ 1999-02-28 22:53     ` Gary Thomas
  1 sibling, 0 replies; 10+ messages in thread
From: Gary Thomas @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: egcs, linuxppc-dev

The latest snapshots are very unstable on Linux/PPC.  We are working on
this now, but I'd stay away from them until further notice.

On 10-Feb-99 Andreas Tobler wrote:
> Hello,
> 
> since the beginning of February I try to build egcs snapshot 19990131
> and now 19990208. The succcess is small. I got the 19990131 snapshot to
> build and install, but when I compile c++ code with some include
> restrictions it seems that it overrides it which causes an error. The
> egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
> folks egcs-1.1.1.1c. With this compiler I haven't had this error.
> My question, is there something specific when building an egcs on
> LinuxPPC that I have to take care of? It's not necessary for me to take
> a snapshot, but I need to build an egcs & libstdc++ with the option
> -fno-vtable-thunks.

The version of EGCS-1.1.1c that I uploaded should have been compiled this
way.  What makes you think it was not?

> 
> my config:    LinuxPPC pre-R5 with glibc-2.0.108
>               Kernel 2.2.0 self built
>               running compiler egcs-1.1.1.1c
> How I did egcs:       ./configure --enable-shared --enable-threads
> --prefix=/usr/local/egcs
>               make LANGUAGES="c c++"
>               make LANGUAGES="c c++" install
> Any hints?
> Thanks
> 
> Andreas
> -- 
>| Andreas Tobler                               
>| CH-8004 Zuerich                                                      
>| E-Mail: andreas.tobler@alcatel.ch    | a.tobler@schweiz.ch
> -----------------------------------------------------------

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

* vtable thunks (was: RE: building egcs under LinuxPPC pre-R5)
  1999-02-10  5:20       ` vtable thunks (was: RE: building egcs under LinuxPPC pre-R5) Franz Sirl
  1999-02-10  5:32         ` Andreas
       [not found]         ` < 4.1.19990210133848.041dbf10@mail.lauterbach.com >
@ 1999-02-28 22:53         ` Franz Sirl
  2 siblings, 0 replies; 10+ messages in thread
From: Franz Sirl @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Andreas Tobler, egcs

At 10:40 10.02.99 , Gary Thomas wrote:
>The latest snapshots are very unstable on Linux/PPC.  We are working on
>this now, but I'd stay away from them until further notice.
>
>On 10-Feb-99 Andreas Tobler wrote:
>> Hello,
>> 
>> since the beginning of February I try to build egcs snapshot 19990131
>> and now 19990208. The succcess is small. I got the 19990131 snapshot to
>> build and install, but when I compile c++ code with some include
>> restrictions it seems that it overrides it which causes an error. The
>> egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
>> folks egcs-1.1.1.1c. With this compiler I haven't had this error.
>> My question, is there something specific when building an egcs on
>> LinuxPPC that I have to take care of? It's not necessary for me to take
>> a snapshot, but I need to build an egcs & libstdc++ with the option
>> -fno-vtable-thunks.
>
>The version of EGCS-1.1.1c that I uploaded should have been compiled this
>way.  What makes you think it was not?

He's probably talking about the pre-R5 egcs-1.1.1-1c RPM's which I prepared
for the R5 distribution. They have vtable-thunks enabled, as it is the
default for glibc-2.1 based egcs.
Gary, if you are producing RPM's for R5 which have vtable-thunks disabled,
I hope you are using versioning to distinguish the binary incompatible
libstdc++ stuff.

I would also appreciate if someone knowledgeable would document
(history/future, pros/cons, etc.) the whole vtable-thunks/no-vtable-thunks
stuff and put it in the FAQ.html (or a separate vtable.html?), cause
searching the mailinglists reveals 140 :-) documents on this issue.

Franz.


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

* Re: vtable thunks (was: RE: building egcs under LinuxPPC pre-R5)
  1999-02-10  5:32         ` Andreas
@ 1999-02-28 22:53           ` Andreas
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Franz Sirl; +Cc: Gary Thomas, Andreas Tobler, egcs

Franz Sirl wrote:
> 
> At 10:40 10.02.99 , Gary Thomas wrote:
> >The latest snapshots are very unstable on Linux/PPC.  We are working on
> >this now, but I'd stay away from them until further notice.
> >
> >On 10-Feb-99 Andreas Tobler wrote:
>> a snapshot, but I need to build an egcs & libstdc++ with the option
> >> -fno-vtable-thunks.
> >
> >The version of EGCS-1.1.1c that I uploaded should have been compiled this
> >way.  What makes you think it was not?
> 
> He's probably talking about the pre-R5 egcs-1.1.1-1c RPM's which I prepared
> for the R5 distribution. They have vtable-thunks enabled, as it is the
> default for glibc-2.1 based egcs.
> Gary, if you are producing RPM's for R5 which have vtable-thunks disabled,
> I hope you are using versioning to distinguish the binary incompatible
> libstdc++ stuff.
> 

Yes I'm talking about the pre-R5 RPMS which I got from biggi.linuxppc.org on
the 4.1.99.

Franz,
is it possible to get your SRPM of this egcs? So I can do a build by myself.

Thanks
Andreas



-- 
------------------
| Andreas Tobler								
| CH-8004 Zuerich	
| E-mail: toa@pop.agri.ch		
------------------------------------------

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

* building egcs under LinuxPPC pre-R5
  1999-02-10  0:34 building egcs under LinuxPPC pre-R5 Andreas Tobler
       [not found] ` < 36C144A0.A11501B1@schweiz.ch >
@ 1999-02-28 22:53 ` Andreas Tobler
  1 sibling, 0 replies; 10+ messages in thread
From: Andreas Tobler @ 1999-02-28 22:53 UTC (permalink / raw)
  To: linuxppc-dev, egcs

Hello,

since the beginning of February I try to build egcs snapshot 19990131
and now 19990208. The succcess is small. I got the 19990131 snapshot to
build and install, but when I compile c++ code with some include
restrictions it seems that it overrides it which causes an error. The
egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
folks egcs-1.1.1.1c. With this compiler I haven't had this error.
My question, is there something specific when building an egcs on
LinuxPPC that I have to take care of? It's not necessary for me to take
a snapshot, but I need to build an egcs & libstdc++ with the option
-fno-vtable-thunks.

my config: 	LinuxPPC pre-R5 with glibc-2.0.108
		Kernel 2.2.0 self built
		running compiler egcs-1.1.1.1c
How I did egcs:	./configure --enable-shared --enable-threads
--prefix=/usr/local/egcs
		make LANGUAGES="c c++"
		make LANGUAGES="c c++" install
Any hints?
Thanks

Andreas
-- 
| Andreas Tobler				
| CH-8004 Zuerich 							
| E-Mail: andreas.tobler@alcatel.ch	| a.tobler@schweiz.ch
-----------------------------------------------------------

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

* RE: vtable thunks (was: RE: building egcs under LinuxPPC pre-R5)
  1999-02-10  5:39           ` Gary Thomas
@ 1999-02-28 22:53             ` Gary Thomas
  0 siblings, 0 replies; 10+ messages in thread
From: Gary Thomas @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Franz Sirl; +Cc: egcs, Andreas Tobler, Gary Thomas

On 10-Feb-99 Franz Sirl wrote:
> At 10:40 10.02.99 , Gary Thomas wrote:
>>The latest snapshots are very unstable on Linux/PPC.  We are working on
>>this now, but I'd stay away from them until further notice.
>>
>>On 10-Feb-99 Andreas Tobler wrote:
>>> Hello,
>>> 
>>> since the beginning of February I try to build egcs snapshot 19990131
>>> and now 19990208. The succcess is small. I got the 19990131 snapshot to
>>> build and install, but when I compile c++ code with some include
>>> restrictions it seems that it overrides it which causes an error. The
>>> egcs I used before and now again, was 2.91.60 I think, for LinuxPPC
>>> folks egcs-1.1.1.1c. With this compiler I haven't had this error.
>>> My question, is there something specific when building an egcs on
>>> LinuxPPC that I have to take care of? It's not necessary for me to take
>>> a snapshot, but I need to build an egcs & libstdc++ with the option
>>> -fno-vtable-thunks.
>>
>>The version of EGCS-1.1.1c that I uploaded should have been compiled this
>>way.  What makes you think it was not?
> 
> He's probably talking about the pre-R5 egcs-1.1.1-1c RPM's which I prepared
> for the R5 distribution. They have vtable-thunks enabled, as it is the
> default for glibc-2.1 based egcs.
> Gary, if you are producing RPM's for R5 which have vtable-thunks disabled,
> I hope you are using versioning to distinguish the binary incompatible
> libstdc++ stuff.

No, I was only talking about the GLIBC-1.99 version.  This only reinforces
the problems we are encountering wrt GLIBC versions and the differences
that they imply.

> 
> I would also appreciate if someone knowledgeable would document
> (history/future, pros/cons, etc.) the whole vtable-thunks/no-vtable-thunks
> stuff and put it in the FAQ.html (or a separate vtable.html?), cause
> searching the mailinglists reveals 140 :-) documents on this issue.
> 
> Franz.

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-10  0:34 building egcs under LinuxPPC pre-R5 Andreas Tobler
     [not found] ` < 36C144A0.A11501B1@schweiz.ch >
1999-02-10  1:40   ` Gary Thomas
     [not found]     ` < XFMail.990210094035.gdt@linuxppc.org >
1999-02-10  5:20       ` vtable thunks (was: RE: building egcs under LinuxPPC pre-R5) Franz Sirl
1999-02-10  5:32         ` Andreas
1999-02-28 22:53           ` Andreas
     [not found]         ` < 4.1.19990210133848.041dbf10@mail.lauterbach.com >
1999-02-10  5:39           ` Gary Thomas
1999-02-28 22:53             ` Gary Thomas
1999-02-28 22:53         ` Franz Sirl
1999-02-28 22:53     ` building egcs under LinuxPPC pre-R5 Gary Thomas
1999-02-28 22:53 ` Andreas Tobler

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