This is the mail archive of the gcc-bugs@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: Trouble building on hppa1.1-hp-hpux10.20


In a message dated 8/3/98 5:50:38 PM Pacific Daylight Time,
flynnk@cs.nrl.navy.mil writes:

> I'm trying to build egcs[1.0.3a] on my HP-UX 10.20 Series 700 machine and

[it's trying to use /bin/as instead of gas]

We've just been discussing this very thing, and I verified today that this
build requires binutils to have been installed in the directory specified by
--prefix.  Bummer, I'm losing lots of disk space with multiple installations
of binutils.  In addition, due to the bugs in this version (fixed in the
pre-1.1 snapshots), this compiler should not be invoked with -O.  e.g. you
must configure with BOOT_CFLAGS = -O0.  If you are trying to satisfy its
desire to use autoconf, configure should be with DEFAULT_M4 = <path to
installed gnu m4>.  If you use the current snapshot, you can use optimization,
but these other cautions still apply.  I'm still trying to verify runs with
current testsuites on 1.0.3a, observing above cautions to use optimization for
the tests only.  Hope to have it tomorrow.


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