Re: Change to Dwarf-2 debug info.

2006-07-02 Thread Chris Sutcliffe
I thought it was about time to change the default debug info for cygwin and mingw from stabs to dwarf2. Currently the default of stabs can be overriden by '-ggdb' (==use the best format for gdb) Will this break Dr. MinGW? Chris -- Chris Sutcliffe http://ir0nh34d.blogspot.com

Execute command at shutdown

2006-07-02 Thread Maurício
Hi, Is it possible, using some cygwin functionality, to tell Windows to execute a command at shutdown? For instance, I would like to have: ipconfig.exe /release executed everytime I shutdown Windows, since I need that to avoid problems with my cable provider when using dual-boot. How

Re: Execute command at shutdown

2006-07-02 Thread Igor Peshansky
On Sun, 2 Jul 2006, Maurício wrote: Hi, Is it possible, using some cygwin functionality, to tell Windows to execute a command at shutdown? For instance, I would like to have: ipconfig.exe /release executed everytime I shutdown Windows, since I need that to avoid problems with my

[ANNOUNCEMENT] Updated: cygwin-1.5.20-1

2006-07-02 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run

Re: Execute command at shutdown

2006-07-02 Thread Maurício
Igor Peshansky wrote: On Sun, 2 Jul 2006, Maurício wrote: Hi, Is it possible, using some cygwin functionality, to tell Windows to execute a command at shutdown? For instance, I would like to have: ipconfig.exe /release executed everytime I shutdown Windows, since I need that to avoid

Re: Execute command at shutdown

2006-07-02 Thread Larry Hall (Cygwin)
Maurício wrote: Hi, Is it possible, using some cygwin functionality, to tell Windows to execute a command at shutdown? For instance, I would like to have: ipconfig.exe /release executed everytime I shutdown Windows, since I need that to avoid problems with my cable provider when using

Re: Execute command at shutdown

2006-07-02 Thread Igor Peshansky
On Sun, 2 Jul 2006, Maurício wrote: Igor Peshansky wrote: On Sun, 2 Jul 2006, Maurício wrote: Is it possible, using some cygwin functionality, to tell Windows to execute a command at shutdown? For instance, I would like to have: ipconfig.exe /release executed everytime I

xemacs freezes when latexing a file

2006-07-02 Thread Yuval Grossman
Hi, I am running xemacs (21.4.19) under cygwin/X (1.5.19.4). When I am in latex mode and I latex my file (C-c C-f) sometimes xemacs freezes. That is, I cannot edit the buffer, the cursor does not move, and I cannot close the window. All I could do is just to kill it. I can, however, minimize the

FW: xemacs freezes when latexing a file

2006-07-02 Thread Charli Li
-Original Message- From: Yuval Grossman Sent: Sunday, July 02, 2006 3:49 PM To: The Cygwin ML Subject: xemacs freezes when latexing a file Hi, I am running xemacs (21.4.19) under cygwin/X (1.5.19.4). When I am in latex mode and I latex my file (C-c C-f) sometimes xemacs freezes. That

Re: FW: xemacs freezes when latexing a file

2006-07-02 Thread Yuval Grossman
Hi, Thanks. I tested it now under cygwin and I had the same problem. That is, I did not start x and run latex directly from the cygwin window and I got the same problem. So maybe it is belong to the cygwin mailing list. Best, Yuval On Sun, 2 Jul 2006, Charli Li wrote: -Original

RE: FW: xemacs freezes when latexing a file

2006-07-02 Thread Charli Li
-Original Message- From: Yuval Grossman Sent: Sunday, July 02, 2006 4:44 PM To: Cygwin Mailing List Cc: Cygwin/X Mailing List Subject: Re: FW: xemacs freezes when latexing a file Hi, Thanks. I tested it now under cygwin and I had the same problem. That is, I did not start x and run

mkdir inside unwritable dir

2006-07-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Any reason why this works on cygwin, even though it fails under Linux (as required by POSIX)? $ mkdir unreadable $ chmod a-w unreadable $ mkdir unreadable/oops This happened on NTFS, regardless of whether CYGWIN=traverse was set. - -- Life is short

Re: FW: xemacs freezes when latexing a file

2006-07-02 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Sun, 2 Jul 2006, Yuval Grossman wrote: -Original Message- From: Yuval Grossman Sent: Sunday, July 02, 2006 3:49 PM To: The Cygwin ML Subject: xemacs freezes when latexing a file Hi, I am running xemacs (21.4.19) under cygwin/X

How to use the generated lib in C++ Program

2006-07-02 Thread cxf
I Follow the FAQ How can an MSVC program call a MinGW DLL, and vice versa? and generate the library testdll.lib.But when I use the testdll.lib in VC,it seems ok when linking with .c files, but when I change the file extenstion from .c to .cpp, the VC can not link with it. Are there any difference

Re: How to use the generated lib in C++ Program

2006-07-02 Thread Larry Hall (Cygwin)
cxf wrote: I Follow the FAQ How can an MSVC program call a MinGW DLL, and vice versa? and generate the library testdll.lib. Wrong list. This is an FAQ for the MinGW list, not Cygwin (i.e. http://mingw.org/mingwfaq.shtml#faq-msvcdll). But when I use the testdll.lib in VC,it seems ok when

inilex.l misses three \xf8 characters in libwmf ldesc; makefile s.b. flex -7 not flex -8

2006-07-02 Thread sue

Care to submit a patch? (Was Re: inilex.l misses three \xf8 characters in libwmf ldesc; makefile s.b. flex -7 not flex -8)

2006-07-02 Thread Igor Peshansky
On Sun, 2 Jul 2006, sue wrote: (Yes, nothing). Some context would help (at least those not fully familiar with the setup sources). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED] ZZZzz

FW: xemacs freezes when latexing a file

2006-07-02 Thread Charli Li
-Original Message- From: Yuval Grossman Sent: Sunday, July 02, 2006 3:49 PM To: The Cygwin ML Subject: xemacs freezes when latexing a file Hi, I am running xemacs (21.4.19) under cygwin/X (1.5.19.4). When I am in latex mode and I latex my file (C-c C-f) sometimes xemacs freezes. That

Re: FW: xemacs freezes when latexing a file

2006-07-02 Thread Yuval Grossman
Hi, Thanks. I tested it now under cygwin and I had the same problem. That is, I did not start x and run latex directly from the cygwin window and I got the same problem. So maybe it is belong to the cygwin mailing list. Best, Yuval On Sun, 2 Jul 2006, Charli Li wrote: -Original

RE: FW: xemacs freezes when latexing a file

2006-07-02 Thread Charli Li
-Original Message- From: Yuval Grossman Sent: Sunday, July 02, 2006 4:44 PM To: Cygwin Mailing List Cc: Cygwin/X Mailing List Subject: Re: FW: xemacs freezes when latexing a file Hi, Thanks. I tested it now under cygwin and I had the same problem. That is, I did not start x and run

Cygwin/X does not start after updating Cygwin1.dll to 1.5.20-1

2006-07-02 Thread Charli Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There seems to be a problem with the new Cygwin1.dll version 1.5.20-1 made available by cgf in setup.exe. - --- First of all, the subject says it all. Please don't ask me to try a different startup method, since I have tried all three (startx,

Re: Cygwin/X does not start after updating Cygwin1.dll to 1.5.20-1

2006-07-02 Thread Robert McNulty
Charli Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There seems to be a problem with the new Cygwin1.dll version 1.5.20-1 made available by cgf in setup.exe. - --- First of all, the subject says it all. Please don't ask me to try a different startup method, since I have tried all

Keycodes and rxvt-unicode

2006-07-02 Thread Chris Sutcliffe
I'm having a bit of a problem with urxvt and key-codes with vim. I have key-map setup such that Control-PageUp / PageDown switch between buffers (bp / bn). This key-mapping works fine under and xterm, but just rings the system bell under urxvt. The odd thing is that Ctrl and PageUp/PageDown

winsup/cygwin ChangeLog include/cygwin/version.h

2006-07-02 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-07-02 16:22:59 Modified files: cygwin : ChangeLog cygwin/include/cygwin: version.h Log message: * include/cygwin/version.h: Bump DLL minor version number to 21.

Updated: cygwin-1.5.20-1

2006-07-02 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run