This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Default INCLUDE and LIBRARY DIRECTORY PATHS for gcc
- From: "Digvijoy Chatterjee" <chatterjee dot digvijoy at gmail dot com>
- To: gcc-help at gnu dot org
- Date: Thu, 5 Jul 2007 19:30:06 -0400
- Subject: Default INCLUDE and LIBRARY DIRECTORY PATHS for gcc
Hi,
Is there any way i.e. environment variable or settings file ( .rc ) etc..
which can be used to make gcc search INCLUDE paths/ LIBRARY DIRECTORY
paths of my choice by default. ( in addition to the ones it already
does like /usr/include for INCLUDES and
/usr/lib for LIBRARY DIRS
essentially i always use the same -I , -L options for boost, Roguewave
etc..is there a way to dispense with this.
Thx
Digz