![]() |
Where to find/How to change .h include directories for g++
Hi there
rather new to linux... Is there a file which determines what directories are searched for .h files when a #include <somefile.h> is used in C++ program? Im using g++ Im using Debian (Woody) Thanks James |
Try running ./configure --help when you go to configure whatever package it is, it may give you the option to point to a particular includes directory. I think it may be possible to define CPPFLAGS=I/path/to/includes, but I'm not so sure about that
|
All times are GMT -5. The time now is 11:49 AM. |