Re: Failed building GCC 4.1.2 on Cygwin

2007-03-27 Thread Brian Dessent
wei wrote: > Sorry,I don't know.When setting up cygwin,there is an option of path format > and > maybe I chose win32 style. I don't think that would do it. There is no option in setup.exe that I'm aware of that would cause c:/foo/bar style paths to crop up in a build. > I didn't change the con

Re: Failed building GCC 4.1.2 on Cygwin

2007-03-27 Thread wei
Hello,Brian.Thank you for reply! > why are there win32 paths here? Sorry,I don't know.When setting up cygwin,there is an option of path format and maybe I chose win32 style. > Compiling gcc is not something a newcomer should do. If you > just want gcc installed, select the package in setup.exe

Re: EAGAIN Error while processing a batch of transaction messages.

2007-03-27 Thread neo napster
Thanks immediate response. I am soory for that, we did not use NOWAIT option, then can i know why we will get this error? - Original Message From: Warren Young <[EMAIL PROTECTED]> To: Cygwin-L Sent: Wednesday, 28 March, 2007 11:06:53 AM Subject: Re: EAGAIN Error while processing a bat

Re: Loading cygwin1.dll from a windows app

2007-03-27 Thread Antti Karanta
On Tue, 27 Mar 2007 23:42:40 +0300, Igor Peshansky wrote: . Thanks. Ok, sorry about that. I can't find that setting in Opera (I'm accessing this mail list as gmane news group), but I'll just try to remember to delete the mail addresses manuall

Re: EAGAIN Error while processing a batch of transaction messages.

2007-03-27 Thread Warren Young
neo napster wrote: My applications want to process messages in Block mode so i am using NOWAIT option. You've just contradicted yourself. NOWAIT means non-blocking. If you want your program to block, waiting for messages, you don't set the NOWAIT option... you wait. That's what blocking

EAGAIN Error while processing a batch of transaction messages.

2007-03-27 Thread neo napster
When i am processing a batch of transaction messages i am getting EAGAIN -- need more resources but caller doesn't want to wait. My applications want to process messages in Block mode so i am using NOWAIT option. I am using following settings: MSGINFO: MSGMNB 65535 MSGMNI 400 MSGTQL 600 MS

Re: Failed building GCC 4.1.2 on Cygwin

2007-03-27 Thread Brian Dessent
wei wrote: > After compiling nearly one hour,it stopped and reported the errors below: > > gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissi > ng-prototypes -Wold-style-definition -Wmissing-format-attribute > -DHAVE_CONFIG > _H -I. -I. -I../../gcc/gcc -I../..

Failed building GCC 4.1.2 on Cygwin

2007-03-27 Thread wei
After compiling nearly one hour,it stopped and reported the errors below: gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissi ng-prototypes -Wold-style-definition -Wmissing-format-attribute-DHAVE_CONFIG _H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/.

hang while installing PIL

2007-03-27 Thread Mark Wendell
I tried installing python's imaging library (PIL) a variety of ways, and they all hang at the same point. I first posted this error to the python imaging mail group, and someone else there reported the same error using cygwin, and suggested the problem might be with cygwin. I've tried two differe

Re: Files getting 'x' permission installing packages in Cygwin

2007-03-27 Thread Brian Dessent
Angelo Graziosi wrote: > Is it 'normal' that, when one installs packages, files, like *.a, *.h, > *.README etc. (i.e. files that normally are not executables), acquires the > 'x' permission ? Yes. Just as normal as if you created the file in a regular Windows application; it will get the default

Re: w3m on Vista crashing (Ok on XP)

2007-03-27 Thread Bob Heckel
* On Sun, Mar 18, 2007 at 11:09:16AM +, zzapper wrote: > when I try to use w3m on Vista (Ok on XP) I'm getting the dreaded "Your > program has stopped working" screen. In fact I cannot even do > > > w3m --version > > Tried Googling for any previous posts I'm the Cygwin maintainer for w3m b

Files getting 'x' permission installing packages in Cygwin

2007-03-27 Thread Angelo Graziosi
Just a curiosity. Is it 'normal' that, when one installs packages, files, like *.a, *.h, *.README etc. (i.e. files that normally are not executables), acquires the 'x' permission ? In the tar ball of the corresponding packages they do not have 'x'! Could this have to do with 'setup.exe' (I am u

Re: The /r error message while running a script?

2007-03-27 Thread Larry Hall (Cygwin)
Kevin Markle wrote: Larry Hall (Cygwin) laid this down on his screen : Kevin Markle wrote: Hello, I'm attempting to write a script in cygwin. When I copy the line from the script and run it from the command line it works. touch "/cygdrive/e/wsus/wsus_update_report.out" When I run the scrip

Re: The /r error message while running a script?

2007-03-27 Thread Kevin Markle
Larry Hall (Cygwin) laid this down on his screen : Kevin Markle wrote: Hello, I'm attempting to write a script in cygwin. When I copy the line from the script and run it from the command line it works. touch "/cygdrive/e/wsus/wsus_update_report.out" When I run the script it gives me this er

Re: Slow performance following upgrade [SOLVED]

2007-03-27 Thread Zak Johnson
Zak Johnson wrote: > I recently installed Cygwin (1.5.24(0.156/4/2)) on a new (dual-core) > machine, and am seeing much slower performance than a February install > of Cygwin on an older machine (no longer available for comparison, I'm > afraid). > [...] I've tracked this down to yet another Dodgy

Re: The /r error message while running a script?

2007-03-27 Thread Larry Hall (Cygwin)
Kevin Markle wrote: Hello, I'm attempting to write a script in cygwin. When I copy the line from the script and run it from the command line it works. touch "/cygdrive/e/wsus/wsus_update_report.out" When I run the script it gives me this error: [EMAIL PROTECTED] /cygdrive/e/wsus $ ./patch.s

Re: Loading cygwin1.dll from a windows app

2007-03-27 Thread Igor Peshansky
On Tue, 27 Mar 2007, Antti Karanta wrote: > On Tue, 27 Mar 2007 01:00:42 +0300, Long, Phillip GOSS <[EMAIL PROTECTED]> > wrote: . Thanks. > > Antti Karanta wrote: > > > I am trying to load the cygwin1.dll from a windows c app > > > > Why? > > To mak

The /r error message while running a script?

2007-03-27 Thread Kevin Markle
Hello, I'm attempting to write a script in cygwin. When I copy the line from the script and run it from the command line it works. touch "/cygdrive/e/wsus/wsus_update_report.out" When I run the script it gives me this error: [EMAIL PROTECTED] /cygdrive/e/wsus $ ./patch.sh + ./patch.sh

Re: slow bash spawn

2007-03-27 Thread Ken Fast
On March 20 Marc Campere wrote: >> Well, it seems I've found the problem, or at least a big component of the problem. >> Turns out it is likely not (directly) related to cygwin code but some other interaction >> between cygwin and the OS as a result of a Sonic Solutions DLA process running. >> DL

[ANNOUNCEMENT] Updated: vim-7.0.223-1

2007-03-27 Thread Corinna Vinschen
I have updated the version of vim on cygwin.com to 7.0.223-1. This is an update to the latest patchlevel 223. Cygwin Vim still builds from the vanilla sources. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to yo

Re: cygwin1.dll suddenly does not work anymore

2007-03-27 Thread Julio Maranhao
Larry Hall (Cygwin cygwin.com> writes: > > Also, did you just update? Were you asked to reboot? Did you? > Sorry. I forgot the 'reboot', the magic word in Windows World. It works fine again. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://c

fontconfig 2.4.1-4 fc-list "No such file or directory"

2007-03-27 Thread Don Pellegrino
When I run fc-list I get the following output: % fc-list /bin/bash: /usr/bin/fc-list: No such file or directory This command used to work for me, outputting a list of fonts known to fontconfig. Unfortunately I do not know what variables have changed since it last worked. The failure may have

Re: looking for clean_setup.zip

2007-03-27 Thread John P. Rouillard
Hello all: I have a couple of copies of clean_setup.zip now thanks to: Angelo Graziosi arnstein at pobox.com I have placed version 1.0700 on the web at: http://www.cs.umb.edu/~rouilj/cygwin/clean_setup.zip if somebody could arrange to host this at cygwin.com that would be terrific as

Re: Loading cygwin1.dll from a windows app

2007-03-27 Thread Morgan Gangwere
i state this one command #include #include <...>// yeah yah... i forget the source file... int main(int argc, char* argv) { System("blah /path/to/stupud/app/ &"); return(1); } // :D theres the _FULL_ wheight of an app (sans graphics) that launches another app On 3/26/07, Antti Kara

RE: Problem with Message Queue

2007-03-27 Thread Dave Korn
On 27 March 2007 05:05, seema r j wrote: > Hi All, > I have an application which uses IPC functionalities for sending and > receiving messages from other application. I have made the following > configuration for message queue, shared memory and semaphore > > MSGINFO: > MSGMAX:4096 > MSGMNI