[Issue 459] Setting LIB in dmd/bin/sc.ini has no effect on linking

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=459

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|D1 & D2 |D2

--


[Issue 459] Setting LIB in dmd/bin/sc.ini has no effect on linking

2013-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=459


Brad Anderson  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||e...@gnuk.net
 Resolution||FIXED


--- Comment #5 from Brad Anderson  2013-10-19 21:10:39 PDT ---
Inclusion of dm/lib resolved by
https://github.com/D-Programming-Language/dmd/pull/2684

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 459] Setting LIB in dmd/bin/sc.ini has no effect on linking

2010-08-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=459


Don  changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #4 from Don  2010-08-14 12:43:31 PDT ---
(In reply to comment #3)
> Can someone who uses windows update this bug with it's status for 1.x and 
> 2.x? 
> There's been changes in how dmd is packaged since this was originally filed so
> I suspect it might be resolved.

This has certainly not been an issue since 2.025, when dmd stopped using dmc
during compilation. It might also have been fixed in 2.004, when the contents
of sc.ini were changed.

Still, the change described in comment 2 has not been made in the official
download; though I've discovered that my DMD development directory has that
form of sc.ini, and I've used it for over a year without any problems.

I think it would be a good idea to remove the /dm/lib from 
dmd/windows/bin/sc.ini
It might be responsible for some of the weird linking errors people sometimes
get -- I think they might be getting an old lib files from an old dmc
installation, if they've corrupted their dmd directory somehow.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 459] Setting LIB in dmd/bin/sc.ini has no effect on linking

2009-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=459


Brad Roberts  changed:

   What|Removed |Added

 CC||bra...@puremagic.com




--- Comment #3 from Brad Roberts   2009-06-07 13:37:09 
PDT ---
Can someone who uses windows update this bug with it's status for 1.x and 2.x? 
There's been changes in how dmd is packaged since this was originally filed so
I suspect it might be resolved.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 459] Setting LIB in dmd/bin/sc.ini has no effect on linking

2009-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=459


Gide Nwawudu  changed:

   What|Removed |Added

   Keywords||patch
 CC||g...@nwawudu.com




--- Comment #2 from Gide Nwawudu   2009-05-23 03:51:59 PDT ---
If DMD does not require DMC then should sc.ini be modified to the following?

  [Environment]
  LIB="%...@p%\..\lib";\dm\lib
  ...
- to -
  [Environment]
  LIB="%...@p%\..\lib"
  ...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---