This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GCC : Missing mkinstalldirs files when 'make install'
- To: Nicolas dot PROTON at esterel-technologies dot com
- Subject: Re: GCC : Missing mkinstalldirs files when 'make install'
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Thu, 21 Jun 2001 19:30:04 +0100
- Cc: gcc-bugs at gcc dot gnu dot org
Nicolas.PROTON@esterel-technologies.com wrote:-
> i downloaded gcc-3.0.tar.gz
>
> During the 'make install' command, an error about the missing
> 'mkinstalldirs' file.
> Could you resolve this problem or explain me what is my problem ?
I think you've compiled with the object directory == source directory.
The installation instructions state that that configuration is not
supported and might break.
Neil.