Reading portable device in Cygwin

2014-03-14 Thread Angelo Graziosi
When I connect the smart phone, from Start / Computer (Win7 64, Cygwin64) I can see an icon/folder (containing other subfolders) with the name of the phone (e.g AN-A1234B), but in /cygdrive I find only "c" (with the digital camera I find also d, e, f...). Is there a way to read from the Cygwin

Re: Reading portable device in Cygwin

2014-03-14 Thread Marco Atzeri
On 14/03/2014 10:05, Angelo Graziosi wrote: When I connect the smart phone, from Start / Computer (Win7 64, Cygwin64) I can see an icon/folder (containing other subfolders) with the name of the phone (e.g AN-A1234B), but in /cygdrive I find only "c" (with the digital camera I find also d, e, f...

Cygwin needs a man-db port (was: How does Cygwin handle non-Latin1 man pages? (move to UTF-8?))

2014-03-14 Thread Erwin Waterlander
Hi, The major linux distributions have switched for their man system to 'man-db' (http://man-db.nongnu.org/) in favour of the classic man. I think that Cygwin should also switch to man-db. man-db is much better in handling man pages in different encoding. Before man-db, libpipeline (http://

RE: Getting groups you belong to in perl

2014-03-14 Thread PANEL Vincent (CIS/SIN)
From: Andrey Repin[] Sent: Thursday 13 March 2014 23:38 To: PANEL Vincent (CIS/SIN); Subject: Re: Getting groups you belong to in perl >Greetings, PANEL Vincent (CIS/SIN)! >> Don't know if this list is more appropriate than the Perl one but my >> question is actually about porting a Perl script t

Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread rexdf Rexdf
1.the following code: #include #include int main() { initscr(); move(0, 0); addstr("hello, world\n"); refresh(); sleep(5); endwin(); return 0; } The following is my shell command: $ pkg-config --libs --cflags ncurses -I/usr/include/ncurses -lncurses $ gcc $(pkg-config --

Re: Cygwin needs a man-db port

2014-03-14 Thread Chris J. Breisch
Erwin Waterlander wrote: Hi, The major linux distributions have switched for their man system to 'man-db' (http://man-db.nongnu.org/) in favour of the classic man. I think that Cygwin should also switch to man-db. man-db is much better in handling man pages in different encoding. Before man-db

Re: Getting groups you belong to in perl

2014-03-14 Thread Andrey Repin
Greetings, PANEL Vincent (CIS/SIN)! >>> Don't know if this list is more appropriate than the Perl one but my >>> question is actually about porting a Perl script to Cygwin. I need to >>> check if the current user running the script belongs to a pre-defined group. >>> Under *nix, I get the list of

Re: Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread Marco Atzeri
On 14/03/2014 13:42, rexdf Rexdf wrote: 1.the following code: #include #include int main() { initscr(); move(0, 0); addstr("hello, world\n"); refresh(); sleep(5); endwin(); return 0; } The following is my shell command: $ pkg-config --libs --cflags ncurses -I/us

Re: Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread Tim Prince
On 3/14/2014 8:42 AM, rexdf Rexdf wrote: 2.It's about OpenMP Is there a cygwin related question here? Questions on OpenMP and clock() might be tolerated on gcc-help. Advice on how to make meaningful benchmarks is definitely off topic. With cygwin g++ 4.9 at -O or -O3 on win8.1 I get time: 0

Re: Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread rexdf Rexdf
If you use -O3 or -O2, then the loop is optimed to nothing. Because the a++ never is used. My question is : 1. On archlinux gcc 4.8.2, `gcc curses_test.c $(pkg-config --libs --cflags ncurses) -o curses_test` and `gcc $(pkg-config --libs --cflags ncurses) curses_test.c -o curses_test` works. On cyg

Re: Cygwin needs a man-db port

2014-03-14 Thread Erwin Waterlander
Op 14-3-2014 13:58 Chris J. Breisch schreef: Erwin Waterlander wrote: Hi, The major linux distributions have switched for their man system to 'man-db' (http://man-db.nongnu.org/) in favour of the classic man. I think that Cygwin should also switch to man-db. man-db is much better in handling m

Re: Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread Marco Atzeri
On 14/03/2014 15:00, rexdf Rexdf wrote: please read http://en.wikipedia.org/wiki/Posting_style in this mailing list we use "Bottom-posting" and "Trimming" My question is : 1. On archlinux gcc 4.8.2, `gcc curses_test.c $(pkg-config --libs --cflags ncurses) -o curses_test` and `gcc $(pkg-confi

Re: Cygwin needs a man-db port

2014-03-14 Thread Chris J. Breisch
Erwin Waterlander wrote: Op 14-3-2014 13:58 Chris J. Breisch schreef: There's also a check 0.9.12 from January of this year. It appears to me that we should upgrade check to at least 0.9.11, as I'm unconvinced that the current version is working. It was in October when I tried. I also coul

Re: Cygwin needs a man-db port

2014-03-14 Thread Erwin Waterlander
Op 14-3-2014 15:24 Chris J. Breisch schreef: Erwin Waterlander wrote: Op 14-3-2014 13:58 Chris J. Breisch schreef: There's also a check 0.9.12 from January of this year. It appears to me that we should upgrade check to at least 0.9.11, as I'm unconvinced that the current version is working.

Re: cannot copy graphics to clipboad

2014-03-14 Thread Jon TURNEY
On 11/03/2014 00:11, Tatsuro MATSUOKA wrote: > --- On Mon, 2014/3/10, Jon TURNEY wrote: >> On 08/03/2014 10:31, Tatsuro MATSUOKA wrote: >>> I have build wxWidgets-2.8.12 on Cygwin_x86. >>> After that I have build gnuplot (4.6.5 and cvs) with wxt terminal. >>> >>> On the plotting window of the termi

With latest snapshot, emacs is very slow to start under X11

2014-03-14 Thread Ken Brown
With the snapshot of 2014-03-10, start the X server and then run "emacs-X11 -Q&" in an xterm window. On my system, emacs consistently takes about 28 seconds to start. With cygwin-1.7.28, however, it takes about 1 second. This is on Windows 7; so far I've tested 64-bit Cygwin only. I'll try

Re: With latest snapshot, emacs is very slow to start under X11

2014-03-14 Thread Ken Brown
On 3/14/2014 11:52 AM, Ken Brown wrote: With the snapshot of 2014-03-10, start the X server and then run "emacs-X11 -Q&" in an xterm window. On my system, emacs consistently takes about 28 seconds to start. With cygwin-1.7.28, however, it takes about 1 second. This is on Windows 7; so far I've

Re: Getting groups you belong to in perl

2014-03-14 Thread Corinna Vinschen
On Mar 14 17:04, Andrey Repin wrote: > Greetings, PANEL Vincent (CIS/SIN)! > > >>> Don't know if this list is more appropriate than the Perl one but my > >>> question is actually about porting a Perl script to Cygwin. I need to > >>> check if the current user running the script belongs to a pre-de

Re: Cygwin needs a man-db port

2014-03-14 Thread Corinna Vinschen
On Mar 14 10:24, Chris J. Breisch wrote: > Erwin Waterlander wrote: > >Op 14-3-2014 13:58 Chris J. Breisch schreef: > >> > >> > >>There's also a check 0.9.12 from January of this year. > >> > >>It appears to me that we should upgrade check to at least 0.9.11, as > >>I'm unconvinced that the current

Re: With latest snapshot, emacs is very slow to start under X11

2014-03-14 Thread Corinna Vinschen
On Mar 14 12:28, Ken Brown wrote: > On 3/14/2014 11:52 AM, Ken Brown wrote: > >With the snapshot of 2014-03-10, start the X server and then run > >"emacs-X11 -Q&" in an xterm window. On my system, emacs consistently > >takes about 28 seconds to start. With cygwin-1.7.28, however, it takes > >abou

Re: Getting groups you belong to in perl

2014-03-14 Thread Andrey Repin
Greetings, Corinna Vinschen! >> >>> Don't know if this list is more appropriate than the Perl one but my >> >>> question is actually about porting a Perl script to Cygwin. I need to >> >>> check if the current user running the script belongs to a pre-defined >> >>> group. >> >> >>> Under *nix, I

Re: Please stop sending email to ...

2014-03-14 Thread Andrew Schulman
> >Alternatively, as cgf has already mentioned, > > states "If you have *any* questions or > >problems with the mailing lists, see the Sourceware mailing list FAQs" > >with a link to that same Sourceware page. And that page includes the > >following: > > Thank you!

Re: Cygwin needs a man-db port

2014-03-14 Thread Chris J. Breisch
Corinna Vinschen wrote: On Mar 14 10:24, Chris J. Breisch wrote: I downloaded and built the latest version of check, and it seems to work much better. I still have issues with libpipelines tests. It appears that there is a 32/64-bit issue somewhere. I'm using Cygwin x64. Many of the tests fail w

Re: With latest snapshot, emacs is very slow to start under X11

2014-03-14 Thread Ken Brown
On 3/14/2014 12:42 PM, Corinna Vinschen wrote: > On Mar 14 12:28, Ken Brown wrote: >> On 3/14/2014 11:52 AM, Ken Brown wrote: >>> With the snapshot of 2014-03-10, start the X server and then run >>> "emacs-X11 -Q&" in an xterm window. On my system, emacs consistently >>> takes about 28 seconds to

problem with file-5.17-1

2014-03-14 Thread Nellis, Kenneth
Problem with the latest "file" command: $ cat -A Makefile CC := gcc$ CXX := g++$ INCDIR := $(HOME)/include$ BINDIR := $(MY_BINDIR)$ LIBDIR := $(MY_LIBDIR)$ CPPFLAGS_NOANSI := -Wall -pedantic -I $(INCDIR)$ CPPFLAGS := -ansi $(CPPFLAGS_NOANSI)$ EXEEXT := .exe$ LSTAT_SUPPORT := 1$ $ file Makefile Mak

Re: problem with file-5.17-1

2014-03-14 Thread Alexey Pavlov
2014-03-14 22:56 GMT+04:00 Nellis, Kenneth: > > Problem with the latest "file" command: > > $ cat -A Makefile > CC := gcc$ > CXX := g++$ > INCDIR := $(HOME)/include$ > BINDIR := $(MY_BINDIR)$ > LIBDIR := $(MY_LIBDIR)$ > CPPFLAGS_NOANSI := -Wall -pedantic -I $(INCDIR)$ > CPPFLAGS := -ansi $(CPPFLAGS

Re: With latest snapshot, emacs is very slow to start under X11

2014-03-14 Thread Corinna Vinschen
On Mar 14 14:45, Ken Brown wrote: > On 3/14/2014 12:42 PM, Corinna Vinschen wrote: > > On Mar 14 12:28, Ken Brown wrote: > >> On 3/14/2014 11:52 AM, Ken Brown wrote: > >>> With the snapshot of 2014-03-10, start the X server and then run > >>> "emacs-X11 -Q&" in an xterm window. On my system, emacs

Re: problem with file-5.17-1

2014-03-14 Thread Corinna Vinschen
On Mar 14 23:22, Alexey Pavlov wrote: > 2014-03-14 22:56 GMT+04:00 Nellis, Kenneth: > > > > Problem with the latest "file" command: > > > > $ cat -A Makefile > > CC := gcc$ > > CXX := g++$ > > INCDIR := $(HOME)/include$ > > BINDIR := $(MY_BINDIR)$ > > LIBDIR := $(MY_LIBDIR)$ > > CPPFLAGS_NOANSI :=

[ANNOUNCEMENT] Updated: file-5.17-2

2014-03-14 Thread Corinna Vinschen
I've updated the Cygwin version of file to 5.17-2. This release fixes the problem reported in http://cygwin.com/ml/cygwin/2014-03/msg00263.html Have fun, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DO

64-bit TAR fails with "Cannot connect to e: resolve failed"

2014-03-14 Thread Peter Binney
I have just "upgraded" to Cygwin 64 bit (from 32 bit) on Windows 8. With 32 bit, I could do: tar vtf e:/temp/filename.tar With 64 bit this fails saying: tar: Cannot connect to e: resolve failed Using cygwin paths it is OK. ie: tar vtf /cygdrive/e/temp/filename.tar Here is the result of runnin

Re: 64-bit TAR fails with "Cannot connect to e: resolve failed"

2014-03-14 Thread Corinna Vinschen
On Mar 14 21:21, Peter Binney wrote: > Please ignore/delete this - I realise this has nothing to do with the > change from 32 to 64 bit. > > It has always been a problem, which I have a wrapper script to work > round (I'd forgotten to install the wrapper after the upgrade). In tar, the colon in a

64-bit TAR fails with "Cannot connect to e: resolve failed"

2014-03-14 Thread Peter Binney
Please ignore/delete this - I realise this has nothing to do with the change from 32 to 64 bit. It has always been a problem, which I have a wrapper script to work round (I'd forgotten to install the wrapper after the upgrade). Apologies for a mis-post! -- Problem reports: http://cygwin.co