On 5/10/13 9:13 AM, Sönke Ludwig wrote:

Am 09.05.2013 09:28, schrieb Andrew Edwards:

But still not there yet:

  andrew@goldeneye:~/dub$ cd ../dtutor
  andrew@goldeneye:~/dtutor$ dub
  Illegal instruction (core dumped)

To complicate things a bit am not on Ubuntu 13.04. Trying everything I
can to make this work. Thanks for your assistance.

should be: I am now using Ubuntu 13.04.

I can't reproduce that. I've just installed a fresh Ubuntu 13.04 VM
(amd64) and built LDC using these instructions:
http://wiki.dlang.org/Building_LDC_from_source

Then ./build.sh ran without errors and I could also successfully create
and run a test project using

$ dub init test
$ cd test
$ dub --compiler=ldc2

Does maybe "dub --vv" print something useful?

Got frustrated with myself. Took a couple days off before returning to
give another try. Since the only thing I had installed on this machine
is Ubuntu, DMD, LDC, Vibe and the required libraries/programs to compile
them... I decide to start anew. So far so good. I've completed
installation of LDC and Vibe and everything seems to work thus far. Will
let you know if I have any more issues.

Thanks for the assistance,
Andrew