On Tue, 21 Jul 2015 12:36:24 GMT, Mathias LANG wrote:

On Tue, 21 Jul 2015 12:21:56 GMT, Louie Bacani Foronda wrote:

Hello Sir,

I just installed DMD from digital mars http://dlang.org/download.html

and then installed vibe.d using the precompiled dub-0.9.24-rc.1-setup.exe for windows...

I followed the "First Steps" on the documentation but when I tried to compile using

dub --build-mode=singleFile

the linker error occurs... is there anyway to fix this?

Why do you need singleFile ? It should work without it, and it's probably not what you want (e.g. it doesn't track dependency and is significantly slower, but is useful if you have tight memory).

When I tried to use dub out of memory error occurs so I searched the internet for answer and found dub --build-mode=singleFile, so I tried it, then linker error occurs, today I found dub --build=plain and it works..

Is there anyway to close this, or mark this as solved?