From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: "Aimin Pan" Cc: Subject: Re: gcc Date: Thu, 01 Feb 2001 22:11:00 -0000 Message-id: References: <018501c08c2f$80287320$b924170a@pcapan> <00b301c08cc0$b1436f50$b924170a@pcapan> <00de01c08cdd$0818d4c0$b924170a@pcapan> X-SW-Source: 2001-02/msg00052.html On Feb 2, 2001, "Aimin Pan" wrote: > How can I specify the secondary directory when configuring? I think you don't really want to do that. I suggest that you configure GCC with --enable-languages=c --prefix=/some/temporary/pathname, run `make all' instead of `make bootstrap', then `make install' this temporary copy of GCC. Then, clean up this build tree and start over using the just-built copy of GCC to build the final compiler. There are certainly other work-arounds, but then you'll probably end up with a compiler that either doesn't search /usr/include (which is odd), or that has headers incompatible with those in /usr/include in its own headers directory. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist *Please* write to mailing lists, not to me