[Issue 454] Setting LIB environment variable has no effect on Windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 25 15:02:20 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=454


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #3 from bugzilla at digitalmars.com  2006-10-25 17:02 -------
DMD only looks at the LIB environment variable if a LIB setting in sc.ini is
not found. This is documented on the dcompiler.html page. It's what enables DMD
to be independent of other compilers that use the LIB environment variable.

DMD sets the local (process specific) LIB environment to the contents of the
sc.ini file, which is what LINK reads because LINK is run under the control of
DMD.


-- 




More information about the Digitalmars-d-bugs mailing list