CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

how to build phobos shared library using digger build? #48

Closed timotheecour closed 7 years ago

timotheecour commented 7 years ago

http://downloads.dlang.org/pre-releases/2.x/2.072.0/dmd.2.072.0-b1.linux.tar.xz distributes a libphobos2.so, but digger build only seems to generate a .a static library

CyberShadow commented 7 years ago

Not currently implemented.

What's your use case?

CyberShadow commented 7 years ago

https://github.com/CyberShadow/ae/commit/11e3873535e1a1912ce9ffbbb6fd4f2093cb5211

timotheecour commented 7 years ago

thanks! use case=building shared libraries, which require having a phobos shared library to begin with