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: Succeeded with Alpha+19980803, some feedback


| 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>


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