This is the mail archive of the gcc-bugs@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: GCC : Missing mkinstalldirs files when 'make install'


On Jun 21, 2001, <Nicolas.PROTON@esterel-technologies.com> wrote:

> During the 'make install' command, an error about the missing
> 'mkinstalldirs' file.
> Could you resolve this problem or explain me what is my problem ?

Use /absolute/path/to/gcc-3.0/configure instead of ./configure to
configure GCC.

To avoid having to rebuild everything from scratch, it may work to run
make install mkinstalldirs=/absolute/path/to/gcc-3.0/mkinstalldirs

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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