Re: Using phobos as shared library for multiple binaries

2015-12-05 Thread tcak via Digitalmars-d-learn
On Saturday, 5 December 2015 at 21:49:52 UTC, Ralf wrote: Hi, I've written several small command-line utilities in D that are to be shipped together in one package. Each one of them only would be only a few kB in size, but they end up being ~1Mb, I assume because every one links statically pa

Re: Using phobos as shared library for multiple binaries

2015-12-05 Thread Adam D. Ruppe via Digitalmars-d-learn
On Saturday, 5 December 2015 at 21:49:52 UTC, Ralf wrote: I've written several small command-line utilities in D that are to be shipped together in one package. I'm not sure if shared lib support is on Mac or not (I know it is on Linux but mac is different...). But do they need to actually b