public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/7141: GCC-3.1 does not build on DEC OSF1 4.0e
@ 2003-05-17  6:51 giovannibajo
  0 siblings, 0 replies; 3+ messages in thread
From: giovannibajo @ 2003-05-17  6:51 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, ralf.hildebrandt

Synopsis: GCC-3.1 does not build on DEC OSF1 4.0e

State-Changed-From-To: open->closed
State-Changed-By: bajo
State-Changed-When: Sat May 17 06:51:58 2003
State-Changed-Why:
    Not a bug.

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


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

* Re: bootstrap/7141: GCC-3.1 does not build on DEC OSF1 4.0e
@ 2003-05-14 18:56 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-14 18:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org,
   ralf.hildebrandt@charite.de
Cc:  
Subject: Re: bootstrap/7141: GCC-3.1 does not build on DEC OSF1 4.0e
Date: Wed, 14 May 2003 11:47:48 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=7141
 
 Hello,
 
 This is not a bug in gcc. See:
 http://gcc.gnu.org/install/specific.html#alpha*-dec-osf*
 
 This problem can be solved either by disabling the fancy gc,  
 reconfiguring swap and memory parameters or with a patch to gcc.
 
 Dara 
 


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

* bootstrap/7141: GCC-3.1 does not build on DEC OSF1 4.0e
@ 2002-06-27  0:36 ralf.hildebrandt
  0 siblings, 0 replies; 3+ messages in thread
From: ralf.hildebrandt @ 2002-06-27  0:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7141
>Category:       bootstrap
>Synopsis:       GCC-3.1 does not build on DEC OSF1 4.0e
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 26 23:56:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     ralf.hildebrandt@charite.de
>Release:        unknown-1.0
>Organization:
>Environment:
OSF1 mailhost.charite.de V4.0 1091 alpha
# gcc -v
Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/2.95.3/specs
gcc version 2.95.3 20010315 (release)
# /usr/local/bin/make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for alpha-dec-osf4.0e
# bison --version
bison (GNU Bison) 1.35
>Description:
../configure --host=alpha-dec-osf4.0e --enable-shared --enable-version-specific-runtime-libs
Then, after "make bootstrap-lean" I got:

test -d po || mkdir po
: --statistics -o po/tr.gmo ../../gcc/po/tr.po
stage1/xgcc -Bstage1/ -B/usr/local/alpha-dec-osf4.0e/bin/ -DIN_GCC     -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o cc1  c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o  c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o  c-objc-common.o libcpp.a  main.o libbackend.a ./intl/libintl.a  -liconv  ../libiberty/libiberty.a
stage1/xgcc -Bstage1/ -B/usr/local/alpha-dec-osf4.0e/bin/ -DIN_GCC     -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o tradcpp0  tradcpp.o tradcif.o mkdeps.o cppdefault.o version.o intl.o ./intl/libintl.a  -liconv  ../libiberty/libiberty.a
stage1/xgcc -Bstage1/ -B/usr/local/alpha-dec-osf4.0e/bin/ -DIN_GCC     -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  gcov.o intl.o version.o ./intl/libintl.a  -liconv  ../libiberty/libiberty.a -o gcov
stage1/xgcc -Bstage1/ -B/usr/local/alpha-dec-osf4.0e/bin/ -c -DIN_GCC     -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp -I../../gcc -I../../gcc/cp  -I../../gcc/config -I../../gcc/../include ../../gcc/cp/decl.c -o cp/decl.o
virtual memory exhausted: Not enough space
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-17  6:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-17  6:51 bootstrap/7141: GCC-3.1 does not build on DEC OSF1 4.0e giovannibajo
  -- strict thread matches above, loose matches on Subject: below --
2003-05-14 18:56 Dara Hazeghi
2002-06-27  0:36 ralf.hildebrandt

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