This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libg++ header file locations...
- To: egcs at cygnus dot com
- Subject: Re: libg++ header file locations...
- From: LeBlanc at mcc dot ac dot uk
- Date: Wed, 22 Oct 1997 08:30:33 +0100 (BST)
- Reply-To: LeBlanc at mcc dot ac dot uk
> Your process is flawed and will always fail (unless you get lucky). A
> process that works better that I have used for 5 years is if you
> configure with --prefix=/abs/name/package_name-package-version; make;
> make install.
This is the sort of thing I do. The problem I have is that the
path for g++ includes is set in the gcc configuration (the option for
configure is --gxx-include-dir), while the libg++ compilation, which
actually installs the files, has no way of changing where they go.
I haven't looked at the problem with egcs, which I have not yet
installed in a permanent location, since it hasn't really had a
release yet, just the snapshots.
-- Owen
LeBlanc@mcc.ac.uk