This is the mail archive of the gcc-patches@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: [PATCH] gcc-2.95 make install prefix=... broken with multilibs (was: Re: Makefiles advice needed...)




  > 
  > The build directory was 100% clean when I began.  I built like this:
  > 
  > mkdir builddir
  > cd builddir
  > CC=cc ../configure -v --prefix=/usr --infodir=/usr/share/info \
  >  --mandir=/usr/share/man --enable-shared --with-fast-fixincludes \
  >  --enable-java-gc=boehm --enable-haifa --enable-threads \
  >  powerpc-debian-linux-gnu
Do not build in a subdirectory of the source directory.  Build in a completely
separate directory like the install documentation recommends.

Your original message made it sound like you were replying to a problem report
on the alpha which looked like a problem trying to build after adding multilibs
without wiping the directory clean.
jeff.



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