| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Dave Korn" <dk AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: ./configure in any package gives "error: cannot find input file: \WINDOWS\oracle.ini" error |
| Date: | Wed, 22 Sep 2004 14:09:56 +0100 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <Pine.GSO.4.61.0409220214440.401@slinky.cs.nyu.edu> |
| Message-ID: | <NUTMEGFLRrDGNu7punx00000008@NUTMEG.CAM.ARTIMI.COM> |
| X-OriginalArrivalTime: | 22 Sep 2004 13:12:41.0236 (UTC) FILETIME=[D71E6D40:01C4A0A5] |
> -----Original Message-----
> From: cygwin-owner On Behalf Of Igor Pechtchanski
> Sent: 22 September 2004 07:17
> On Wed, 22 Sep 2004, Mark Aufflick wrote:
>
> > ./configure in any package gives "error: cannot find input
> file: \WINDOWS\oracle.ini" error
> At a guess, something you installed earlier created an environment
> variable with a name that either configure or something called by
> configure uses. You could try simply "env | grep oracle.ini".
Or there is some executable in the $PATH that has the same name as one of
the tests or executables that configure depends on. Try setting a really
minimal path with
export
PATH=/bin:${SYSTEMROOT}/system32:${SYSTEMROOT}:${SYSTEMROOT}/system32/wbem
and then run configure and see if it helps.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |