On 5/14/2012 3:05 AM, Kevin Kowalczyk wrote:
On Saturday, 12 May 2012 at 16:46:05 UTC, Kevin Kowalczyk wrote:
I posted on stackoverflow but there hasn't been much in the way of
actually resolving my problem, I'll post the link here in the hopes
someone can answer my question.

http://stackoverflow.com/questions/10564608/using-derelict3-under-dmd2-d

I got it running on my windows PC so I suppose I can just use that for
now, I had to add the .lib/.a files directly to the lib directory in the
dmd compiler. This is hard to do on linux because it installs to your
filesystem's protected area(ie. normal users can't access it). Something
to think about I suppose.

Good to hear you got it working, but that's not a good solution. You should never have to drop libraries into the dmd directory tree. It would be beneficial to you to figure out how to get it working normally. Your current approach can cause headaches when you upgrade DMD.

Reply via email to