public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/6003: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
@ 2002-11-26 11:13 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2002-11-26 11:13 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mdeil, nobody

Synopsis: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 10:07:30 2002
State-Changed-Why:
    No feedback since May.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6003


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

* Re: bootstrap/6003: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
@ 2002-05-15 18:30 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-05-15 18:30 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mdeil, nobody

Synopsis: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Wed May 15 18:30:57 2002
State-Changed-Why:
    This is a duplicate of PR 4390:
    http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4390&database=gcc
    
    You didn't follow the procedure specified in the system-specific installation instructions to make sure GCC will find GNU as and GNU ld, instead of Solaris' bundled utilities.  Having them first in the PATH is not enough, and actually confuses configure.
    
    See:
    http://gcc.gnu.org/install/configure.html
    and refer to the flags for:
    --with-as=
    --with-gnu-as
    --with-ld
    --with-gnu-ld
    
    
    
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6003


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

* bootstrap/6003: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
@ 2002-03-19  9:06 mdeil
  0 siblings, 0 replies; 3+ messages in thread
From: mdeil @ 2002-03-19  9:06 UTC (permalink / raw)
  To: gcc-gnats

[-- 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:


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

end of thread, other threads:[~2002-11-19 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-26 11:13 bootstrap/6003: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7 bangerth
  -- strict thread matches above, loose matches on Subject: below --
2002-05-15 18:30 rodrigc
2002-03-19  9:06 mdeil

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