* Ian Lance Taylor: > 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.
Oh. Has anybody tried to implement this for passing the appropriate -L/-l flags to the linker? And why isn't everybody doing this? 8-)