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 had a need to link in static libs before, and I usually do the linking step myself with gcc so that I can get a static binary (since -L- static doesn't currently work with dmd). - Jonathan M Davis