The newer version of Bash (Maybe after 3.1.6) brings something wrong for the executive operator `(backquote) in Makefile

2006-11-13 Thread Zhenghui Zhou
When execute makefile through make command, any compile line contains the executive operator `(backquote), likes `pkg-config --cflags gtk+-2.0`, would result in a compile error, reported by gcc/g++, which said ": No such file or directory". Any advice would be appreciated. Regards, Zhenghui Zhou

Why does CYGWIN remap my keys

2006-11-13 Thread Davin Pearson
I sent this message to comp.windows.cygwin but received no reply. I have just installed Cygwin on my Mum's Windows XP Home computer and I noticed that it rebinds some of the keys, such as " -> @ @ -> " \ -> # | -> ~ etc. I managed to patch Gnu Emacs so that it goes back to the old bindings with

Re: ld: cannot perform PE operations on non PE output file 'bootsect'.

2006-11-13 Thread Brian Dessent
Salvatore D'Angelo wrote: > On Linux it works fine but in cygwin I go the following link problem: > > *ld: cannot perform PE operations on non PE output file 'bootsect'. > > *In the cygwin mail archive I saw question like this without response > please can someone suggest me what is wrong in my

RE: cannot perform PE operations on non PE output file 'bootsect'.

2006-11-13 Thread Dave Korn
On 14 November 2006 00:29, Salvatore D'Angelo wrote: > Hi all, > > I have a problem compiling the bootsect.S file above using the Makefile. > Basically the project create a boot sector on floppy that print "Hello > World" at compuer boot. > On Linux it works fine but in cygwin I go the following

ld: cannot perform PE operations on non PE output file 'bootsect'.

2006-11-13 Thread Salvatore D'Angelo
Hi all, I have a problem compiling the bootsect.S file above using the Makefile. Basically the project create a boot sector on floppy that print "Hello World" at compuer boot. On Linux it works fine but in cygwin I go the following link problem: *ld: cannot perform PE operations on non PE out

RE: w32api/winnt.h BUILD Problem

2006-11-13 Thread Dave Korn
On 13 November 2006 22:23, Brian Dessent wrote: > In file included from > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/windef.h:246, > from > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/windows.h:48, > from > C:/Eclipse_Workspace/A

Re: [ANNOUNCEMENT] Updated: bash-3.2.3-5

2006-11-13 Thread Bret Weinraub
Eric Blake byu.net> writes: > Evil. /bin/sh is supposed to be at the same version of bash, if you > installed > things correctly. It sounds like your postinstall scripts did not run > correctly (perhaps you had bash or sh open when you ran setup.exe?). What > are > the timestamps on those

Re: w32api/winnt.h BUILD Problem

2006-11-13 Thread Brian Dessent
"Patrick D. McAvoy" wrote: > I am having a problem with BUILDing a fairly large C++ DLL using Cygwin > under Eclipse. I am running Windows XP Media Edition. My Eclipse Project > Name is: Analyzer_General (Build is not an acronym, there's no need to shout.) > My application source code seems to b

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Luis P Caamano
The problem I've been having for quite a while now may or may not be related to this but it's indeed similar. I start XWin from a batch file that also starts a gnome-terminal. I always have to kill the gnome-pty-helper.exe process in order to be able to open more terminals. The point where it h

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Christopher Faylor
On Mon, Nov 13, 2006 at 03:18:56PM +, Eric Blake wrote: >Charles Wilson cwilson.fastmail.fm> writes: > >> Or what *should* be happening. >> >> So, I think that in src/command.c, right before exit() is called, rxvt >> ought to kill its children -- except I thought exit() should do that >> al

Re: Problem with C app compiled under cygwin on win32

2006-11-13 Thread P
> > Did you copy the version you compiled on Windows NT (hence 32-bit and > would use WOW)? Or did you recompile it on x64? If you recompiled > it, what compiler did you use and what options? (show command-line and > output from "gcc -v", but using your compiler if not just "gcc") I used the v

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Eric Blake
Charles Wilson cwilson.fastmail.fm> writes: > Or what *should* be happening. > > So, I think that in src/command.c, right before exit() is called, rxvt > ought to kill its children -- except I thought exit() should do that > already? http://www.opengroup.org/onlinepubs/009695399/functions/exi

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Charles Wilson
Eric Blake wrote: So far, no one has found a good way for a cygwin process killed by Alt-F4 (or the X button) to treat that as a SIGHUP and pass that information on to all of its children processes. So, by killing rxvt abruptly, you are indeed stranding bash as a zombie process. Actually, I t

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Christopher Faylor
On Mon, Nov 13, 2006 at 08:15:15AM -0500, Igor Peshansky wrote: >On Mon, 13 Nov 2006, Eric Blake wrote: > >> According to Eric Lilja on 11/12/2006 12:52 PM: >> > I recently upgraded to a dual core machine which made me use the windows >> > task manager alot. That's when I noticed that if I close th

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Igor Peshansky
On Mon, 13 Nov 2006, Eric Blake wrote: > According to Eric Lilja on 11/12/2006 12:52 PM: > > I recently upgraded to a dual core machine which made me use the windows > > task manager alot. That's when I noticed that if I close the rxvt window > > by pressing 'x' in the top right corner (or doing a

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Lilja on 11/12/2006 12:52 PM: > I recently upgraded to a dual core machine which made me use the windows > task manager alot. That's when I noticed that if I close the rxvt window > by pressing 'x' in the top right corner (or doing al

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread René Berber
Eric Lilja wrote: [snip] > Ok, no replies yet. I understand if people don't have the > solution/explanation at hand, but maybe someone else could try my rxvt > shortcut and say if he or she is seeing the same problem as I am? Yes, I can see the same problem if I close the window using the button.

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Eric Lilja
Eric Lilja skrev: Hello, I never open the default cygwin "command window" anymore. Instead I use rxvt (a program I was introduced to after using cygwin for more than a year and I immediately fell in love with it). In my quicklaunch bar I have the following rxvt shortcut: C:\cygwin\bin\rxvt.exe