public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Compilation problems
@ 1999-04-28  3:26 Christian Ritter
  1999-04-30 23:15 ` Christian Ritter
  0 siblings, 1 reply; 7+ messages in thread
From: Christian Ritter @ 1999-04-28  3:26 UTC (permalink / raw)
  To: egcs

Dear egcs-team,

when we try to compile egcs on our alpha workstation we end with the 
following:

No suffix list.
make all-recursive
No suffix list.
Making all in intl
Making all in lib
Making all in makeinfo
Making all in util
/usr2/local/egcs/gcc/xgcc -B/usr2/local/egcs/gcc/  -DIN_GCC    -g -O2 
-I./include  -I. -I/usr/local/willysrc/egcs-1.1.2/gcc 
-I/usr/local/willysrc/egcs-1.1.2/gcc/config  -c 
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.c -o objc/encoding.o
In file included from include/stdarg.h:36,
                 from include/objc/objc-api.h:34,
                 from 
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.h:33,
                 from 
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.c:28:
include/va-alpha.h:36: redefinition of `va_list'
include/va_list.h:7: `va_list' previously declared here
*** Exit 1
Stop.
*** Exit 1
Stop.

Can you help us?

Christian

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

* Compilation problems
  1999-04-28  3:26 Compilation problems Christian Ritter
@ 1999-04-30 23:15 ` Christian Ritter
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Ritter @ 1999-04-30 23:15 UTC (permalink / raw)
  To: egcs

Dear egcs-team,

when we try to compile egcs on our alpha workstation we end with the 
following:

No suffix list.
make all-recursive
No suffix list.
Making all in intl
Making all in lib
Making all in makeinfo
Making all in util
/usr2/local/egcs/gcc/xgcc -B/usr2/local/egcs/gcc/  -DIN_GCC    -g -O2 
-I./include  -I. -I/usr/local/willysrc/egcs-1.1.2/gcc 
-I/usr/local/willysrc/egcs-1.1.2/gcc/config  -c 
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.c -o objc/encoding.o
In file included from include/stdarg.h:36,
                 from include/objc/objc-api.h:34,
                 from 
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.h:33,
                 from 
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.c:28:
include/va-alpha.h:36: redefinition of `va_list'
include/va_list.h:7: `va_list' previously declared here
*** Exit 1
Stop.
*** Exit 1
Stop.

Can you help us?

Christian

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

* Re: Compilation problems
  1998-10-29 18:23   ` Randy Joiner
@ 1998-10-30  9:53     ` Jeffrey A Law
  0 siblings, 0 replies; 7+ messages in thread
From: Jeffrey A Law @ 1998-10-30  9:53 UTC (permalink / raw)
  To: Randy Joiner; +Cc: Egcs Mail List

  In message < Pine.LNX.3.96.981029123630.2904k-100000@tc.net >you write:
  > Thanks to everyone who replied-
  > But.  (Isn't there always one)  The current snapshot on the web is 1026,
Correct.  But you can use CVS sources to get the fixed code instead of waiting
for the next snapshot.


  > the cvs module for the latest snapshot is an unknown module,
The module name is "egcs".  You do not need any special branch arguments.
http://www.cygnus.com/egcs/cvs.html


  > and I can't
  > get autoconf, or texinfo to compile on my machine due to some Symbol
  > referencing errors with ginfo [?] on an object file, which leaves a
  > compile from cvs source to be out of my league.
No idea what you're talking about.  Maybe if you provided more specifics
someone could help you.

jeff

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

* Re: Compilation problems
  1998-10-29  9:46 ` Jeffrey A Law
@ 1998-10-29 18:23   ` Randy Joiner
  1998-10-30  9:53     ` Jeffrey A Law
  0 siblings, 1 reply; 7+ messages in thread
From: Randy Joiner @ 1998-10-29 18:23 UTC (permalink / raw)
  To: egcs; +Cc: Egcs Mail List

On Thu, 29 Oct 1998, Jeffrey A Law wrote:
> It was a bug in the previous snapshot which has already been fixed for the
> next snapshot.
> 
> If you're cvs capable you can update your sources and they ought to work.
> 
> jeff
> 

Thanks to everyone who replied-
But.  (Isn't there always one)  The current snapshot on the web is 1026,
the cvs module for the latest snapshot is an unknown module, and I can't
get autoconf, or texinfo to compile on my machine due to some Symbol
referencing errors with ginfo [?] on an object file, which leaves a
compile from cvs source to be out of my league.

So.  Compilation is still a no-go situation, and the errors persist.

Rand.
__
Randall Joiner,  Prestidictator/Son-of-a-bezelwort/Sysadmin
This may seem a bit weird, but that's okay, because it is weird.
-- Man page for Perl Data Structures (man perldata)


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

* Re: Compilation problems
  1998-10-28 18:51 Randy Joiner
  1998-10-29  6:59 ` Gerald Pfeifer
@ 1998-10-29  9:46 ` Jeffrey A Law
  1998-10-29 18:23   ` Randy Joiner
  1 sibling, 1 reply; 7+ messages in thread
From: Jeffrey A Law @ 1998-10-29  9:46 UTC (permalink / raw)
  To: Randy Joiner; +Cc: Egcs Mail List

  In message < Pine.LNX.3.96.981028163740.2904i-100000@tc.net >you write:
  > Anyone know what this is about:
  > 
  > ../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented:
  > `function_decl' not supported by dump_type
  > ../../../egcs-19981026/libio/fstream.cc: In method
  > `ofstream::~ofstream()':
  > ../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable
  > for '
  > ../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented:
  > `function_decl' not supported by dump_type
  > ../../../egcs-19981026/libio/fstream.cc: In method
  > `ifstream::~ifstream()':
  > ../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable
  > for '
  > make[2]: *** [fstream.o] Error 1
  > make[2]: Leaving directory
  > `/usr/egcs/src/1026/i386-pc-sysv4.2uw2.1.2/libio'
  > make[1]: *** [all-target-libio] Error 2
  > make[1]: Leaving directory `/usr/egcs/src/1026'
  > make: *** [bootstrap] Error 2
It was a bug in the previous snapshot which has already been fixed for the
next snapshot.

If you're cvs capable you can update your sources and they ought to work.

jeff

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

* Re: Compilation problems
  1998-10-28 18:51 Randy Joiner
@ 1998-10-29  6:59 ` Gerald Pfeifer
  1998-10-29  9:46 ` Jeffrey A Law
  1 sibling, 0 replies; 7+ messages in thread
From: Gerald Pfeifer @ 1998-10-29  6:59 UTC (permalink / raw)
  To: Randy Joiner; +Cc: Egcs Mail List

On Wed, 28 Oct 1998, Randy Joiner wrote:
> make[2]: Leaving directory
> `/usr/egcs/src/1026/i386-pc-sysv4.2uw2.1.2/libio'
                 ^^^^
I deduce that this is from last Monday? Please try again, this apparently
has been fixed.

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] 7+ messages in thread

* Compilation problems
@ 1998-10-28 18:51 Randy Joiner
  1998-10-29  6:59 ` Gerald Pfeifer
  1998-10-29  9:46 ` Jeffrey A Law
  0 siblings, 2 replies; 7+ messages in thread
From: Randy Joiner @ 1998-10-28 18:51 UTC (permalink / raw)
  To: Egcs Mail List

Anyone know what this is about:

../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented:
`function_decl' not supported by dump_type
../../../egcs-19981026/libio/fstream.cc: In method
`ofstream::~ofstream()':
../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable
for '
../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented:
`function_decl' not supported by dump_type
../../../egcs-19981026/libio/fstream.cc: In method
`ifstream::~ifstream()':
../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable
for '
make[2]: *** [fstream.o] Error 1
make[2]: Leaving directory
`/usr/egcs/src/1026/i386-pc-sysv4.2uw2.1.2/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/egcs/src/1026'
make: *** [bootstrap] Error 2

Rand.
__
Randall Joiner,  Prestidictator/Son-of-a-bezelwort/Sysadmin
This may seem a bit weird, but that's okay, because it is weird.
-- Man page for Perl Data Structures (man perldata)


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

end of thread, other threads:[~1999-04-30 23:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-28  3:26 Compilation problems Christian Ritter
1999-04-30 23:15 ` Christian Ritter
  -- strict thread matches above, loose matches on Subject: below --
1998-10-28 18:51 Randy Joiner
1998-10-29  6:59 ` Gerald Pfeifer
1998-10-29  9:46 ` Jeffrey A Law
1998-10-29 18:23   ` Randy Joiner
1998-10-30  9:53     ` Jeffrey A Law

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