On Sunday, 22 January 2012 at 08:11:21 UTC, Ali Çehreli wrote:
-L is dmd's the linker flag option. Anything after that is passed to the linker. So -L-l passes -l to the linker:

 http://www.d-programming-language.org/dmd-linux.html

Ali

Let me rephrase that, is this valid for OPTLINK?
Unknown Option : LLIBMYSQL
Normally I just include the lib files in the files list (dmd foo.d bar.lib).

Mars

Reply via email to