BCS wrote:
> Does anyone have a good solution to installing both D1 and D2 on the
> same system?

I have... (goes to check) 10 different compilers on my system.  There's
\dmd\bin\dmd-default which is the only one on the PATH (and is basically
a stable version of Tango and DMD).  If I want to use the others, I use
the full path to them.

OR, you can use rebuild and configure it with extra compiler profiles,
then use (for example):

> rebuild -dc=dmd-1.035 stuff

  -- Daniel

Reply via email to