Phobos and Tango deep dependancies

Walter Bright newshound1 at digitalmars.com
Tue Oct 2 12:00:36 PDT 2007


Jason House wrote:
> If it's not a problem with lots of stuff getting included, then I'd
> say it's the overall library bringing in bloat.  Under linux, I know
> there's way to not link against a complete library and instead just
> the individual files that dsss creates.

Here's an easy way to see if a dll, say kernel32.dll, is being required 
by something in phobos.lib:

grep -i kernel32 phobos.lib

If there are no hits, then phobos CANNOT be pulling it in.



More information about the Digitalmars-d mailing list