I'm looking at using the tre tool provided at http://laurikari.net/tre/. I'm trying to install it on my Mac OS X box via the terminal. I've followed what I believe to be the regular path to install a new library - ./configure, sudo make, sudo install. Everything seems to go swimmingly.
When I then go to access the library in c, I receive the following (gcc) compiler error: error: tre/tre.h: No such file or directory
Where are c libraries installed on the machine specifically? How can I verify if a package/library has been installed correctly?