public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* egcs-1.1.2 'configure' bug
@ 1999-07-14 17:02 James Carlson
  0 siblings, 0 replies; only message in thread
From: James Carlson @ 1999-07-14 17:02 UTC (permalink / raw)
  To: egcs-bugs

Probably a small one.  I did this:

../egcs-1.1.2/configure --target=powerpc--elf --enable-haifa --with-gnu-as --with-gnu-ld --with-stabs --without-headers --without-libs

And got this:

Configuring for a sparc-sun-solaris2.6 host.
Copying no to /usr/local/powerpc--elf/lib
../egcs-1.1.2/configure: no: does not exist
../egcs-1.1.2/configure: /usr/local/powerpc--elf/lib/COPIED: cannot create

It looks like configure.in doesn't understand the "without" option.
Should it?  If it shouldn't, then maybe the bug is just in the
documentation ...

-- 
James Carlson, Software Architect                   <carlson@ibnets.com>
IronBridge Networks / 55 Hayden Avenue   71.246W   Vox:  +1 781 372 8132
Lexington MA  02421-7996 / USA           42.423N   Fax:  +1 781 372 8090
"PPP Design and Debugging" --- http://people.ne.mediaone.net/carlson/ppp
>From khan@xraylith.wisc.EDU Wed Jul 14 17:02:00 1999
From: Mumit Khan <khan@xraylith.wisc.EDU>
To: Giuliano Procida <myxie@debian.org>
Cc: bugs@debian.org, egcs-bugs@egcs.cygnus.com
Subject: Re: g++ internal error 
Date: Wed, 14 Jul 1999 17:02:00 -0000
Message-id: <199907141729.MAA15664@mercury.xraylith.wisc.edu>
References: <19990714162506.A5266@hilfy.dev.madge.com>
X-SW-Source: 1999-07/msg00532.html
Content-length: 794

Giuliano Procida <myxie@debian.org> writes:
> Package: g++
> Version: 2.91.66-2
> 
> #include <string>
> class myclass { static const string foo = "bar"; };
> 
> $ g++ break.c
> break.c:2: Internal compiler error 109.
> break.c:2: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
> `break.c:2: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.
> $ g++ -v
> `Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 Debian GNU/Linux (egcs-1.1.2 release)
> 

Upcoming gcc-2.95 isses the following diagnostic:
 
 $ gcc --version
 2.95
 $ gcc -Wall -ansi -pedantic x1.cc 
 x1.cc:2: in-class initialization of static data member of 
   non-integral type `const string'

Looks like the bug has been fixed for 2.95.

Regards,
Mumit


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

only message in thread, other threads:[~1999-07-14 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-14 17:02 egcs-1.1.2 'configure' bug James Carlson

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