Closed cschlote closed 2 years ago
So I don't think this is necessarily wrong but the zlib dependency is part of Phobos so it should be pulling from there. However... I do use it in here too (just through the phobos std.zlib module) so I guess it doesn't hurt if it is listed twice in a full build.
There seems to be some indirect reference to libz.so . Latest version of LD rejects indirect references. The proper way is to give all DSOs on the commandline.
So libz was added to the library list.
Needs to be tested on non-Linux platforms! (I do not have Windows anymore)