This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: top level configure needs rebuild
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Subject: Re: top level configure needs rebuild
- From: "Zack Weinberg" <zackw at stanford dot edu>
- Date: Tue, 23 Jan 2001 22:31:39 -0800
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200101240611.BAA20657@hiauly1.hia.nrc.ca>
On Wed, Jan 24, 2001 at 01:11:23AM -0500, John David Anglin wrote:
> In this patch, configure didn't get rebuilt:
>
> 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
>
> * configure.in: Enable libgcj on several additional platforms.
>
> 508 (hiauly1)dave> ls -ltr configure*
> -rwxr-xr-x 1 dave users 50270 Jan 2 10:44 configure
> -rw-r--r-- 1 dave users 49049 Jan 24 00:09 configure.in
The top level configure is *not* an autoconf script. It's its own
strange and wonderful thing.
> Also, I get this warning:
>
> 507 (hiauly1)dave> contrib/gcc_update
> Updating CVS tree
> cvs update: warning: unrecognized response `limit: coredumpsize: Can't set limit
> ' from cvs server
Works fine here. That's a csh error message - have you got shell
access on gcc.gnu.org/sources.redhat.com, do you use [t]csh there, and
have you got stuff in .cshrc and/or .login?
zw