PATH is for binaries, not libraries.Originally Posted by ct
-L<dir> tells the linker that it should look for libraries also in <dir>, while -l<lib> tells it to link with the library <lib>.Originally Posted by ct
PATH is for binaries, not libraries.Originally Posted by ct
-L<dir> tells the linker that it should look for libraries also in <dir>, while -l<lib> tells it to link with the library <lib>.Originally Posted by ct
Bookmarks