Bill Cox <waywardg...@gmail.com> writes: > $ gcc myprog.c -lgit://github/~waywardgeek/sonic=0.1
In Go we have a program goinstall which looks at import statements and pulls in required libraries, where the libraries are named based on where the sources live. A similar process could work in the C/C++ world, based on #include statements. http://golang.org/cmd/goinstall/ Ian