Re: Cygwin64: c++11 thread support

2013-05-09 Thread Yaakov (Cygwin/X)
On 2013-05-09 17:02, 张皛闶 wrote: Below are my g++ info: [snip] With a simple cpp file $ cat b.cpp #include int main(int argc, char *argv[]) { std::thread([]{}); return 0; }

[ANNOUNCEMENT] Updated: {zlib/zlib0/zlib-devel/minizip/libminizip1/libminizip-devel}-1.2.8-1

2013-05-09 Thread Charles Wilson
The zlib package has been updated to version 1.2.8-1. zlib is a standard lossless compression library. This is a routine update to the latest upstream version. CHANGES since 1.2.7-1 * Update to latest upstream version * Autogenerate .hint files * Build using win32/Makefile

Re: Cygwin manpages clobbered

2013-05-09 Thread Christopher Faylor
On Thu, May 09, 2013 at 08:04:45PM -0600, Warren Young wrote: >On 5/9/2013 13:37, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >> >> I'm using stock Cygwin 1.7.18-1, and tried to read manpages about Cygwin >> path conversion routines, cygwin_conv_path() et al. The output does not >> appear formatte

Re: Clean install, incomplete setup - no home dir, broken PATH

2013-05-09 Thread Warren Young
On 5/9/2013 16:39, Daniel Davis wrote: all new shells start from the same place (/usr/bin) with a broken path. I don't know about your other problems, but this one sounds like /etc/passwd didn't get set up correctly. Cygwin ships with a 'mkpasswd' script that does this for you. I'd suggest

Re: Cygwin manpages clobbered

2013-05-09 Thread Warren Young
On 5/9/2013 13:37, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: I'm using stock Cygwin 1.7.18-1, and tried to read manpages about Cygwin path conversion routines, cygwin_conv_path() et al. The output does not appear formatted properly, This appears to be a very old problem. Here's what I know

Re: Re: Cygwin64: c++11 thread support

2013-05-09 Thread 张皛闶
Hi, Tim Below are my g++ info: $ g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/bin/../lib/gcc/x86_64-pc-cygwin/4.8.0/lto-wrapper.exe Target: x86_64-pc-cygwin Configured with: /usr/src/ports/gcc/g

RE: Cygwin manpages clobbered

2013-05-09 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> Perhaps something has changed in your '/etc/man.conf' too? Thanks for the suggestions, but I did not touch anything from their standard settings after installation. And I checked my environment for any man settings, found nothing. FWIW, I am using very wide terminal (at least 132 cols, mintty)

Re: Cygwin manpages clobbered

2013-05-09 Thread Larry Hall (Cygwin)
On 5/9/2013 3:37 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hello, I'm using stock Cygwin 1.7.18-1, and tried to read manpages about Cygwin path conversion routines, cygwin_conv_path() et al. The output does not appear formatted properly, e.g. DESCRIPTION goes as a single paragraph, but cl

Re: Cygwin64: c++11 thread support

2013-05-09 Thread Tim Prince
On 05/09/2013 12:03 PM, 张皛闶 wrote: Hi, i'm curios why there's no c++11 thread support in current g++? which do you consider current? g++ -v 4.5 is still supported for 32-bit (but I think not 64-bit) cygwin. You can't expect much c++11 in 4.5. 4.8 versions are available on a trial basis. -- T

Cygwin path conversion routines

2013-05-09 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Hello again, It'd be great to have http://cygwin.com/cygwin-api/func-cygwin-conv-path.html also document what happens if a path passed for conversion does already look good. E.g. what Win-2-Posix conversion does with things like "/cygdrive/c/cygwin" or just "/bin", and what is case-sensitivity of

Re: Space key + gdb?

2013-05-09 Thread Charles Wilson
On 8/25/2012 5:25 PM, Charles Wilson wrote: So I was trying to debug why my new build of rxvt-unicode crashes as soon as I try to do anything interesting, and found that gdb was unusable. I was trying to type 'set args' but the space key would not work. No, it's not my keyboard. In the same ter

Cygwin manpages clobbered

2013-05-09 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Hello, I'm using stock Cygwin 1.7.18-1, and tried to read manpages about Cygwin path conversion routines, cygwin_conv_path() et al. The output does not appear formatted properly, e.g. DESCRIPTION goes as a single paragraph, but clearly is supposed to have some list formatting for the CCP bits and

Cygwin64: urlfetch causes SEGFAULT

2013-05-09 Thread Vasiliy
git clone git://github.com/ifduyue/urlfetch.git cd urlfetch python setup.py install *or* python3 setup.py install causes Segmentation fault (also visible in Python 3, if installed "manually": import urlfetch) -- Problem reports: http://cygwin.com/problems.html FAQ: http://

Re: parentheses in environment variable name

2013-05-09 Thread BJ Quinn
> env - "CommonProgramFiles(x86)"="...whatever" /bin/bash.exe (or another > program...) >will set the name with parens in the environment... Exactly one million thanks. That did it! -BJ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Do

Cygwin64: c++11 thread support

2013-05-09 Thread 张皛闶
Hi, i'm curios why there's no c++11 thread support in current g++? Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple