On Fri, 9 Nov 2012 05:08:56 -0500
Nick Sabalausky SeeWebsiteToContactMe@semitwist.com wrote:

On Thu, 08 Nov 2012 23:25:46 GMT
"Sönke Ludwig" sludwig@rejectedsoftware.com wrote:

rdmd --compile-only -ofapp -I/opt/vibe/source -Isource source/app.d
-L-levent_pthreads -L-levent -L-lssl -L-lcrypto ```

If you're using rdmd, the app.d file needs to be the last arg, like
this:

rdmd --compile-only -ofapp -I/opt/vibe/source -Isource
-L-levent_pthreads -L-levent -L-lssl -L-lcrypto source/app.d ```

Oh, and it's "--build-only", not "--compile-only"