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



  In message <2.2.32.19980817135135.00ea2138@po9.mit.edu>you write:
  > Ok, I did some poking around.  I can't find any evidence
  > that anything is trying to write any specific file to that
  > directory when the error is reported; maybe the error causes
  > the install to divert files to the prefix location, but
  > I'm just guessing about that.  It simply looks like
  > the gcc-specific part of the install thinks its installdir
  > is /usr/local.  From what I could tell, the problem appears
  > in $objdir/gcc/Makefile.  The error message appears when
  > line #3402 gets executed.
But if you specified a prefix, installdir should not be /usr/local!
That is precisely what I need you to track down -- how/why is this
happening.

What references to /usr/local exist in your gcc Makefiles?  Are you
absolutely sure you use --prefix=<something>?  Could you have typo'd
the argument?  You can look at config.status in the gcc subdir to
find out exactly how your configured the compiler.
jeff


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