D vs Java

Jari-Matti Mäkelä jmjmak at utu.fi.invalid
Tue Mar 21 09:50:11 PST 2006


Anders F Björklund wrote:

> Of course, then you also need to make sure that the receiving end of
> those programs have the correct version of runtime library installed,
> something that is a Huge Pain for distributing C++ programs on Linux...

void fix() {
  if (user.experiencing == HugePainWithLibraries) {
    auto GentooLinux = download(www.gentoo.org/stage3);
    try {
      user.install(GentooLinux);
    }
    catch(TinyEmergeProblem p) {
      GentooBugzilla.report(p);
      wait();
      emerge(sync);
      continue install;
    }
  }
  // done, user happy
}


-- 
Jari-Matti



More information about the Digitalmars-d mailing list