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 |
Message-ID: | <396BFE47.F8BB5641@Wanadoo.fr> |
Date: | Tue, 11 Jul 2000 23:12:39 -0600 |
From: | Jerome Benoit <JGMBenoit AT Wanadoo DOT fr> |
X-Mailer: | Mozilla 4.7 [en] (Win98; I) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
CC: | Cygnus <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | Re: autoconf AC_EXEEXT |
References: | <20000712043339 DOT 4748 DOT qmail AT web119 DOT yahoomail DOT com> |
Thank you very much: that works But I have an another trouble: I have write the `config.site': test "$prefix" = NONE && prefix=${HOME}/local test "$exec_prefix" = NONE && exec_prefix=${HOME} Autoconf considers as expected the first line, but not the second one: `@prefix@' is replaced with `<HOME>/local' `@bindir@' with `${exec_prefix}/bin' any idea ? Earnie Boyd wrote: > > --- Jerome Benoit <JGMBenoit AT Wanadoo DOT fr> wrote: > > Bonjour: > > > > I have just tried `AC_EXEEXT' in a `configure.in' file: > > I get the messages > > > > > > checking for Cygwin environment... no > > checking for mingw32 environment... no > > checking for executable suffix... configure: error: installation or > > configuratio > > n problem: compiler cannot create executables. > > > > > > Any idea ? > > > > You must AC_PROG_CC first. > > ===== > --- > Earnie Boyd: <mailto:earnie_boyd AT yahoo DOT com> > __Cygwin: POSIX on Windows__ > Cygwin Newbies: <http://www.freeyellow.com/members5/gw32/index.html> > __Minimalist GNU for Windows__ > Mingw32 List: <http://www.egroups.com/group/mingw32/> > Mingw Home: <http://www.mingw.org/> > > __________________________________________________ > Do You Yahoo!? > Get Yahoo! Mail – Free email you can access from anywhere! > http://mail.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |