gcc

Alexandre Oliva aoliva@redhat.com
Thu Feb 1 22:11:00 GMT 2001


On Feb  2, 2001, "Aimin Pan" <aimin.pan@broadvision.com> 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


More information about the Gcc mailing list