public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* compile error in kdesupport-1.0
@ 1998-09-11  6:50 Sjaak van Asten
  1998-09-11 22:25 ` Alexandre Oliva
  0 siblings, 1 reply; 6+ messages in thread
From: Sjaak van Asten @ 1998-09-11  6:50 UTC (permalink / raw)
  To: egcs-bugs

Hello,

I hope that this is enough information for U to know what could be the
problem while compiling the kdesupport-1.0 software. I recently upgraded
my system to Debian 2.0. I'm running kernel-2.0.35.

This is the output of the make command. The ./configure --prefix=/opt/kde
was succesfully.
...
Making all in uulib
make[2]: Entering directory `/data/install/kdesupport-1.0/uulib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/install/kdesupport-1.0/uulib'
Making all in QwSpriteField
make[2]: Entering directory `/data/install/kdesupport-1.0/QwSpriteField'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..
-I/opt/qt/include  -O2 -Wall -c QwSpriteField.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/qt/include -O2 -Wall -c -fPIC
-DPIC QwSpriteField.cpp
QwSpriteField.cpp: In method `int QwTextSprite::rtti() const':
QwSpriteField.cpp:2907: Internal compiler error.
QwSpriteField.cpp:2907: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make[2]: *** [QwSpriteField.lo] Error 1
make[2]: Leaving directory `/data/install/kdesupport-1.0/QwSpriteField'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/install/kdesupport-1.0'
make: *** [all-recursive-am] Error 2

What is really not so clear to me, is the compilor issue. What compiler
version is the best to use right now. Maybe you could point me to a piece 
of information where this is explained sound and clear.

Thank you for your help.

Yours faithfully,
Jack van Asten

The Netherlands.
    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen



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

* Re: compile error in kdesupport-1.0
  1998-09-11  6:50 compile error in kdesupport-1.0 Sjaak van Asten
@ 1998-09-11 22:25 ` Alexandre Oliva
  1998-09-12 12:57   ` Sjaak van Asten
  0 siblings, 1 reply; 6+ messages in thread
From: Alexandre Oliva @ 1998-09-11 22:25 UTC (permalink / raw)
  To: Sjaak van Asten; +Cc: egcs-bugs

Sjaak van Asten <stynbuys@xsite.xs4all.nl> writes:

> QwSpriteField.cpp: In method `int QwTextSprite::rtti() const':
> QwSpriteField.cpp:2907: Internal compiler error.
> QwSpriteField.cpp:2907: Please submit a full bug report to
> `egcs-bugs@cygnus.com'.

> What is really not so clear to me, is the compilor issue. What compiler
> version is the best to use right now.

egcs 1.1 is much better and closer to the C++ Standard than 1.0.*, but
it still contains bugs :-(

Unfortunately, there's not much we can do without a code snippet that
produces that bug.  A simple way to obtain it is to repeat the failed
compilation with the additional flags `-v -save-temps', then gzip the
.ii file it produces and send it to us, either uuencoded or in base64,
along with the full command line and compiler output.

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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

* Re: compile error in kdesupport-1.0
  1998-09-12 12:57   ` Sjaak van Asten
@ 1998-09-12  8:46     ` Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 1998-09-12  8:46 UTC (permalink / raw)
  To: Sjaak van Asten; +Cc: egcs-bugs

Sjaak van Asten <stynbuys@xsite.xs4all.nl> writes:

> I followed your suggetions and send hereby a bugreport with the
> files and output you asked for. I repeated the compile command twice
> because it gave different ouput.

This is usually an indication of hardware failure or that you are out
of virtual memory.  I was unable to reproduce the problem on a similar 
platform, with egcs 1.1

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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

* Re: compile error in kdesupport-1.0
  1998-09-11 22:25 ` Alexandre Oliva
@ 1998-09-12 12:57   ` Sjaak van Asten
  1998-09-12  8:46     ` Alexandre Oliva
  0 siblings, 1 reply; 6+ messages in thread
From: Sjaak van Asten @ 1998-09-12 12:57 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: egcs-bugs

[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]

Dear Alexandre,

Thank you for your quick response. I've installed an older release of egcs
indeed; it was shipped with the newest Debian 2.0 distribution. I followed
your suggetions and send hereby a bugreport with the files and output you
asked for. I repeated the compile command twice because it gave different
ouput. Therefore there are two g++output files in the attached archive. I
hope you can be of some help. It is probably a good idea to install the
latest version of egcs (1.1) or to go back to older g++ versions.

Thank you for your help.

Jack van Asten
the Netherlands.

    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen

On 12 Sep 1998, Alexandre Oliva wrote:

> 
> egcs 1.1 is much better and closer to the C++ Standard than 1.0.*, but
> it still contains bugs :-(
> 
> Unfortunately, there's not much we can do without a code snippet that
> produces that bug.  A simple way to obtain it is to repeat the failed
> compilation with the additional flags `-v -save-temps', then gzip the
> .ii file it produces and send it to us, either uuencoded or in base64,
> along with the full command line and compiler output.
> 

[-- Attachment #2: bugreport.tgz --]
[-- Type: application/x-tar, Size: 102400 bytes --]

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

* compile error in kdesupport-1.0
@ 1998-09-21 13:45 Sjaak van Asten
  0 siblings, 0 replies; 6+ messages in thread
From: Sjaak van Asten @ 1998-09-21 13:45 UTC (permalink / raw)
  To: oliva; +Cc: egcs-bugs

Dear Alexandre,

Thank you for your response and your energy to take a look at my kde compile problems with egcs.

Finally I decided to reinstall gcc and g++ version 2.7.2.3 as advised by the developers of the Debian distribution (Hamm 2.0). I do several recompiles per year from my kernel; with kernel compilation it is even more strongly advised to use gcc version 2.7.2.3. Compilation of KDE works well now and satisfies my needs for this moment.

I will come back to egcs in the near future most certainly.

Again thank you for your help.

Yours sincerely,

Jack van Asten,
the Netherlands.
-- 
    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen

-- 
    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen

-- 
    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen




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

* compile error in kdesupport-1.0
@ 1998-09-21 13:45 Sjaak van Asten
  0 siblings, 0 replies; 6+ messages in thread
From: Sjaak van Asten @ 1998-09-21 13:45 UTC (permalink / raw)
  To: oliva; +Cc: egcs-bugs

Dear Alexandre,

Thank you for your response and your energy to take a look at my kde compile problems with egcs.

Finally I decided to reinstall gcc and g++ version 2.7.2.3 as advised by the developers of the Debian distribution (Hamm 2.0). I do several recompiles per year from my kernel; with kernel compilation it is even more strongly advised to use gcc version 2.7.2.3. Compilation of KDE works well now and satisfies my needs for this moment.

I will come back to egcs in the near future most certainly.

Again thank you for your help.

Yours sincerely,

Jack van Asten,
the Netherlands.
-- 
    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen

-- 
    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen

-- 
    __ 
   (..)               
  / \/ \             L I N U X 
 //|  |\\           T H E   C H O I C E   O F   A
///|  |\\\           G N U   G E N E R A T I O N
\<^^>_<^^>/                          
-------------------------------------------------------------------------
E: stynbuys@xsite.xs4all.nl	Sjaak van Asten		Nijmegen




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

end of thread, other threads:[~1998-09-21 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-11  6:50 compile error in kdesupport-1.0 Sjaak van Asten
1998-09-11 22:25 ` Alexandre Oliva
1998-09-12 12:57   ` Sjaak van Asten
1998-09-12  8:46     ` Alexandre Oliva
1998-09-21 13:45 Sjaak van Asten
1998-09-21 13:45 Sjaak van Asten

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