public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Problem building egcs-20000313 on a Solaris 2.5.1 box
@ 2000-03-15  6:59 'David Scott Urban
  2000-04-01  0:00 ` 'David Scott Urban
  0 siblings, 1 reply; 6+ messages in thread
From: 'David Scott Urban @ 2000-03-15  6:59 UTC (permalink / raw)
  To: oliva; +Cc: gcc-help

>
> On Mar 15, 2000, "'David Scott Urban" <urban@ast.lmco.com> wrote:
> 
> > ../../egcs/gcc/stor-layout.c:691: `record_align' undeclared (first use in 
this 
> 
> Yup, it's a simple typo, just open the file in the given line, look a
> few lines above and below and the fix will be obvious.  Or just get
> the next delta from CVS :-)
> 

Thanks. I knew it was something that simple. Just in too big of a hurry to get 
things done.

Scott Urban

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

* Re: Problem building egcs-20000313 on a Solaris 2.5.1 box
  2000-03-15  6:59 Problem building egcs-20000313 on a Solaris 2.5.1 box 'David Scott Urban
@ 2000-04-01  0:00 ` 'David Scott Urban
  0 siblings, 0 replies; 6+ messages in thread
From: 'David Scott Urban @ 2000-04-01  0:00 UTC (permalink / raw)
  To: oliva; +Cc: gcc-help

>
> On Mar 15, 2000, "'David Scott Urban" <urban@ast.lmco.com> wrote:
> 
> > ../../egcs/gcc/stor-layout.c:691: `record_align' undeclared (first use in 
this 
> 
> Yup, it's a simple typo, just open the file in the given line, look a
> few lines above and below and the fix will be obvious.  Or just get
> the next delta from CVS :-)
> 

Thanks. I knew it was something that simple. Just in too big of a hurry to get 
things done.

Scott Urban

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

* Problem building egcs-20000313 on a Solaris 2.5.1 box
  2000-03-15  6:28 'David Scott Urban
  2000-03-15  6:32 ` Alexandre Oliva
@ 2000-04-01  0:00 ` 'David Scott Urban
  1 sibling, 0 replies; 6+ messages in thread
From: 'David Scott Urban @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help

uname -a
SunOS mammoth 5.5.1 Generic_103640-29 sun4u sparc

gcc -v
Reading specs from 
/appl/gnu/SunOS5/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/specs
gcc version 2.8.1

as -v
GNU assembler version 000312 (sparc-sun-solaris2.5.1) using BFD version 000312

ld -v
GNU ld version 2.9.5 (with BFD 000312)

../egcs/configure --prefix=/usr/local/share/gnu 
--with-ld=/usr/local/share/gnu/bin/ld --with-as=/usr/local/share/gnu/bin/as 
--enable-threads=posix --with-included-gettext --with-catgets

gmake bootstrap

I seem to remember seeing this before but can't figure out what I did to correct 
it. I get the following error trying to build gcc:

gcc -c  -DIN_GCC  -DSVR4  -g -W -Wall -Wtraditional  -DHAVE_CONFIG_H    -I. 
-I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include 
../../egcs/gcc/stor-layout.c
../../egcs/gcc/stor-layout.c: In function `finalize_record_size':
../../egcs/gcc/stor-layout.c:691: `record_align' undeclared (first use in this 
function)
../../egcs/gcc/stor-layout.c:691: (Each undeclared identifier is reported only 
once
../../egcs/gcc/stor-layout.c:691: for each function it appears in.)
gmake[2]: *** [stor-layout.o] Error 1
gmake[2]: Leaving directory `/home/urban/gnu_src/compile/objdir/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/home/urban/gnu_src/compile/objdir/gcc'
gmake: *** [bootstrap] Error 2

Scott Urban

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

* Re: Problem building egcs-20000313 on a Solaris 2.5.1 box
  2000-03-15  6:32 ` Alexandre Oliva
@ 2000-04-01  0:00   ` Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2000-04-01  0:00 UTC (permalink / raw)
  To: 'David Scott Urban; +Cc: gcc-help

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

On Mar 15, 2000, "'David Scott Urban" <urban@ast.lmco.com> wrote:

> ../../egcs/gcc/stor-layout.c:691: `record_align' undeclared (first use in this 

Yup, it's a simple typo, just open the file in the given line, look a
few lines above and below and the fix will be obvious.  Or just get
the next delta from CVS :-)

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Re: Problem building egcs-20000313 on a Solaris 2.5.1 box
  2000-03-15  6:28 'David Scott Urban
@ 2000-03-15  6:32 ` Alexandre Oliva
  2000-04-01  0:00   ` Alexandre Oliva
  2000-04-01  0:00 ` 'David Scott Urban
  1 sibling, 1 reply; 6+ messages in thread
From: Alexandre Oliva @ 2000-03-15  6:32 UTC (permalink / raw)
  To: 'David Scott Urban; +Cc: gcc-help

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

On Mar 15, 2000, "'David Scott Urban" <urban@ast.lmco.com> wrote:

> ../../egcs/gcc/stor-layout.c:691: `record_align' undeclared (first use in this 

Yup, it's a simple typo, just open the file in the given line, look a
few lines above and below and the fix will be obvious.  Or just get
the next delta from CVS :-)

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Problem building egcs-20000313 on a Solaris 2.5.1 box
@ 2000-03-15  6:28 'David Scott Urban
  2000-03-15  6:32 ` Alexandre Oliva
  2000-04-01  0:00 ` 'David Scott Urban
  0 siblings, 2 replies; 6+ messages in thread
From: 'David Scott Urban @ 2000-03-15  6:28 UTC (permalink / raw)
  To: gcc-help

uname -a
SunOS mammoth 5.5.1 Generic_103640-29 sun4u sparc

gcc -v
Reading specs from 
/appl/gnu/SunOS5/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/specs
gcc version 2.8.1

as -v
GNU assembler version 000312 (sparc-sun-solaris2.5.1) using BFD version 000312

ld -v
GNU ld version 2.9.5 (with BFD 000312)

../egcs/configure --prefix=/usr/local/share/gnu 
--with-ld=/usr/local/share/gnu/bin/ld --with-as=/usr/local/share/gnu/bin/as 
--enable-threads=posix --with-included-gettext --with-catgets

gmake bootstrap

I seem to remember seeing this before but can't figure out what I did to correct 
it. I get the following error trying to build gcc:

gcc -c  -DIN_GCC  -DSVR4  -g -W -Wall -Wtraditional  -DHAVE_CONFIG_H    -I. 
-I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include 
../../egcs/gcc/stor-layout.c
../../egcs/gcc/stor-layout.c: In function `finalize_record_size':
../../egcs/gcc/stor-layout.c:691: `record_align' undeclared (first use in this 
function)
../../egcs/gcc/stor-layout.c:691: (Each undeclared identifier is reported only 
once
../../egcs/gcc/stor-layout.c:691: for each function it appears in.)
gmake[2]: *** [stor-layout.o] Error 1
gmake[2]: Leaving directory `/home/urban/gnu_src/compile/objdir/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/home/urban/gnu_src/compile/objdir/gcc'
gmake: *** [bootstrap] Error 2

Scott Urban

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

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-15  6:59 Problem building egcs-20000313 on a Solaris 2.5.1 box 'David Scott Urban
2000-04-01  0:00 ` 'David Scott Urban
  -- strict thread matches above, loose matches on Subject: below --
2000-03-15  6:28 'David Scott Urban
2000-03-15  6:32 ` Alexandre Oliva
2000-04-01  0:00   ` Alexandre Oliva
2000-04-01  0:00 ` 'David Scott Urban

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