Re: CYGWIN enviroment conflicts with autoconf configure scripts

2003-06-03 Thread Assar Westerlund
Wayne Scott <[EMAIL PROTECTED]> writes: > Unfortunately it is also used as a temporary variable in the autoconf > script and so as soon as configure resets the CYGWIN variable, it was > unable to run 'gcc' anymore. It's only set by the (now obsolete) AC_CYGWIN macro. > Autoconf needs to be change

Re: cygwin enviroment conflicts with autoconf configure scripts

2003-06-03 Thread Christopher Faylor
On Mon, Jun 02, 2003 at 11:21:34AM -0500, Wayne Scott wrote: >I have been debugging a problem in Windows under the Cygwin enviroment, >where a autoconf configure script would fail to run correctly if the >user executing the script was not the same person that installed >cygwin. That's an indicatio

CYGWIN enviroment conflicts with autoconf configure scripts

2003-06-03 Thread Wayne Scott
I have been debugging a problem in Windows under the Cygwin enviroment, where a autoconf configure script would fail to run correctly if the user executing the script was not the same person that installed cygwin. I debugged this to the following problem: We have been using CYGWIN=nontsec to mak