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]
Other format: [Raw text]

Re: gcc and include dirs


On Friday February 28 2003 17:56, Michael S. Zick wrote:
> On Friday 28 February 2003 09:43 am, Gerold J. Wucherpfennig wrote:
...
> > PATH="$PATH:/usr/local/bin";
> > for i in /opt/*/bin /opt/*/sbin
> > do
> > 	PATH="$PATH:$i"
> > done
>
> For small projects, that should never exceed
> the line length limits.

Ah, the line length limit !

That could be a real problem. :(

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
- ...


Please CC me

Gerold



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