This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Elementary problems with gcc 3.0.2 installation


At 11.25 21/11/01 (GMT +0000), you wrote:

>I'm having problems running the " ./configure" command. Each time I try 
>running
>it I get a "./configure: not found" error message.

You should not be using configure in the source directory.
You should configure and build gcc in a different directory, separated from 
the source tree, eg:

let's say
   ~/src/gcc
is the directory with the gcc sources; you should configure and build in, say,
   ~/src/build
doing:
   cd ~/src/build
   ../gcc/configure [options]

HTH,
fwyzard



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