Re: mintty ^H/^? bug

2009-06-05 Thread Andy Koppe
2009/6/5 Ken Brown: >> I guess what I could do is remove the setting from the dialog and >> instead make it a config file or command line option only, because >> it's not really something that users should normally have to worry >> about. > > Does the command line option currently exist? No. Sorry

Re: How to run GNU Emacs from Windows icon

2009-06-05 Thread Andrew DeFaria
David Karr wrote: -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Andrew DeFaria Sent: Friday, June 05, 2009 8:47 AM To: cygwin@cygwin.com Subject: Re: How to run GNU Emacs from Windows icon David Karr wrote: I now need to set up Windows des

Re: Using emacs in a terminal window

2009-06-05 Thread Mark Harig
An alternative to providing instructions for a workaround would be to modify the default initialization files that are provided with the terminal emulators. For example, rxvt comes with the following file: $ cygcheck -l rxvt | grep app-defaults /etc/defaults/etc/X11/app-defaults/Rxvt The post

Problem on compiling fcitx, undefined reference to '_XpmCreateImageFromData'

2009-06-05 Thread Xu Ning
Dear All When compiling fcitx 3.6.0 with gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) but some errors. I have libXpm and libiconv installed. Any one have same problem and could give some advice? Thank a lot ! ERROR MESSAGE ==

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-05 Thread Dave Korn
Corinna Vinschen wrote: > Not good. I'm puzzled where this allocated 68K region is exactly coming > from, but it really looks like something which occurs in or near dlopen. > > I'm going to debug this further tomorrow. I guess that goes without > saying, but I'd be glad for any help. I'll ju

Re: How to run GNU Emacs from Windows icon

2009-06-05 Thread Ken Brown
On 6/5/2009 5:46 PM, David Karr wrote: Ok, I've installed Emacs 23. The results are sort of better, but worse. Running it now, which actually runs "emacs-X11" through a link, looks like "emacs -nw". It's definitely not using X11. If you have an X server running and the DISPLAY environment var

RE: How to run GNU Emacs from Windows icon

2009-06-05 Thread David Karr
> -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf > Of Ken Brown > Sent: Friday, June 05, 2009 11:37 AM > To: cygwin@cygwin.com > Subject: Re: How to run GNU Emacs from Windows icon > > 3. Try emacs 23: > >http://sourceware.org/ml/cygwin/2

RE: How to run GNU Emacs from Windows icon

2009-06-05 Thread David Karr
> -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf > Of Ken Brown > Sent: Friday, June 05, 2009 11:37 AM > To: cygwin@cygwin.com > Subject: Re: How to run GNU Emacs from Windows icon > > On 6/5/2009 11:58 AM, David Karr wrote: > C:\cygwin\b

RE: How to run GNU Emacs from Windows icon

2009-06-05 Thread David Karr
> -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf > Of Ken Brown > Sent: Friday, June 05, 2009 2:04 PM > To: cygwin@cygwin.com > Subject: Re: How to run GNU Emacs from Windows icon > > On 6/5/2009 3:25 PM, David Karr wrote: > >> 1. Send cygchec

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-05 Thread Corinna Vinschen
On Jun 5 14:44, Charles Wilson wrote: > Corinna Vinschen wrote: > > However, if I rebase the DLL to some other spot, like 0x6500, then > > the DLL is loaded at that address exactly, and everything works fine. I > > still don't think this has anything to do with ASLR. ASLR only > > complicate

Re: How to run GNU Emacs from Windows icon

2009-06-05 Thread Ken Brown
On 6/5/2009 3:25 PM, David Karr wrote: 1. Send cygcheck output (as an attachment) as requested at http://cygwin.com/problems.html Attached. Two things jump out at me. First, it's clear from the environment variables that you ran cygcheck from a shell within emacs. I don't think it matters

RE: How to run GNU Emacs from Windows icon

2009-06-05 Thread David Karr
> -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf > Of Ken Brown > Sent: Friday, June 05, 2009 11:37 AM > To: cygwin@cygwin.com > Subject: Re: How to run GNU Emacs from Windows icon > > On 6/5/2009 11:58 AM, David Karr wrote: > C:\cygwin\b

RE: How to run GNU Emacs from Windows icon

2009-06-05 Thread David Karr
> -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf > Of Ken Brown > Sent: Friday, June 05, 2009 11:37 AM > To: cygwin@cygwin.com > Subject: Re: How to run GNU Emacs from Windows icon > > On 6/5/2009 11:58 AM, David Karr wrote: > C:\cygwin\b

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-05 Thread Charles Wilson
Corinna Vinschen wrote: > On Jun 5 10:56, Charles Wilson wrote: >> You did reboot, right? IIRC Windows only calculates the new base > > No. Because *none* of my DLLs is marked to be ASLR compatible. I'm > testing what happens OOTB. OK, that makes sense. > The entire problem starts already i

Re: How to run GNU Emacs from Windows icon

2009-06-05 Thread Ken Brown
On 6/5/2009 11:58 AM, David Karr wrote: C:\cygwin\bin\bash.exe --login -c "C:/cygwin/bin/emacs.exe" emacs: Terminal type cygwin is not defined. If that is not the actual type of terminal you have, use the Bourne shell command `TERM=... export TERM' (C-shell: `setenv TERM ...') to specify the cor

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-05 Thread Dave Korn
Marc Girod wrote: > > Dave Korn-6 wrote: >> If you have rebased, please reinstall libgmp/libmpfr. >> > Er... rebased what? > I have rebased all, only expr cannot be rebased (no symbols). > Can one rebase optimized executables? No, but expr.exe depends on libgmp and that's where the problem pr

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-05 Thread Yaakov (Cygwin/X)
On 05/06/2009 11:35, Corinna Vinschen wrote: Here's another thought: I examined the address layout of the perl process again, and it struck me as weird that the base addresses of all the DLLs which get dynamically loaded by perl are so near together. It looks like the problem is actually tighte

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-05 Thread Larry Hall (Cygwin)
Marc Girod wrote: Dave Korn-6 wrote: If you have rebased, please reinstall libgmp/libmpfr. Er... rebased what? I have rebased all, only expr cannot be rebased (no symbols). Can one rebase optimized executables? Anyway, I used wget as advertised, but what then? I think Dave was suggesting

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-05 Thread Marc Girod
Dave Korn-6 wrote: > > If you have rebased, please reinstall libgmp/libmpfr. > Er... rebased what? I have rebased all, only expr cannot be rebased (no symbols). Can one rebase optimized executables? Anyway, I used wget as advertised, but what then? And besides... gmp> tar jft gmp-4.3.1-2.ta

Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-05 Thread Dave Korn
David Billinghurst wrote: > I have rebuilt gmp with CVS binutils and -shared-libgcc. This fixes the > problem for me. Could someone (Yaakov?) download the new DLLs in > libgmp3-4.3.1-1.tar.bz2 and libgmpxx4-4.3.1-2.tar.bz2 (below) and > confirm the fix. > > # Full gmp package #

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-05 Thread Dave Korn
Marc Girod wrote: > > Yaakov (Cygwin/X) wrote: >> I'm just taking over libssh2, and it will be updated to 1.0 very soon. >> > Thanks, because my own (naive) attempt failed on the configure stage, > because of expr dumping core. > > Marc If you have rebased, please reinstall libgmp/libmpfr. Th

Re: Cygwin SSH Multiple Users

2009-06-05 Thread Larry Hall (Cygwin)
. Reformatted. Huang Bambo wrote: 2009/6/5 Holikar, Sachin (ext) holikar ext siemens com>: ^-> Thanks. Hello, We reinstalled WINXP and CYGWIN with an

Re: Using emacs in a terminal window

2009-06-05 Thread Christopher Faylor
On Fri, Jun 05, 2009 at 10:29:33AM -0400, Ken Brown wrote: >I've answered several questions in recent weeks about how to use emacs >in a terminal window. To try to clarify this, I plan to put some >suggestions in /usr/share/doc/Cygwin/emacs.README the next time I update >the emacs packages. Th

Re: grep -f option is not working in release of grep (2.5.3-1)

2009-06-05 Thread Christopher Faylor
On Thu, Jun 04, 2009 at 10:17:19PM -0700, Tulasi Ram wrote: >I have tried by using below command. It didn?t work. > >$ grep -E -v -f "C:\Log\FindDeploymentErrors_Exclude.txt" >CM_Setup2.log | grep -E -f "C:\Log\FindDeploymentErrors_Error.txt" -n >1>"C:\Log\cc.txt" > >Pattern file( FindDeploymentErr

Re: GCC --enable-auto-import problem

2009-06-05 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Huang Bambo wrote, On 5.6.2009 3:02: > In cygwin 1.7: > > 1. download db-4.7.25 from oracle at > http://www.oracle.com/database/berkeley-db/index.html (havn't tested > on other version) > 2. configure like : ../dist/configure --prefix=/home/Bambo/db

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-05 Thread Corinna Vinschen
[Caution, another long reply. For those just looking for a simple workaround, skip to line 86 of the mail body.] On Jun 5 10:56, Charles Wilson wrote: > Corinna Vinschen wrote: > > I can reproduce the "unable to remap" on W7RC by running `cygport > > automake1.11-1.11-10 compile'. > > Uhhh...I

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-05 Thread Thomas Wolff
IWAMURO Motonori wrote: > 2009/5/21 Thomas Wolff : > >> > Therefore, I propose to use *_cjk() when the language part of LC_CTYPE > >> > is 'ja', 'ko', 'vi' or 'zh'. > > The problem with this is > > 1. As you say, there is no standard. > But, > - I think that my proposal doesn't violate any specifi

Re: [1.7] segfault with gfortran 4.3.2 when compiling a simple test case

2009-06-05 Thread Gustavo Seabra
On Fri, Jun 5, 2009 at 12:01 PM, Dave Korn wrote: > Gustavo Seabra wrote: >> I'm having problems with gfortran: >> $  gfortran --version >> GNU Fortran (GCC) 4.3.2 20080827 (beta) 2 >> Copyright (C) 2008 Free Software Foundation, Inc. >> >> GNU Fortran comes with NO WARRANTY, to the extent permitte

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-05 Thread Marc Girod
Yaakov (Cygwin/X) wrote: > > I'm just taking over libssh2, and it will be updated to 1.0 very soon. > Thanks, because my own (naive) attempt failed on the configure stage, because of expr dumping core. Marc -- View this message in context: http://www.nabble.com/Re%3A-Re%3A-Trying-to-install-

RE: How to run GNU Emacs from Windows icon

2009-06-05 Thread David Karr
> -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf > Of Andrew DeFaria > Sent: Friday, June 05, 2009 8:47 AM > To: cygwin@cygwin.com > Subject: Re: How to run GNU Emacs from Windows icon > > David Karr wrote: > > I now need to set up Windows des

Re: [1.7] segfault with gfortran 4.3.2 when compiling a simple test case

2009-06-05 Thread Dave Korn
Gustavo Seabra wrote: > I'm having problems with gfortran: > $ gfortran --version > GNU Fortran (GCC) 4.3.2 20080827 (beta) 2 > Copyright (C) 2008 Free Software Foundation, Inc. > > GNU Fortran comes with NO WARRANTY, to the extent permitted by law. > You may redistribute copies of GNU Fortran >

Re: How to run GNU Emacs from Windows icon

2009-06-05 Thread Andrew DeFaria
David Karr wrote: I now need to set up Windows desktop icons that can start these processes. I managed to get XEmacs working, with the following command line: C:\cygwin\bin\bash.exe --login -c C:/cygwin/bin/xemacs-21.4.22.exe Why the insistence on running bash? Why not simply run Xemacs? That'

Re: FAQ 4.46, applications interfere with subversion or not?

2009-06-05 Thread Corinna Vinschen
On Jun 5 07:45, David Rothenberger wrote: > On 6/5/2009 2:08 AM, Corinna Vinschen wrote: >> Can you nail down the problem into a simple testcase? > > I kinda doubt it. Subversion is using APR to move a file, and the error > occurs only sporadically if some other Windows program (e.g., virus >

Re: FAQ 4.46, applications interfere with subversion or not?

2009-06-05 Thread David Rothenberger
On 6/5/2009 2:08 AM, Corinna Vinschen wrote: On Jun 4 14:33, David Rothenberger wrote: On 6/3/2009 8:37 AM, David Rothenberger wrote: On 6/3/2009 8:20 AM, masc wrote: When using cygwin's cvs2svn with subversion (1.6.2 r37639) while running Avira AntiVir (http://www.avira.com/en/pages/index.ph

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-05 Thread Charles Wilson
Corinna Vinschen wrote: > I can reproduce the "unable to remap" on W7RC by running `cygport > automake1.11-1.11-10 compile'. Uhhh...I'm glad to hear that? Or not... > The culprit in my case is always the > same DLL, a run-time loaded perl DLL called Cwd.dll. Even after > rebaseall, it still doe

Using emacs in a terminal window

2009-06-05 Thread Ken Brown
I've answered several questions in recent weeks about how to use emacs in a terminal window. To try to clarify this, I plan to put some suggestions in /usr/share/doc/Cygwin/emacs.README the next time I update the emacs packages. The current draft is appended below. Please let me know if you

Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-05 Thread David Billinghurst
Dave Korn wrote: Yaakov (Cygwin/X) wrote: On 04/06/2009 21:22, David Billinghurst wrote: As the gmp and mpfr maintainer, can I do anything to fix this? Are you able to reproduce this? I see you built these with gcc4 but with a static libgcc; maybe adding -shared-libgcc would help? This is

Re: mintty ^H/^? bug

2009-06-05 Thread Ken Brown
On 6/3/2009 12:52 AM, Andy Koppe wrote: I think there's a minor bug in the way mintty handles the ^H/^? option for the Backspace key. [...] I guess what I could do is remove the setting from the dialog and instead make it a config file or command line option only, because it's not really someth

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-05 Thread Corinna Vinschen
On Jun 4 19:49, Yaakov S wrote: > On 04/06/2009 14:28, Yaakov (Cygwin/X) wrote: >> I'm having similar problems with Avast 4.8 Home Edition on Windows 7 RC >> x64 with cygwin-1.7. I never had a problem with this A/V on XP with 1.5 >> or 1.7. This continues even after rebaseall and peflagsall. I hav

Re: FAQ 4.46, applications interfere with subversion or not?

2009-06-05 Thread Corinna Vinschen
On Jun 4 14:33, David Rothenberger wrote: > On 6/3/2009 8:37 AM, David Rothenberger wrote: >> On 6/3/2009 8:20 AM, masc wrote: >>> When using cygwin's cvs2svn with subversion (1.6.2 r37639) while running >>> Avira AntiVir (http://www.avira.com/en/pages/index.php), svnadmin is >>> failing >>> spo

Re: Cygwin SSH Multiple Users

2009-06-05 Thread Huang Bambo
use command /usr/sbin/sshd to try start first And which cygwin version you use? 2009/6/5 Holikar, Sachin (ext) : > > > Hello, > > We reinstalled WINXP and CYGWIN with another dumps. But still not able to > start the sshd service. Really frustrated as we followed exact steps given in > most of th

RE: Cygwin SSH Multiple Users

2009-06-05 Thread Holikar, Sachin (ext)
Hello, We reinstalled WINXP and CYGWIN with another dumps. But still not able to start the sshd service. Really frustrated as we followed exact steps given in most of the internet help pages. So whats going wrong , is there any way to find out what more is needed or so? Where can we have the