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: Bug found compiling gcc 3.0 on a 1.0 Ghz Athlon running RH Linux7.1




On Tue, 19 Jun 2001, Haji Hill wrote:
> ./../../mkinstalldirs: ./../../mkinstalldirs: No such file or directory

Source dir builds aren't recommended (and apparently don't work :()

I typically configure as follows:

cd gcc-3.0
mkdir build
cd build
../configure --prefix=<...> ...
make bootstrap
make install

See http://gcc.gnu.org/install/configure.html for further clarification.

Jeff


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