public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: jason andrade <jason@dstc.edu.au>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: bootstrap/6825: [Sun OS 4.1.4] gcc 3.1 fails to build
Date: Mon, 02 Dec 2002 04:46:00 -0000	[thread overview]
Message-ID: <20021202124604.9890.qmail@sources.redhat.com> (raw)

The following reply was made to PR bootstrap/6825; it has been noted by GNATS.

From: jason andrade <jason@dstc.edu.au>
To: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
Cc: bangerth@dealii.org, <gcc-bugs@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>,
   <gcc-gnats@gcc.gnu.org>
Subject: Re: bootstrap/6825: [Sun OS 4.1.4] gcc 3.1 fails to build
Date: Mon, 2 Dec 2002 22:36:51 +1000 (EST)

 On Mon, 25 Nov 2002, Wolfgang Bangerth wrote:
 
 > I don't think I personally can do something about it, but we may contact
 > the SunOS/Sparc maintainers whether they would like to take a look at it,
 > in case it still fails. Thanks for the offer!
 
 the build stops with this error:
 
 /local/dev/build/gcc-3.2.1/gcc/xgcc -B/local/dev/build/gcc-3.2.1/gcc/ -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/bin/ -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/lib/ -isystem /opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/include -DHAVE_CONFIG_H -I. -I. -I.. -O2 -O2 -c signbit.c  -fPIC -DPIC -o .libs/signbit.o
 signbit.c: In function `__signbit':
 signbit.c:39: `ieee_double_shape_type' undeclared (first use in this function)
 signbit.c:39: (Each undeclared identifier is reported only once
 signbit.c:39: for each function it appears in.)
 signbit.c:39: parse error before "gh_u"
 signbit.c:39: `gh_u' undeclared (first use in this function)
 make[4]: *** [signbit.lo] Error 1
 make[4]: *** Waiting for unfinished jobs....
 /local/dev/build/gcc-3.2.1/gcc/xgcc -B/local/dev/build/gcc-3.2.1/gcc/ -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/bin/ -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/lib/ -isystem /opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/include -DHAVE_CONFIG_H -I. -I. -I.. -O2 -O2 -c signbitf.c  -fPIC -DPIC -o .libs/signbitf.o
 /local/dev/build/gcc-3.2.1/gcc/xgcc -B/local/dev/build/gcc-3.2.1/gcc/ -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/bin/ -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/lib/ -isystem /opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/include -DHAVE_CONFIG_H -I. -I. -I.. -O2 -O2 -c signbitf.c -o signbitf.o >/dev/null 2>&1
 make[4]: Leaving directory `/local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/libmath'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3'
 make[2]: *** [all-recursive-am] Error 2
 make[2]: Leaving directory `/local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3'
 make[1]: *** [all-target-libstdc++-v3] Error 2
 make[1]: Leaving directory `/local/dev/build/gcc-3.2.1'
 make: *** [bootstrap-lean] Error 2
 
 
 i've traced this to, i think, sunos not defining what ENDIANNESS it is.  if i manually
 #DEFINE BIG_ENDIAN 1
 
 this fixes it.
 
 then, it dies later here
 
 /local/dev/build/gcc-3.2.1/gcc/xgcc -shared-libgcc -B/local/dev/build/gcc-3.2.1/gcc/ -nostdinc++ -L/local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/src -L/local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/src/.libs -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/bin/ -B/opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/lib/ -isystem /opt/local/stow/gcc-3.2.1/sparc-sun-sunos4.1.4/include -I../../../gcc -I../../../include -I/local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/inclu de/sparc-sun-sunos4.1.4 -I/local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/include -I../libsupc++ -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c eh_alloc.cc -o eh_alloc.o
 In file included from eh_alloc.cc:33:
 /local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/include/cstdlib:86: `
    div_t' not declared
 /local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/include/cstdlib:87: `
    ldiv_t' not declared
 /local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/include/cstdlib:97: `
    div' not declared
 /local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/include/cstdlib:102: `
    ldiv' not declared
 /local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/include/cstdlib:104: `
    mblen' not declared
 /local/dev/build/gcc-3.2.1/sparc-sun-sunos4.1.4/libstdc++-v3/include/cstdlib:122: syntax
    error before `(' token
 make: *** [eh_alloc.lo] Error 1
 
 
 i am assuming there is some other error here i haven't been able to follow :-(
 
 
 regards,
 
 -jason
 


             reply	other threads:[~2002-12-02 12:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02  4:46 jason andrade [this message]
2002-12-02  4:56 David S. Miller
2002-12-05 14:26 Wolfgang Bangerth
2002-12-05 15:16 jason andrade
2002-12-05 15:26 Wolfgang Bangerth
2003-05-21  8:36 Dara Hazeghi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021202124604.9890.qmail@sources.redhat.com \
    --to=jason@dstc.edu.au \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).