"Koyel Mukherjee" <koyelmjee@xxxxxxxxx> writes: > I need to change the default path for gcc from /usr/include to a path > of my choice. What option should I set in CFLAGS of my makeconf file > to make this happen? Specifically is there any option in CFLAGS to > force the compiler to look into a specific path for the includes? Read the friendly manual. Look for -I and -nostdinc. Ian