Fwd: error with font in xTerm

2006-09-15 Thread mr Ed
WinX.log (WW) /tmp mounted int textmode _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32

Re: Fwd: error with font in xTerm

2006-09-15 Thread Lionel B
mr Ed wrote: /.../ Fatal server error: could not open default font 'fixed' See the Cygwin/X FAQ: http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof -- Lionel B -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

[PATCH] add CRYPTPROTECT definitions to w32api's wincrypt.h

2006-09-15 Thread Matthias Miller
I am needing CRYPTPROTECT definitions in wincrypt.h and have attached a patch to add them. Regards, -Matthias Miller --- wincrypt.h.orig Thu Sep 14 04:19:36 2006 +++ wincrypt.h Thu Sep 14 04:20:37 2006 @@ -371,6 +371,21 @@ #define SCHANNEL_MAC_KEY0x #define SCHANNEL_ENC_KEY

Re: completion-ignore-case problem with cygwin

2006-09-15 Thread Carlo Florendo
Levy, Bruce wrote: Hi Igor, Thank you very much for your reply. I invoked 'bash -vx --login -i' and watched the commands that were being executed. I did NOT see any reference to completion-ignore-case. Should I see the lines in .inputrc being executed? I did not see any .inputrc output.

Re: completion-ignore-case problem with cygwin

2006-09-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ugh - http://cygwin.com/acronyms/#TOFU reformatted. -Original Message- From: Igor Peshansky [mailto:[EMAIL PROTECTED] ^ Ugh - spam feeder. http://cygwin.com/acronyms/#PCYMTNQREAIYR Yes,

G77, libg2c and a linking problem

2006-09-15 Thread Angelo Graziosi
I would know if the following is a normal behaviour... program hello implicit none write(*,*) 'Hello!' end $ g77 hello.F -o hello -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -lg2c /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o):(.text+0xab): undefined

Re: G77, libg2c and a linking problem

2006-09-15 Thread Angelo Graziosi
I wrote: I would know if the following is a normal behaviour... program hello implicit none write(*,*) 'Hello!' end $ g77 hello.F -o hello -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -lg2c

RE: G77, libg2c and a linking problem

2006-09-15 Thread Dave Korn
On 15 September 2006 14:05, Angelo Graziosi wrote: program hello implicit none write(*,*) 'Hello!' end $ g77 hello.F -o hello -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -lg2c /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o):(.text+0xab ): undefined

RE: Tcl/tk doesn't seem to append .exe to symlinks in Cygwin

2006-09-15 Thread Thrall, Bryan
Thrall, Bryan wrote on Tuesday, August 29, 2006 7:10 PM: I understand this is the place to report problems with Cygwin's tcltk package? It looks like the wish.exe provided by tcltk doesn't properly handle symbolic links to executables. A simple test case: $ ls -l foo.exe wishtest

cygwin nano lines overlap / stick when scrolling

2006-09-15 Thread nick humphrey
i found a thread about this same problem from 2003: See: http://www.cygwin.com/ml/cygwin/2003-06/msg01046.html when i scroll down in nano, in a cygwin window, very often lines stick in the place they first were resulting in an overlapping and covering over other lines. after a couple of lines i

RE: completion-ignore-case problem with cygwin

2006-09-15 Thread Levy, Bruce
Hi Eric, Thank you (and Igor) for the help. I have created a Windows Environment Variable that points to .inputrc. That has fixed the problem. Your suggestion (and Igor's) about checking the setting of HOME has gotten me to clean up my startup files. I got rid of my old ones and used the ones

Seeking ancient sources

2006-09-15 Thread Borg
Hello. --- Important Note --- This is repost, since filters killed my previous message. My intention changed I bit now, because I had small mail chit-chat w/ owner of this newsgroup. I know that old cygwin version arent support... Thats why I added tag in first post.. So this post is mainly aimed

Re: Seeking ancient sources

2006-09-15 Thread Christopher Faylor
On Fri, Sep 15, 2006 at 08:43:32PM +, Borg wrote: This is repost, since filters killed my previous message. I doubt that anyone cares about your travails trying to send email. My intention changed I bit now, because I had small mail chit-chat w/ owner of this newsgroup. I know that old

RE: G77, libg2c and a linking problem

2006-09-15 Thread Angelo Graziosi
Dave Korn wrote: Using your hello world testcase, I found that g77 hello.F -o hello just works. Yes, it works. You don't mention that you've tried this but I assume you did and it didn't work. So please try the fix I suggested in