Link libraries directly to compile on some systems (debian).
authorMikael Magnusson <mikachu@gmail.com>
Sun, 22 May 2011 15:42:34 +0000 (17:42 +0200)
committerDana Jansens <danakj@orodu.net>
Mon, 1 Aug 2011 15:51:50 +0000 (11:51 -0400)
If program (A) is linked to library (B) which is linked to library (C),
then A must also link C directly in order to use things from it directly.


No differences found