[Issue 6605] Add switch to enable setting library search paths via command line

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6605 Diederik changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 6605] Add switch to enable setting library search paths via command line

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6605 Diederik changed: What|Removed |Added CC||dkgr...@talon.nl --

[Issue 6605] Add switch to enable setting library search paths via command line

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6605 Andrei Alexandrescu changed: What|Removed |Added Component|Optlink |tools --

[Issue 6605] Add switch to enable setting library search paths via command line

2012-01-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 --- Comment #8 from Andrej Mitrovic 2011-09-08 07:40:28 PDT --- (In reply to comment #7) > If you create a library you usually don't add another library to it. You are right, this completely slipped my mind. :) -- Configure issuemail: http:

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 --- Comment #7 from Rainer Schuetze 2011-09-07 23:44:09 PDT --- When building a library, it is generated by dmd, not by the linker. I guess there is no library search going on at all. If you create a library you usually don't add another libr

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 --- Comment #6 from Andrej Mitrovic 2011-09-07 15:50:32 PDT --- Well crap, this syntax doesn't work if you use the -lib switch with DMD. Is there any workaround for this? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 --- Comment #5 from Andrej Mitrovic 2011-09-05 14:43:06 PDT --- FWIW I've updated the dwiki: http://prowiki.org/wiki4d/wiki.cgi?D__Tutorial/CompilingLinkingD#section5 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=em

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 --- Comment #4 from Andrej Mitrovic 2011-09-05 14:31:25 PDT --- (In reply to comment #3) > Sorry, I did not think of the /NOI. We need a separator from the option, so > this line works for me: > > dmd main.d -I..\..\src mylib.lib -L+..\..\ >

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 --- Comment #3 from Rainer Schuetze 2011-09-05 14:25:28 PDT --- Sorry, I did not think of the /NOI. We need a separator from the option, so this line works for me: dmd main.d -I..\..\src mylib.lib -L+..\..\ Regarding the LIB environment vari

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 --- Comment #2 from Andrej Mitrovic 2011-09-05 12:25:14 PDT --- (In reply to comment #1) > Actually, you can do that with the rather obscure notation > > dmd main.d -I..\..\src mylib.lib -L..\..\ No, you can't. That's what I was saying. Look

[Issue 6605] Add switch to enable setting library search paths via command line

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6605 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 fr