This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Possible egcs-1.1.2-pre2 configure problem on HP-UX 9.04


On Mar  1, 1999, Franz Sirl <Franz.Sirl-kernel@lauterbach.com> wrote:

> At 18:01 01.03.99 , Alexandre Oliva wrote:
>> On Mar  1, 1999, rodneybrown@pmsc.com wrote:
>> 
>>> Configuring on HP-UX 9.04 gave a 'sh internal 2K buffer overflow' -
>>> the build seems to be running and pre1 worked ok. I tried changing
>>> the etc/configure to run using #!/bin/ksh to no avail.
>> 
>> Set CONFIG_SHELL

> Hmm, will this still work as expected?

Yep, this is only for configure time.

> --- texinfo/lib/Makefile.in     1998/04/02 03:45:22     1.4
> +++ texinfo/lib/Makefile.in     1999/02/24 02:45:41     1.4.2.1
> -SHELL = @SHELL@
> +SHELL = /bin/sh

I don't think this would be a problem, but it's strange that automake
1.3 does not use @SHELL@ as defined by configure...  Well, most
commands it runs are so simple that it shouldn't matter.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org,computer.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Instituto de Computação, Universidade Estadual de Campinas, SP, Brasil



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]