This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
clarification requested in egcs installation
- To: egcs at cygnus dot com
- Subject: clarification requested in egcs installation
- From: Andrew Koenig <ark at research dot att dot com>
- Date: Sun, 6 Sep 1998 10:08:11 -0400 (EDT)
On http://egcs.cygnus.com/install/configure.html, you describe the
--with-local-prefix and --with-gxx-include-dir options, saying that their
use is normally not needed. Unfortunately, the description is not quite
clear, at least to me.
Do these options say that egcs should install its headers in the named
directories instad of the normal places, or do they say that egcs should
look there for the g++ header files during installation?
For example, on my machine, g++ is installed in /usr/gnu instead of
/usr/local. Does that mean that when I install egcs, I should say
--with-gxx-include-dir=/usr/gnu/include ? What about --with-local-prefix ?
There isn't even a /usr/local directory on this system, so what should I use?
I'd appreciate a little more explanation....
Regards,
Andrew Koenig