On Monday, 20 May 2013 at 08:32:44 UTC, Samms wrote:
Yes - some library working with -L-L - but it not resolve
"undefined reference to" Error,...
Are you sure, that "undefined reference to" is problem only in
linker?
yes. just remember if you build lib A which uses lib B and in
your app you use lib A you still need link B.
if you use some D lib and it complains about unresolved
references there maybe a chance you miss build script for that
lib which produces static lib.
so, what exactly you are trying to do?