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: /usr/local/include before /usr/include?


On Fri, 25 Feb 2000, David Young wrote:

> My 2cents:
> 
> If someone overloads a system resource then that means they are specifically  
> asking for something different.
> 

No, it means that they want the ability to have something different when
they ask for it.

In one specific case here, I installed Mesa so that I could link some
OpenGL applications for use on remote Xterms.  But, when using it locally,
I want the vendor version with hardware acceleration.  By default, I get
Mesa includes in /usr/local/include/GL instead of vendor includes in
/usr/include/GL.

To undo this, I would have to null out the include path and reconstruct it
from scratch.  If /usr/include were default, I could put things in front
of it with -I options.

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444


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