Re: sync_Path_environment issue

2013-05-23 Thread LM
On Tue, May 21, 2013 at 10:45 PM, Eli Zaretskii wrote: > Which Bash-like shell exists on Windows, except Cygwin? > I've seen ports of zsh and tcsh for Windows. Not exactly bash syntax, but useful shells. There's a bash like shell with the win32 busybox port. There's an older bash-nt project at

Re: sync_Path_environment issue

2013-05-21 Thread LM
On Tue, May 21, 2013 at 1:32 PM, Eli Zaretskii wrote: > If you find a fix that doesn't remove the call to > sync_Path_environment, I will review it and see if it can be > accepted. But please note that you are trying to solve a problem you > shouldn't bump into in the first place. Just use MSYS

sync_Path_environment issue

2013-05-21 Thread LM
I'm trying to build make 3.82 using MinGW (32 bit) in an msys environment. When I test the results out by attempting to rebuild autoconf with this version of make, I hit the following error: cfg.mk:21: *** Recursive variable `PATH' references itself (eventually). Stop. The line that's causing the