This is the mail archive of the gcc-bugs@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: egcs build dies at SYSCALLS.c


At 11:35 08.09.99 , Jeff Garzik wrote:
>source: egcs HEAD
>target: i586-pc-linux-gnu
>configure: make distclean ; ./configure ; make
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Don't do that! If you would have read the install instructions, you would 
know that you have to build gcc _outside_ of the sourcedir. The above line 
should read:

    cd ./obj ; rm -rf * ; ../gccsrc/configure ; make bootstrap

Franz.


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