public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "SCOTT A. KAJIHARA" <gnu@asc.hpc.mil>
To: gcc-gnats@gcc.gnu.org
Subject: libstdc++/3430: configure for libstdc++-v3 fails on Tru64 Alpha
Date: Tue, 26 Jun 2001 11:06:00 -0000	[thread overview]
Message-ID: <200106261803.OAA757324@hpcfive0.asc.hpc.mil> (raw)

>Number:         3430
>Category:       libstdc++
>Synopsis:       configure for libstdc++-v3 fails on Tru64 Alpha
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 26 11:06:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     SCOTT A. KAJIHARA
>Release:        3.0
>Organization:
ASC MSRC, Wright-Patterson AFB, OH
>Environment:
System: OSF1 hpcfive0 V5.0 910 alpha
Machine: alpha
	
host: alpha-dec-osf5.0
build: alpha-dec-osf5.0
target: alpha-dec-osf5.0
configured with: ../configure --prefix=/app/gnu/APPS --exec-prefix=/app/gnu/APPS/alpha
>Description:
	During configure in
./gcc-3.0/0alpha-build/alpha-dec-osf5.0/libstdc++-v3, generates error message

checking for g++ that will successfully compile libstdc++-v3... configure: error: please upgrade to GCC 3.0 or above
gmake: *** [configure-target-libstdc++-v3] Error 1

In the configure.log file, the following information is given:

configure:2576: checking for g++ that will successfully compile libstdc++-v3
configure:2597: /hafs7/gnu/scratch/gcc-3.0/0alpha-build/gcc/xgcc -B/hafs7/gnu/scratch/gcc-3.0/0alpha-build/gcc/ -nostdinc++  -L/hafs7/gnu/scratch/gcc-3.0/0alpha-build/alpha-dec-osf5.0/libstdc++-v3/src -L/hafs7/gnu/scratch/gcc-3.0/0alpha-build/alpha-dec-osf5.0/libstdc++-v3/src/.libs -B/app/gnu/APPS/alpha/alpha-dec-osf5.0/bin/ -B/app/gnu/APPS/alpha/alpha-dec-osf5.0/lib/ -isystem /app/gnu/APPS/alpha/alpha-dec-osf5.0/include -c -g -O2 -mieee  conftest.C 1>&5
<internal>:0: Internal error #536854048.
<internal>:0: Internal compiler error in , at \x01:536854032
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
configure: failed program was:
#line 2586 "configure"
#include "confdefs.h"

int main() {

  #if __GNUC__ < 3
    not_ok
  #endif
  
; return 0; }

>How-To-Repeat:
	
Use above command (intermediate gcc) on the file

#define PACKAGE "libstdc++"
#define VERSION "3.0.0"

int main() {

  #if __GNUC__ < 3
    not_ok
  #endif
  
; return 0; }

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


                 reply	other threads:[~2001-06-26 11:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200106261803.OAA757324@hpcfive0.asc.hpc.mil \
    --to=gnu@asc.hpc.mil \
    --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).