Re: arch & has there been a change in automatic .exe unlinking?

2005-07-02 Thread Eric Blake
> As you can see, removing ./a without specifying the .exe suffix doesn't > work. However, I am have strong recollections of this being > par-the-course for cygwin previously. Has there been a change. rm was temporarily changed in coreutils-5.3.0-4 to automatically append .exe, but that attempt ca

arch & has there been a change in automatic .exe unlinking?

2005-07-02 Thread Shaddy Baddah
Hi, The best way to describe the problem is to plunge in with some cut and paste: [EMAIL PROTECTED] ~/throwaway scripts $ gcc hello.c [EMAIL PROTECTED] ~/throwaway scripts $ ./a Hello, World! [EMAIL PROTECTED] ~/throwaway scripts $ rm ./a rm: cannot remove `./a': No such file or directory [EMA

Re: Qestion about Bash Fork Resource Temporily Unavailable for NS2.28 and NS2.27

2005-07-02 Thread daemon
Welcome to posting to the ns-users mailing list! We automatically send this message to every new person who sends mail to the list. You should only receive it once. My apologies if the program contacts you twice, perhaps because you have multiple e-mail addresses or send mail from multiple mach

Re: Qestion about Bash Fork Resource Temporily Unavailable for NS2.28 and NS2.27

2005-07-02 Thread Larry Hall
At 04:46 PM 7/1/2005, you wrote: >Hi, all, > >While I restart cygwin after I failed to install >NS2.27 or NS2.28, it shows, >bash: /usr/bin/id: Resource temporarily unavailable > 6 [main] bash 62528 fork_parent: child 62624 >died waiting for longjmp befo >re initialization >bash: fork: Bad fil

RE: Shmget() fails when run within a program that is started by inetd. Has anyone else encountered this?

2005-07-02 Thread John Ypsilantis
Hello Igor, Problem solved, please ignore my last posting. You were correct. The environment string had not in fact been set up via cygrunsrv when I installed inetd originally. I tried setting it via the services dialog in XP and as a global system-wide variable, but I had forgotten about cygrun

[ANNOUNCEMENT] Updated: cygwin-1.5.18-1

2005-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 se

ncurses update pending? (was: Re: library `/usr/lib/libncurses.la' was moved.)

2005-07-02 Thread Gerrit P. Haase
Hi Charles, In November *2004* Charles Wilson wrote: Gerrit P. Haase wrote: Hi, Getting this warning: libtool: link: warning: library `/usr/lib/libncurses.la' was moved. $ cat /usr/lib/libncurses.la [...] # Directory that this library needs to be installed in: libdir='/usr/src/ncurses/ncu

Re: Exiting Emacs (Attn: emacs maintainer)

2005-07-02 Thread Igor Pechtchanski
On Sat, 2 Jul 2005, Nick Kirchner wrote: > I just installed Cygwin on my Windows 98 computer and tried playing > around with Emacs. Having toyed with it a little in the past, I know > that C-x C-c is supposed to exit the program. As you may have guessed, > C-x C-c did nothing other than beep. > >

Re: Cygwin from Scratch?

2005-07-02 Thread Joshua Daniel Franklin
> Brian Dessent wrote: > > > In my experience the two most common changes you have to make when > > porting are: a) adding -no-undefined to LDFLAGS (or -Wl,-no-undefined to > > CFLAGS), and b) adding missing $(EXEEXT) ... > > I meant to include c) adding O_BINARY to open() or otherwise dealing >

Exiting Emacs

2005-07-02 Thread Nick Kirchner
I just installed Cygwin on my Windows 98 computer and tried playing around with Emacs. Having toyed with it a little in the past, I know that C-x C-c is supposed to exit the program. As you may have guessed, C-x C-c did nothing other than beep. What exactly is going wrong here? Thanks for you

RE: Shmget() fails when run within a program that is started by inetd. Has anyone else encountered this?

2005-07-02 Thread John Ypsilantis
Hello Igor, Thank you for your prompt reply. For the tests, inetd was installed and run as a service and I had set CYGWIN=server in the user shell. These are effective because the Cygwin "telnet localhost" returns the very first text string before the connection is lost. I have just repeated the

Re: Shmget() fails when run within a program that is started by inetd. Has anyone else encountered this?

2005-07-02 Thread Igor Pechtchanski
On Sat, 2 Jul 2005, John Ypsilantis wrote: > I have come across what may be a problem with the interaction of the > shared memory subsystem with networking code that is run up by inetd. > The following program runs to completion when started interactively and > under (x)inetd control for FC3. Whil

Shmget() fails when run within a program that is started by inetd. Has anyone else encountered this?

2005-07-02 Thread John Ypsilantis
I have come across what may be a problem with the interaction of the shared memory subsystem with networking code that is run up by inetd. The following program runs to completion when started interactively and under (x)inetd control for FC3. While it also runs to completion when started interactiv

Re: Linking a (.a) and a (.dll) to an appl in cygwin

2005-07-02 Thread Gerrit P. Haase
kali raj wrote: HI Iam trying to build an application that requries a static cygwin library and a windows dynamic library. The static library(.a) is a native Cygwin library and the dynamic libary (.dll) is an external dynamic library of windows. When i build my cygwin applicatio using gcc in cyg

Re: perl -x doesn't recognize file as executable

2005-07-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Brian Dessent on 6/5/2005 7:31 PM: Sorry for a reply to an old thread, but I wanted to correct some misinformation: >>You mean special logic for windows file permissions (ACL?), not only >>using the owner/group/other scheme? > > I think

Linking a (.a) and a (.dll) to an appl in cygwin

2005-07-02 Thread kali raj
HI Iam trying to build an application that requries a static cygwin library and a windows dynamic library. The static library(.a) is a native Cygwin library and the dynamic libary (.dll) is an external dynamic library of windows. When i build my cygwin applicatio using gcc in cygwin it builds well