How to link in a lib on cmd line?

2010-09-07 Thread Nick Sabalausky
I've tried all sorts of stuff and looked all over, but I'm completely at a loss. How do I link in a static lib on the command line?

Re: How to link in a lib on cmd line?

2010-09-07 Thread Nick Sabalausky
"Nick Sabalausky" wrote in message news:i66oia$25s...@digitalmars.com... > I've tried all sorts of stuff and looked all over, but I'm completely at a > loss. How do I link in a static lib on the command line? And I don't mean "with C" or anything like that, just ordinary D. > type main.d modul

Re: How to link in a lib on cmd line?

2010-09-07 Thread Jonathan M Davis
On Tuesday 07 September 2010 18:23:59 Nick Sabalausky wrote: > I've tried all sorts of stuff and looked all over, but I'm completely at a > loss. How do I link in a static lib on the command line? Don't you just include it as one of the arguments, like all of the .d files? I don't know. I haven't

Re: How to link in a lib on cmd line?

2010-09-07 Thread Nick Sabalausky
"Jonathan M Davis" wrote in message news:mailman.129.1283909879.858.digitalmars-d-le...@puremagic.com... > On Tuesday 07 September 2010 18:23:59 Nick Sabalausky wrote: >> I've tried all sorts of stuff and looked all over, but I'm completely at >> a >> loss. How do I link in a static lib on the c

Re: How to link in a lib on cmd line?

2010-09-08 Thread Steven Schveighoffer
On Tue, 07 Sep 2010 22:28:57 -0400, Nick Sabalausky wrote: "Jonathan M Davis" wrote in message news:mailman.129.1283909879.858.digitalmars-d-le...@puremagic.com... On Tuesday 07 September 2010 18:23:59 Nick Sabalausky wrote: I've tried all sorts of stuff and looked all over, but I'm completel