1
I downloaded and built a C, g++ library that I want to use in a couple of other C projects.
What is the best/standard directory to put the library in on OS X Snow Leopard?
/opt/local/lib/
/usr/local/lib/
- any other?
And related: What is the standard library/include search path for g++?