This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.0 Linux make install bug?
- To: jschauma at netmeister dot org
- Subject: Re: gcc 3.0 Linux make install bug?
- From: Jason Molenda <jason-gcclist at molenda dot com>
- Date: Mon, 18 Jun 2001 13:17:46 -0700
- Cc: gcc at gcc dot gnu dot org
Joe Schaumann wrote:
>
> Just downloaded and compiled gcc 3.0 (on a Linux platform, FWIW). When
> I "make install" (after a successfull compilation), I get a few errors
> that relate to the location of the "mkinstalldirs" script.
>
PR 3216 is about this, it comes up when buildir==srcdir.
Original PR text:
http://gcc.gnu.org/ml/gcc-bugs/2001-06/msg00847.html
Jason