- #
- # buildcygwin.ksh93 - build Cygwin
- #
- set -o xtrace
- set -o errexit
- set -o nounset
- typeset cygbuildbase="$PWD"
- rm -Rf newlib-cygwin/ testinstall builddir
- mkdir "${cygbuildbase}/testinstall"
- mkdir "${cygbuildbase}/builddir"
- git clone -b cygwin-3_6-branch git://cygwin.com/git/newlib-cygwin.git
- #
- # configure&&build cygwin
- #
- # generate Cygwin configure
- cd "${cygbuildbase}/newlib-cygwin/winsup/"
- ./autogen.sh
- # run newlib configure and build
- cd "${cygbuildbase}/builddir"
- "${cygbuildbase}/newlib-cygwin/configure" --prefix=/home/roland_mainz/work/cygwin/testinstall
- time nice make -j32
- #EOF.
buildcygwin.ksh93 - build Cygwin
Posted by Anonymous on Thu 2nd Jul 2026 15:10
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
nrubsig.kpaste.net RSS