public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libstdc++/3430: configure for libstdc++-v3 fails on Tru64 Alpha
@ 2001-06-26 11:06 SCOTT A. KAJIHARA
  0 siblings, 0 replies; only message in thread
From: SCOTT A. KAJIHARA @ 2001-06-26 11:06 UTC (permalink / raw)
  To: gcc-gnats

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-26 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-26 11:06 libstdc++/3430: configure for libstdc++-v3 fails on Tru64 Alpha SCOTT A. KAJIHARA

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