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: Building for Ada : make gnatlib_and_tools fails


Pierre Habraken <Pierre.Habraken@imag.fr> writes:

>     cd gcc-3.1
>     mkdir build
>     cd build

You should have used

      cd gcc-3.1
      mkdir ../build-gcc-3.1
      cd ../build-gcc-3.1

and so on.  The build directory must not be located inside the source
directory tree.  (This is mentioned earlier in the installation
document.)


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