This is the mail archive of the gcc@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: libg++ header file locations...


> 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


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