libdl issues with DUB

Flamaros flamaros.xavier at gmail.com
Tue Dec 17 04:41:14 PST 2013


When I build our project with DUB under linux I get some link 
errors about libdl, that is messing.
In my main I have the following lines :

version(Posix)
{
     pragma(lib, "dl");
}

This works well with MonoD, so it seems like version Posix isn't 
defined with DUB or pragma ignored.


More information about the Digitalmars-d-learn mailing list