From 02d5ed29d9540099407fdd4e6f7c11763c1ed8d3 Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 22 Feb 2013 13:59:47 +0000 Subject: Add hints for bootstrap pkgsrc on Cygwin. --- bootstrap/README.Cygwin | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bootstrap/README.Cygwin diff --git a/bootstrap/README.Cygwin b/bootstrap/README.Cygwin new file mode 100644 index 00000000000..751676e6144 --- /dev/null +++ b/bootstrap/README.Cygwin @@ -0,0 +1,20 @@ +$NetBSD: README.Cygwin,v 1.1 2013/02/22 13:59:47 obache Exp $ + +Please read the general README file as well. + +========================================================================== + +pkgsrc supports both gcc (GNU Compiler Collection) and clang (C Language Family +Frontend for LLVM). gcc is the default. + +To bootstrap using clang: + + env CC=clang ./bootstrap --compiler=clang + +========================================================================== + +The su(1) command has been in Cygwin distribution, but it has never worked. +Unless you bootstrap pkgsrc with the --unprivileged option, workaround is: + + * Right click "Cygwin Terminal" in your Start Menu, then pick + "Run as administrator". -- cgit v1.2.3