Re: [ANNOUNCEMENT] Updated: gcc-3.4.4-3

2006-12-17 Thread Charles Wilson
Dave Korn wrote: A new release of gcc, version 3.4.4-3, has been uploaded to sourceware.org, and will appear on your local mirror after it next refreshes. Thanks to everyone who tested and reported both problems and successes with the experimental version, and to Angelo Graziosi in particu

Re: something goes wrong while compiling linux kernel under cygwin

2006-12-17 Thread Leo Liu
andy wang gmail.com> writes: > > > > > But there is a little issue when i'm using command: > > "mount -o cygexec -o managed /cygdrive/d/testdir1 /testdir2". > "man mount" you can see the help the mount. you can always find some > answers if you try "man your-command". > The first path is Windows

Re: Updated (and new) cygport patches

2006-12-17 Thread Charles Wilson
Now, number 7: This one just adds hooks for cygports that need to intervene during the automated portions of 'cygport ... install'. The ordinary sequence of events is: __prepinstalldirs && src_install && src_postinst where __prepinstalldirs and src_postinst are both readonly. This patch

[ANNOUNCEMENT] Updated: rxvt-unicode-X-7.7-5, rxvt-unicode-common-7.7-5

2006-12-17 Thread Charles Wilson
rxvt-unicode is clone of the familiar rxvt terminal emulator, that supports partially supports unicode, with a lot of caveats. So why bother? See original announcement at http://www.cygwin.com/ml/cygwin-announce/2006-05/msg4.html Changes since 7.7-4: =

Re: emacs trouble

2006-12-17 Thread Wynfield Henman
Lorenzo, I had the problem as well, but it was long ago. The problem has to do with the terminal emulator, as I recall. I switched from using the default windows prompt terminal to Putty and I think that solved the problem. Also putty has nice features should as allowing cut and paste. Read m

Re: libraries

2006-12-17 Thread Wynfield Henman
Larry, thank you for the explanation regarding libraries. On 12/14/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: Wynfield Henman wrote: > I have managed to confuse myself regarding libraries under cygwin, > after reading extensively on building dlls under cygwin. > > Please check if my

Re: bash longjmp issue

2006-12-17 Thread Larry Hall (Cygwin)
. Reformatted. K Kafka wrote: On 12/17/06, Larry Hall (Cygwin) cygwin com> wrote: K Kafka wrote: > On 12/17/06, Larry Hall (Cygwin) cygwin com> wrote: . There's no need to feed the spammers. Thanks. >> K

wtmpx support

2006-12-17 Thread Charles Wilson
I think that winsup/cygwin/include/utmpx.h should include the following definition, similar to the existing one for UTMPX_FILE: #define WTMPX_FILE _PATH_WTMP I'm hitting a compile error in rxvt-unicode: # if defined(HAVE_STRUCT_UTMPX) && defined(HAVE_UPDWTMPX) updwtmpx (WTMPX_FILE, utx);

[ANNOUNCEMENT] Updated: gcc-3.4.4-3

2006-12-17 Thread Dave Korn
A new release of gcc, version 3.4.4-3, has been uploaded to sourceware.org, and will appear on your local mirror after it next refreshes. This is a full "current version" release and supersedes the formerly experimental -2 package. It fixes two specs-handling errors that were introduced in

Re: fontconfig: no symbols in libfontconfig.dll.a (2.4.1-3)

2006-12-17 Thread Charles Wilson
Charles Wilson wrote: FcStrHashIgnoreCase LIBRARY libfontconfig-1.dll VERSION 2.0 To really be correct, that should be "LIBRARY cygfontconfig-1.dll". I note, tho, that the existing libfontconfig build process will use the erroneous name "libfontconfig-1.dll" even when that build pro

Re: fontconfig: no symbols in libfontconfig.dll.a (2.4.1-3)

2006-12-17 Thread Charles Wilson
Dr. Volker Zell wrote: Yaakov S writes: > Subject says it all; it appears that libfontconfig.dll.a may have been > stripped, which (AFAIK) works for static libs but kills import libs. Ping. This also prevents compilation of latest Xemacs beta 21.5.27. > Yaakov Ping Ping. Also

Re: bash longjmp issue

2006-12-17 Thread K Kafka
Hi Larry, Thank you. So you are right, I did not stop any of the services before upgrading. I'll know it in the future. On the actual problem: 1- I've rebooted since the last install, the problem persists 2- All the files in /etc/postinstall have the .done suffix 3- In setup.log.full, the only e

Re: bash longjmp issue

2006-12-17 Thread Larry Hall (Cygwin)
K Kafka wrote: On 12/17/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: K Kafka wrote: > Hi all, > > I have been looking around for a possible cause for my problem with > bash. I left a "tail -f" running for a few days. When I came back, > none of the service would run anymore (cygsrv, exim,

Re: TTYfier

2006-12-17 Thread Eric Mangold
Thanks for the reply... On Sun, 17 Dec 2006 10:29:02 -0600, Egor Duda <[EMAIL PROTECTED]> wrote: Eric Mangold wrote: First of all, i think it's better to post it to cygwin mailing list. I'm trying to use ttyfier to make the native win32 build of Python play nice over a cygwin/ssh/bash shell.

Re: TTYfier

2006-12-17 Thread Egor Duda
Eric Mangold wrote: First of all, i think it's better to post it to cygwin mailing list. > I'm trying to use ttyfier to make the native win32 build of Python play > nice over a cygwin/ssh/bash shell. I can ssh in to my Windows machine and > run the Native python but it has all kinds of issues

Re: [Wine] How to resolve font problem?

2006-12-17 Thread Steven Woody
On 11/28/06, Bry Melvin <[EMAIL PROTECTED]> wrote: --- Steven Woody <[EMAIL PROTECTED]> wrote: > On 11/27/06, Bry Melvin <[EMAIL PROTECTED]> > wrote: > > > > --- Steven Woody <[EMAIL PROTECTED]> wrote: > > > > > i am running a dictionary software ( > merriam-webster > > > ), but it can not > >

Re: something goes wrong while compiling linux kernel under cygwin

2006-12-17 Thread andy wang
But there is a little issue when i'm using command: "mount -o cygexec -o managed /cygdrive/d/testdir1 /testdir2". "man mount" you can see the help the mount. you can always find some answers if you try "man your-command". The first path is Windows path and second is the POSIX path. so using: mo

Re: something goes wrong while compiling linux kernel under cygwin

2006-12-17 Thread Leo Liu
andy wang gmail.com> writes: > > As David said, I think you are trying to cross-compile the kernel on > the cygwin. and luckyly there is a post today about "crosstool-0.43 & > cygwin", I think it is what you want. and notice that you also need to > mount a directory using "-o managed", because o