Well, after a few more searches, I found that there is a way to do this. gcc has a number of default directories that it is looking for (which I already knew - I just did not know that they were defined as). The easiest way to do what I need is to add directories to these environment variables. The one I needed
$CPATH
Specifies the path in which gcc searches for its included files. Installing this in the directory I needed solved my problem.
a_m0d source
share