This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc and include dirs
- From: Michael S. Zick <mszick at goquest dot com>
- To: "Gerold J. Wucherpfennig" <gjwucherpfennig at gmx dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 28 Feb 2003 18:41:34 -0600
- Subject: Re: gcc and include dirs
- References: <200302280819.41504.gjwucherpfennig@gmx.net> <03022810564701.01090@wolf466> <200303010040.19558.gjwucherpfennig@gmx.net>
- Reply-to: mszick at goquest dot com
On Friday 28 February 2003 05:40 pm, Gerold J. Wucherpfennig wrote:
> On Friday February 28 2003 17:56, Michael S. Zick wrote:
> > On Friday 28 February 2003 09:43 am, Gerold J. Wucherpfennig wrote:
>
> The only (but not really) "clean" solution I can imagine is to
> - fix gcc to look into /opt/*/include,
> - fix ld to look into /opt/*/lib
> - fix bash to look into /opt/*/bin and /opt/*/sbin
> - fix man to look into /opt/*/man
> - fix info to look into /opt/*/info
> - ...
That will be a hard sell.
The convention in the *nix system world is for the
command shell to do all wildcard expansions, not
the individual programs.
Mike