There should be compiler switch not to link against either Phobos or Tango, IMHO. - This would encourage people to try to make some low-level libraries themselves... It should be something like --nostdlib in GCC, and/or --nocrt later (to totaly avoid linking against libc). Regards