| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Date: | Sat, 3 Feb 2001 00:21:45 +0100 |
| From: | Corinna Vinschen <cygwin AT cygwin DOT com> |
| To: | Earnie Boyd <cygwin AT cygwin DOT com> |
| Subject: | Re: Perplexed about building bash |
| Message-ID: | <20010203002145.W19867@cygbert.vinschen.de> |
| Mail-Followup-To: | Earnie Boyd <cygwin AT cygwin DOT com> |
| References: | <3A7B365D DOT AE9159C5 AT yahoo DOT com> <20010203000730 DOT U19867 AT cygbert DOT vinschen DOT de> |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.2.5i |
| In-Reply-To: | <20010203000730.U19867@cygbert.vinschen.de>; from cygwin@cygwin.com on Sat, Feb 03, 2001 at 12:07:30AM +0100 |
On Sat, Feb 03, 2001 at 12:07:30AM +0100, Corinna Vinschen wrote:
> ======= SNIP ========
> #!/bin/sh
>
> #DEBUG=echo
>
> SRCDIR=../src
>
> HOST=i686-pc-cygwin
> BUILD=${HOST}
> TARGET=i686-pc-cygwin
>
> PREFIX=/usr
> EXECPREFIX=${PREFIX}
> BINDIR=/bin
> SYSCONFDIR=/etc
> LIBEXECDIR=${EXECPREFIX}/sbin
>
> OPTS=--enable-haifa
^^^^^^^^^^^^^^
That's not needed of course.
> ${DEBUG} ${SRCDIR}/configure \
> ${OPTS} \
> --prefix=${PREFIX} \
> --exec-prefix=${EXECPREFIX} \
> --bindir=${BINDIR} \
> --sysconfdir=${SYSCONFDIR} \
> --libexecdir=${LIBEXECDIR} \
> --host=${HOST} \
> --build=${BUILD} \
> --target=${TARGET}
> ======= SNAP ========
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin AT cygwin DOT com
Red Hat, Inc.
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |