This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug during installation!
- To: "Pardesi Amitsingh" <amitpardesi at yahoo dot com>, <gcc at gcc dot gnu dot org>
- Subject: Re: Bug during installation!
- From: "Tim Prince" <tprince at computer dot org>
- Date: Sat, 24 Feb 2001 05:49:36 -0800
- References: <20010224063312.23931.qmail@web3902.mail.yahoo.com>
----- Original Message -----
From: "Pardesi Amitsingh" <amitpardesi@yahoo.com>
To: <gcc@gcc.gnu.org>
Sent: Friday, February 23, 2001 10:33 PM
Subject: Bug during installation!
> After Building the code, when we go for final
> installation as specified in the files, by using the
> command 'make install' it gives an error at the end
> saying that it has skipped a directory named
> _objdir_\gcc & some files from _objdir_\f77. The same
> things also happens when running the command
> 'make bootstrap'. As after this it must install the
> binaries in /usr/local directory by default. But there
> not a single binary in this directory.
>
> Plz mail us asap the reason & the steps to b taken to
> install it properly.
Have you given yourself permission to write to /usr/local ? If you are
unable to do so, you must build with --prefix set to a directory for
which you have write permission.