On Sunday, 22 January 2012 at 00:50:28 UTC, Ali Çehreli wrote:
Are you also including the library on the command line with -L-l? For example, for ncurses:

 dmd ... -L-lncurses ...

And if needed, also -L-L to specify the location of library files for the linker.

Ali

Yes, I am including it. Tried pragma and command line. And I don't get a message that the lib couldn't be found. What exactly is -L-l supposed to do? Is this valid in DMD 2.057? I get an error with it (Unknown Option).

Mars

Reply via email to