public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: mdeil@pallas.de
To: gcc-gnats@gcc.gnu.org
Subject: bootstrap/6003: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
Date: Tue, 19 Mar 2002 09:06:00 -0000	[thread overview]
Message-ID: <20020319165636.17044.qmail@sources.redhat.com> (raw)

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


>Number:         6003
>Category:       bootstrap
>Synopsis:       gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 19 09:06:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mario Deilmann
>Release:        gcc 3.0.4
>Organization:
>Environment:
poohgcc-3.0.4/obj> gcc -v
Reading specs from /home/mdeil/sparc/lib/gcc-lib/sparc-sun-solaris2.7/3.0/specs
Configured with: ../configure --prefix=/home/mdeil/sparc --enable-language=c++
Thread model: posix
gcc version 3.0
poohgcc-3.0.4/obj> uname -a
SunOS pooh 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-4
>Description:
I followed the instructions ;):

xzip gcc-3.0.4.tar.gz
cd gcc-3.0.4/
mkdir obj
cd obj/
../configure --prefix=/home/mdeil/sparc --enable-language=c++
make -j 4 bootstrap
make bootstrap (just to be sure)

--snip
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/mdeil/tmp/gcc-3.0.4/obj/gcc«
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/home/mdeil/sparc/sparc-sun-solaris2.7/bin/ -isystem /home/mdeil/sparc/sparc-sun-solaris2.7/include -isystem /home/mdeil/sparc/sparc-sun-solaris2.7/sys-include -O2   -DIN_GCC  -DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,libgcc_s.so.1 -Wl,-z,text -Wl,-z,defs -Wl,-M,libgcc.map -o libgcc_s.so   libgcc/./_muldi3.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_exit.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o -lc && rm -f libgcc_s.so.1 && ln -s libgcc_s.so libgcc_s.so.1
/home/mdeil/sparc/sparc-sun-solaris2.7/bin/ld:libgcc.map: file format not recognized; treating as linker script
/home/mdeil/sparc/sparc-sun-solaris2.7/bin/ld:libgcc.map:1: parse error
collect2: ld returned 1 exit status
make[3]: *** [libgcc_s.so] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/mdeil/tmp/gcc-3.0.4/obj/gcc«
make[2]: *** [libgcc.a] Fehler 2
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/mdeil/tmp/gcc-3.0.4/obj/gcc«
make[1]: *** [stage1_build] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/mdeil/tmp/gcc-3.0.4/obj/gcc«
make: *** [bootstrap] Fehler 2
>How-To-Repeat:
Go on a Solaris 2.7 system with gcc 3.0.0 and the same should occure there - I hope !
>Fix:
No idea !
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-03-19 17:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-19  9:06 mdeil [this message]
2002-05-15 18:30 rodrigc
2002-11-26 11:13 bangerth

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=20020319165636.17044.qmail@sources.redhat.com \
    --to=mdeil@pallas.de \
    --cc=gcc-gnats@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).