This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Succeeded with Alpha+19980803, some feedback
- To: reidmp at mit dot edu (Reid M. Pinchback)
- Subject: Re: Succeeded with Alpha+19980803, some feedback
- From: Carlo Wood <carlo at runaway dot xs4all dot nl>
- Date: Sat, 15 Aug 1998 19:44:59 +0200 (CEST)
- Cc: egcs at cygnus dot com (egcs at cygnus dot com)
| 2. For some reason "make install" is trying to
| put something in /usr/local (and failing,
| since I'm not running as root). I find this
| odd given the configure options I used.
| I'm not sure yet what or why; I'll pass along
| more details if/when I figure it out.
In gcc/Makefile.in there is a 'local_prefix = @local_prefix@'
While gcc/configure allows to pass a --with-local-prefix=DIR,
it seems that the 'base' configure does not allow to
pass that parameter, causing local_prefix to be always
/usr/local. I didn't try it myself however :/
| 3. I ran dejagnu-980528 on the result of this
| egcs build; it spotted a couple of things that
| unexpectedly failed and many that unexpectedly
| succeeded. I haven't used dejagnu before, so
| once I figure out how to tease out some specific
| details, I'll pass them along.
in the contrib/ directory you will find a script
(test_summary) that allows you to send your 'make check'
output to this list.
--
Carlo Wood <carlo@runaway.xs4all.nl>