Your recent change to gcc/configure.in

Richard Earnshaw rearnsha@arm.com
Mon Nov 13 08:59:00 GMT 2000


> 
> This change 
> 
> 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
> 
>         * configure.in: Take toplevel configure arguments from the
>         environment to create configargs.h and substitute
>         gcc_config_arguments, taking account of any existing configargs.h
>         if reconfiguring.
>         * configure: Regenerate.
> 
> Breaks builds on Solaris machines.  'test' on these machines does not 
> support the -e flag.
> 
> Also, in autoconf files you should use 'test', not '['; since I believe 
> that the latter is not as widely available on some obscure machines.
> 
> R.
> 


Ok, I've installed the following patch to fix this problem:

2000-11-13  Richard Earnshaw  <rearnsha@arm.com>

	* configure.in:  Use 'test -f' not '[ -e'.
	* configure: Regenerated.




More information about the Gcc-patches mailing list