adamdruppe / adrdox

41 stars 15 forks source link

Properly fix the 'DSO missing from commandline' problem #51

Closed cschlote closed 2 years ago

cschlote commented 2 years ago

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)

adamdruppe commented 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.