Nick Sabalausky wrote:
"Don" <nos...@nospam.com> wrote in message
news:gqglkh$1dp...@digitalmars.com...
grauzone wrote:
Qian Xu wrote:
grauzone wrote:
To Qian Xu (the OP): welcome to the funny world of the D tool chain. If
you're using dsss/rebuild, you can speed up compilation a bit by
putting
oneatatime=no into the rebuild configuration file. Because of dmd bugs,
you might need to use the -full switch to avoid linker errors.
I am working in Linux. There is no dsss/rebuild in Linux, isn't there?
I'd say the reverse is true -- there is dsss/rebuild ONLY in Linux. I
wouldn't recommend it for Windows.
I'm curious why you say that about the Windows version and what you world
recommend instead of rebuild on Windows.
Rebuild can't make DLLs. That's a showstopper for me.
I use bud. Even though it hasn't been touched since rebuild began. :-(.