Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Igor Pechtchanski
On Thu, 23 Oct 2003, Nicolas BUONOMO wrote: > Corinna Vinschen a ecrit : > > > On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: > > > >>I reproduce this behaviour. > >> > >>Looks like the PATH environment variable is not valid anymore after $VAR > >>has been asigned? > > > > > > Nop

Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Nicolas BUONOMO
Corinna Vinschen a écrit : On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: I reproduce this behaviour. Looks like the PATH environment variable is not valid anymore after $VAR has been asigned? Nope. I debugged this situation. It looks like a Windows restriction. When trying

Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Nicolas BUONOMO
Corinna Vinschen a écrit : On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: I reproduce this behaviour. Looks like the PATH environment variable is not valid anymore after $VAR has been asigned? Nope. I debugged this situation. It looks like a Windows restriction. When trying

Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Corinna Vinschen
On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: > > I reproduce this behaviour. > > Looks like the PATH environment variable is not valid anymore after $VAR > has been asigned? Nope. I debugged this situation. It looks like a Windows restriction. When trying to call CreateProce

RE: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Demmer, Thomas
Davied wrote: >I reproduce this behaviour. > >Looks like the PATH environment variable is not valid anymore after $VAR >has been asigned? > >David No, it cannot start external programs. The error message is bash: /usr/bin/ls.exe: Invalid argument All internal commands I have tested work. echo

RE: Cygwin/bash: need environment variables >32K

2003-10-23 Thread david.liberce
VAR to 20K (by doing only 2 iteration in the for loop) all is working fine! Can anyone reproduce this behaviour? It is really critical for the use of Cygwin in out project ;-) Thanks Andre -Original Message- From: Buchbinder, Barry (NIH/NIAID) [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 22.

RE: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Klein Andre ICM N AS PD B 3
king fine! Can anyone reproduce this behaviour? It is really critical for the use of Cygwin in out project ;-) Thanks Andre -Original Message- From: Buchbinder, Barry (NIH/NIAID) [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 22. Oktober 2003 15:53 To: 'Klein Andre ICM N AS PD B 3'

RE: Cygwin/bash: need environment variables >32K

2003-10-22 Thread Buchbinder, Barry (NIH/NIAID)
Original Message- From: Klein Andre ICM N AS PD B 3 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 7:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Cygwin/bash: need environment variables >32K Thanks for your answer! I've tried to make the example more simple (s. at

RE: Cygwin/bash: need environment variables >32K

2003-10-22 Thread Klein Andre ICM N AS PD B 3
Sent: Mittwoch, 22. Oktober 2003 12:01 To: '[EMAIL PROTECTED]' Subject: Re: Cygwin/bash: need environment variables >32K On Wed, Oct 22, 2003 at 11:30:54AM +0200, Klein Andre ICM N AS PD B 3 wrote: > I need to set a very long environment variable CLASSPATH within Cygwin bash. >

Re: Cygwin/bash: need environment variables >32K

2003-10-22 Thread Corinna Vinschen
On Wed, Oct 22, 2003 at 11:30:54AM +0200, Klein Andre ICM N AS PD B 3 wrote: > I need to set a very long environment variable CLASSPATH within Cygwin bash. > But there seems to be an upper limit of 32K for environment variables!?!? > > Is there any way to increase this upper limit? > > I have att