From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id A75E6385842C; Wed, 21 Dec 2022 11:48:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A75E6385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671623325; bh=6BVsYa0+qc1FUThnGBg7RuMjt/G6wlr7+IKsudHox/I=; h=From:To:Subject:Date:From; b=I4UozcN3D9ihQSU+CehyH6HUpWaFlcrghpOW1+HNn/SVYZyTA2bbhnSJAf70twe3G 8UguRpE1Wym6ND/SpG477XvIhHMoPQgS+vcxPiCRCaltZ7JNa45Sq/70PZCirbN/N/ SxyxCArXltCZxulXFcbT33TpYBglamqs2crD68/k= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: FAQ: Mention configure options to build with reduced dependencies X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 2af7dd95671197f43fb8c2c6d30461c143d63b03 X-Git-Newrev: 87968453dda533a21a4a8dccd2c573cd16c40695 Message-Id: <20221221114845.A75E6385842C@sourceware.org> Date: Wed, 21 Dec 2022 11:48:45 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D87968453dda= 533a21a4a8dccd2c573cd16c40695 commit 87968453dda533a21a4a8dccd2c573cd16c40695 Author: Jon Turney Date: Tue Dec 13 22:22:20 2022 +0000 Cygwin: FAQ: Mention configure options to build with reduced dependenci= es Diff: --- winsup/doc/faq-programming.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 632d1a173..a24b781cf 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -679,14 +679,21 @@ rewriting the runtime library in question from specs.= .. installed; you at least need gcc-g++, make, automake, autoconf, git, perl, +cocom and patch. + + + +Additionally, building the dumper utility requires gettext-devel, libiconv-devel -zlib-devel, cocom and patch= . +zlib-devel. =20 -Building for 64-bit Cygwin also requires -mingw64-x86_64-gcc-g++ and -mingw64-x86_64-zlib. +Building those Cygwin utilities which are not themselves Cygwin programs +(e.g. cygcheck and strace) also requires +mingw64-x86_64-gcc-g++ and mingw64-x86_64-zlib= . +Building these programs can be disabled with the --without-cross-= bootstrap +option to configure. =20