./configure in any package gives "error: cannot find input file: \WINDOWS\oracle.ini" error

Dave Korn dk@artimi.com
Wed Sep 22 14:01:00 GMT 2004


> -----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/



More information about the Cygwin mailing list