This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: binutils, gcc under hpux9.01 host


CHAPELLE JEAN-FRANCOIS XELM <chapelle@elecma.snecma.fr> wrote:
> ./config.status is unchanged
> ./configure: sh internal 2K buffer overflow
>
> ./configure: sh internal 2K buffer overflow

HP-UX9 brain damage.  try this (sh syntax) below to fix things
up.  After that, it should work just find.  I have HPUX9 cross
to m68k-unknown-aout with no troubles on GCC2.7.2 and binutils 2.8

$ CONFIG_SHELL=/bin/ksh ; export CONFIG_SHELL

I don't have access to HPUX10 so I don't know if this is fixed
in their recent OS.


--- share and enjoy!
--- brian witt