This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Enviroment always uppercased; Help me, please


Was an idea for a big bug solution. 
"No thanx" is the worst solution ever...

And to fix it in cygwin1.dll itself... 

At the moment "cygwin no thanx if I see this errors", because
>(..) We're only using cygwin to prototype some stuff, not to make any
>viable product as it just isn't stable/reliable/secure enough unfortunately
(...)

and slow and not bug free and there is no real support available.... no
thanx

/usr/local/cygwin-1.3.10-1/winsup/cygwin $make
g++ -c -gstabs+ -O2 -MMD -fbuiltin ... cygheap.cc
In file included from cygheap.cc:17:
fhandler.h: In method `select_stuff::select_stuff()':
fhandler.h:1086: implicit declaration of function `int memset(...)'
In file included from cygheap.cc:18:
path.h: In method `bool path_conv::exists() const':
path.h:89: `INVALID_FILE_ATTRIBUTES' undeclared (first use this function)
path.h:89: (Each undeclared identifier is reported only once
path.h:89: for each function it appears in.)
path.h:89: warning: control reaches end of non-void function
`path_conv::exists(
) const'
make: *** [cygheap.o] Error 1


> -----Original Message-----
> From: Christopher Faylor [mailto:cgf@redhat.com]
> Sent: Friday, March 01, 2002 2:39 PM
> To: cygwin@cygwin.com
> Subject: Re: Enviroment always uppercased; Help me, please
> 
> 
> On Fri, Mar 01, 2002 at 02:06:06PM +0100, Markus K. E. Kommant wrote:
> >Idea:
> >
> >It would be better to support an evironment variable 
> CYGWIN_ENV_UPPERCASE=0,
> >1, 2 or a list "var1 var2 var3".
> >The list could be, to work correctly in most cases (I used 
> in my pdksh port)
> >"SHELL", "EXECSHELL", "PATH", "HOME", "INCLUDE", "LIB", "HOMEPATH",
> >"PATHEXT", "TMP", "TMPDIR", "TEMP", "WINDIR", "SYSTEMDRIVE", 
> "COMSPEC",
> >"HOMEDRIVE", "HOMESHARE", "COMPUTERNAME", "SYSTEMROOT", 
> "LD_LIBRARY_PATH",
> >NULL,
> >
> >CYGWIN_ENV_UPPERCASE=1 or not set = the current situation
> >CYGWIN_ENV_UPPERCASE=0, do not change anything
> >CYGWIN_ENV_UPPERCASE=2, use default uppercase list (see above)
> >CYGWIN_ENV_UPPERCASE="var1 var2 var3 var4" uppercase only 
> this variables.
> 
> No thanks.
> 
> cgf
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]