On 2011-12-14 12:47, bearophile wrote:
Martin Krejcirik:

I don't know about D2, but for D1 it helps to recompile Phobos without
-lib (use lib.exe, see win32.mak).

What are the effects/disadvantages of doing this?

Bye,
bearophile

You need to explicitly invoke the tool that creates libraries on the given system (ar on Posix, lib on Windows) making it platform dependent.

--
/Jacob Carlborg

Reply via email to