Help on MAKE

2005-06-03 Thread Champ Mendis
Hi, I received following error message when compiling C++ code in Cygwin, I would be extremely grateful if someone can point out the solution to the problem. $ make g++ -Wall -O3 -c main.cc g++ -Wall -O3 -c sensor.cc g++ -Wall -O3 -c topology.cc g++ -Wall -O3 -

Re: Help on MAKE

2005-06-03 Thread Brian Dessent
Champ Mendis wrote: > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: > cannot find -luser32 > collect2: ld returned 1 exit status > make: *** [sensor] Error 1 Please review for how to report problems to the list. The output of cygcheck

Re: Help on MAKE

2005-06-03 Thread Gerrit P. Haase
Champ Mendis wrote: Hi, I received following error message when compiling C++ code in Cygwin, I would be extremely grateful if someone can point out the solution to the problem. $ make g++ -Wall -O3 -c main.cc g++ -Wall -O3 -c sensor.cc g++ -Wall -O3 -c topo

RE: Updated: cygwin-1.5.17-1

2005-06-03 Thread Adye, TJ \(Tim\)
OK, I downgraded to cygwin 1.5.16-1 and the problem went away. I made a small test program, dltest (attached), that does a dlopen(file,RTLD_LAZY). The following shows that PATH was searched with 1.5.16-1, but not in 1.5.17-1. cygwin 1.5.16-1:- % export PATH="/usr/bin" % ./dltest afsauthent.dll er

Re: Serious performance problems (malloc related?)

2005-06-03 Thread Keith Moore
Christopher Faylor wrote: > Keith, you don't have a complete reference for the Nt functions do you? For the most part, using the APIs is pretty straight-forward if you have the required prototypes and structure definitions. With the possible exception of NtCreateProcess(), there is not a lot of "

RE: Serious performance problems (malloc related?)

2005-06-03 Thread Dave Korn
Original Message >From: Keith Moore >Sent: 03 June 2005 11:05 > Christopher Faylor wrote: > >> Keith, you don't have a complete reference for the Nt functions do you? > > For the most part, using the APIs is pretty straight-forward if you have > the required prototypes and structure defi

RE: Updated: cygwin-1.5.17-1

2005-06-03 Thread Larry Hall
At 05:26 AM 6/3/2005, you wrote: >OK, I downgraded to cygwin 1.5.16-1 and the problem went away. I made a >small test program, dltest (attached), that does a >dlopen(file,RTLD_LAZY). The following shows that PATH was searched with >1.5.16-1, but not in 1.5.17-1. > >cygwin 1.5.16-1:- > >% export PAT

Problem with Perl 5.6.1

2005-06-03 Thread Alireza Ghasemi
Hello, Inorder to compile Perl 5.6.1 I configured it with '-de'(default) parameter and It was configured with no error.But when I tried to 'make' it said : "GNUmakefile:245: warning: overriding commands for target `perlmain.o' GNUmakefile:187: warning: ignoring old commands for target `perlmain.o'

Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible?

2005-06-03 Thread Vadym Voznyuk
Hi everybody! When I try to run autossh as a service under my account, cygrunsrv gives error message: cygrunsrv: Error starting a service: StartService: Win32 error 1069: The service did not start due to a logon failure. This happens only if my account has no password. Once I set any passwor

Re: pthread.h small problem

2005-06-03 Thread Yuval Turgeman
On 6/2/05, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, Jun 02, 2005 at 12:52:56PM -0700, Shankar Unni wrote: > >I'm pretty sure the braces are placed like that *deliberately*, to force > >you to bracket code with the two macros or get a syntax error. > > correct. Got it... I can't use

RE: Drop Win9x support? (was: Serious performance problems)

2005-06-03 Thread Terry Dabbs
I have an application that is used in a manufacturing environment that runs only on '95 and '98. Our IT department thought, as you do, that "it should always be possible to run every Win98/ME binary on XP", in spite of the fact that the company that wrote the application says it is not possible.

Re: Drop Win9x support? (was: Serious performance problems)

2005-06-03 Thread Christopher Faylor
For the record: We are not dropping Win9x support. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Mailing list question

2005-06-03 Thread Reid Thompson
Do the cygwin mail lists support 'suspend'? Is there a command to get the available commands from the mailing list? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Problem with Perl 5.6.1

2005-06-03 Thread Gerrit P. Haase
Alireza Ghasemi wrote: Hello, Inorder to compile Perl 5.6.1 I configured it with '-de'(default) parameter and It was configured with no error.But when I tried to 'make' it said : "GNUmakefile:245: warning: overriding commands for target `perlmain.o' GNUmakefile:187: warning: ignoring old command

Re: Serious performance problems (malloc related?)

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 12:05:28PM +0200, Keith Moore wrote: >Christopher Faylor wrote: > >> Keith, you don't have a complete reference for the Nt functions do you? > >For the most part, using the APIs is pretty straight-forward if you have >the required prototypes and structure definitions. With t

RE: Serious performance problems (malloc related?)

2005-06-03 Thread Williams, Gerald S \(Jerry\)
Christopher Faylor wrote: > Keith, you don't have a complete reference for the Nt functions do you? Keith Moore wrote: > So, unfortunately, I don't have a complete reference, but there are > enough "islands of information" around for us to piece together > everything we need. Have you looked at

RE: Mailing list question

2005-06-03 Thread Dave Korn
Original Message >From: Reid Thompson >Sent: 03 June 2005 15:33 > Do the cygwin mail lists support 'suspend'? Nope. > Is there a command to get the available commands from the mailing list? Send blank mail to '[EMAIL PROTECTED]' cheers, DaveK -- Can't think of a witty

Re: Drop Win9x support? (was: Serious performance problems)

2005-06-03 Thread Warren Young
Christopher Faylor wrote: For the record: We are not dropping Win9x support. Not now, but eventually, I hope? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Drop Win9x support? (was: Serious performance problems)

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 09:16:14AM -0600, Warren Young wrote: >Christopher Faylor wrote: >>For the record: We are not dropping Win9x support. > >Not now, but eventually, I hope? Well, *eventually* cygwin will be dropping cgf and corinna support. Who knows what will happen after that point? cgf

Re: Drop Win9x support? (was: Serious performance problems)

2005-06-03 Thread Jim Drash
Since Cygwin is open source, there is nothing stopping anyone from taking the current source for themseleves and doing what they will (as long as they give back ). It is possible that someone who cared about having a Win9x Cygwin port would take up the maintainance (not unlike the folks who contin

Re: Drop Win9x support? (was: Serious performance problems)

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 11:25:38AM -0400, Jim Drash wrote: >Since Cygwin is open source, there is nothing stopping anyone from >taking the current source for themseleves and doing what they will >(as long as they give back ). It is possible that someone >who cared about having a Win9x Cygwin port

Bash, Windows Console programs, and Ctrl-C

2005-06-03 Thread Pilhofer, Frank
Hi, I am using Cygwin on Windows 2000. I am running Win32 command-line programs from bash. In these programs, I'd like to react to Ctrl-C, using Win32's SetConsoleCtrlHandler() function. See, for example, the attached program (compile with MinGW or MS C++): When pressing Ctrl-C, I expect the pro

Re: Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible?

2005-06-03 Thread Andrew Schulman
> cygrunsrv: Error starting a service: StartService: Win32 error 1069: > The service did not start due to a logon failure. > > This happens only if my account has no password. Once I set any password - > it works great. Autossh starts under cygrunsrv as a service under my account > and sets all

Re: Problem with Perl 5.6.1

2005-06-03 Thread Yitzchak Scott-Thoennes
On Fri, Jun 03, 2005 at 04:02:59PM +0430, Alireza Ghasemi wrote: > Hello, > Inorder to compile Perl 5.6.1 I configured it with '-de'(default) parameter > and It was configured with no error.But when I tried to 'make' it said : > "GNUmakefile:245: warning: overriding commands for target `perlmain.o'

nedit 5.4 and 5.5 - locale not supported problem

2005-06-03 Thread Ireneusz R. Janiszewski
Hello, I am trying to use nedit 5.5 or 5.4 with locale "pl" but I have encountered problem, which I cannot solve. The nedit reports "locale not supported by C library, locale unchanged" and in fact I cannot enter the locale specific characters. All existing documents are displayed correctly in

RE: nedit 5.4 and 5.5 - locale not supported problem

2005-06-03 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ireneusz R. Janiszewski > Sent: Friday, June 03, 2005 12:09 PM > To: cygwin@cygwin.com > Subject: nedit 5.4 and 5.5 - locale not supported problem > > Hello, > > I am trying to use nedit 5.5 or 5.4 wi

/bin/rbash in passwd, but starts a *non* restricted shell

2005-06-03 Thread Tom Rodman
Interactively rbash seems to work fine: ~ $ uname -a CYGWIN_NT-5.0 c7mkes108 1.5.17(0.129/4/2) 2005-05-25 19:38 i686 unknown unknown Cygwin ~ $ ls -l /bin/{bash,rbash} -r-xr-xr-x+ 2 scmcron Users 512512 Oct 29 2004 /bin/bash* -r-xr-xr-x+ 2 scmcron Users 512512 Oct 29 2004 /bin/rbash*

memset & 'VirtualQuery'

2005-06-03 Thread Christophe Jaillet
[sorry for the wrong post in cygwin-patches...] Hi, when looking thrue cygwin code looking for function 'VirtualQuery', we can see that it is passed a structure (MEMORY_BASIC_INFORMATION). In some cases, this structure is memset'ed to 0 before the call, sometimes, not. My very own opinion ab

Missing __msize Symbol / Function

2005-06-03 Thread Anh Vo
I would like to use __msize function. But, the linker always fails due to missing symbol __msize. What header file should be included to resolve this missing symbol? Any help will be greatly appreciated. AV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Emacs problem with Cygwin 1.5.17-1

2005-06-03 Thread Angelo Graziosi
"No one is obligated" but when one one is asked for something: and one answers it is natural to wait for a response, a simple response as "Ok received!" or sometghing else only t

Re: Emacs problem with Cygwin 1.5.17-1

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 10:02:09PM +0200, Angelo Graziosi wrote: >"No one is obligated" but when one one is asked for something: > > > >and one answers > > > >it is natural to wait for

Re: memset & 'VirtualQuery'

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 09:35:35PM +0200, Christophe Jaillet wrote: >[sorry for the wrong post in cygwin-patches...] > >when looking thrue cygwin code looking for function 'VirtualQuery', we can >see that it is passed a structure (MEMORY_BASIC_INFORMATION). >In some cases, this structure is memset'

Re: Emacs problem with Cygwin 1.5.17-1

2005-06-03 Thread Angelo Graziosi
Thanks for the "rapid communications" I have resolve downgrading to 1.5.16-1. angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin

"The Grumpy Programmer" - Far Better than Reality TV

2005-06-03 Thread Craig A. Vanderborgh
This is a special thanks to Christopher Faylor, aka "cgf". I have really enjoyed your posts lately. Your brutal shredding of poor, helpless, usually innocent Cygwin users is actually quite funny in many cases. Quite the showcase for "extreme programming". I have dubbed your new show "The Gr

Re: "The Grumpy Programmer" - Far Better than Reality TV

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 04:38:30PM -0400, Craig A. Vanderborgh wrote: >This is a special thanks to Christopher Faylor, aka "cgf". I have >really enjoyed your posts lately. Your brutal shredding of poor, >helpless, usually innocent Cygwin users is actually quite funny in many >cases. I don't know

Problems with OpenSSH/Cygwin connectivity to Windows NT/2000 machines.

2005-06-03 Thread Tevfik Karagülle
Hi, Are there essential differences between cygwin versions 1.5.14 and 1.5.17 regarding openssh authentication ? I have two test environments: 1) Cygwin 1.5.14, openssh 4.1p-1, openssl 0.9.7g 2) Cygwin 1.5.17, openssh 4.1p-1, openssl 0.9.7g While everything (nt/2000/xp/2003) work as expected i

Re: Problems with OpenSSH/Cygwin connectivity to Windows NT/2000 machines.

2005-06-03 Thread Igor Pechtchanski
On Fri, 3 Jun 2005, Tevfik Karagülle wrote: > Hi, > > Are there essential differences between cygwin versions 1.5.14 and 1.5.17 > regarding openssh authentication ? > > I have two test environments: > > 1) Cygwin 1.5.14, openssh 4.1p-1, openssl 0.9.7g > 2) Cygwin 1.5.17, openssh 4.1p-1, openssl 0

Re: Problems with OpenSSH/Cygwin connectivity to Windows NT/2000 machines.

2005-06-03 Thread Larry Hall
At 08:06 PM 6/3/2005, you wrote: >On Fri, 3 Jun 2005, Tevfik Karagülle wrote: > >> Hi, >> >> Are there essential differences between cygwin versions 1.5.14 and 1.5.17 >> regarding openssh authentication ? >> >> I have two test environments: >> >> 1) Cygwin 1.5.14, openssh 4.1p-1, openssl 0.9.7g >>

this joke is soooooo funny

2005-06-03 Thread A Joke
Two friends are walking in the jungle. Suddenly a tiger appears in the distance running toward them. One friend pulls a pair of 'Nikes' out of his bag and quickly puts them on. With a surprised look, the other friend says, "You don't really think you can out run that tiger with those?" "I don't

Re: this joke is soooooo funny

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 09:43:55PM -0800, A Joke wrote: I have a funny one, too: This guy walked into a mailing list and sent some spam. Then he got blocked from ever sending email to the mailing list again. ...there is a silence, then a gunshot is heard. Back on the phone, the guy says: "OK, n

RE: this joke is soooooo funny

2005-06-03 Thread Ed Buchwalter
This is all so pathetic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor Sent: Friday, June 03, 2005 9:55 PM To: cygwin@cygwin.com Subject: Re: this joke is soo funny On Fri, Jun 03, 2005 at 09:43:55PM -0800, A Joke wrote: I ha

Re: Don't use 2005-Jun-01 snapshot

2005-06-03 Thread Christopher Faylor
On Wed, Jun 01, 2005 at 05:06:05PM -0400, Christopher Faylor wrote: >There is something seriously wrong with the 2005-Jun-01 snapshot. I'm >investigating now but, in the meantime, please don't use it. I forgot to mention: the snapshots should be ok, now. cgf -- Unsubscribe info: http://cy

Re: this joke is soooooo funny

2005-06-03 Thread Christopher Faylor
On Fri, Jun 03, 2005 at 10:03:47PM -0700, Ed Buchwalter wrote: >This is all so pathetic Because...? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: this joke is soooooo funny

2005-06-03 Thread Christopher Faylor
On Sat, Jun 04, 2005 at 01:10:38AM -0400, Christopher Faylor wrote: >On Fri, Jun 03, 2005 at 10:03:47PM -0700, Ed Buchwalter wrote: >>This is all so pathetic > >Because...? Hmm. Maybe this was due to the "gunshot was heard"? http://archives.cnn.com/2002/TECH/science/10/03/joke.funniest/ Ma

E' stato respinto un messaggio indirizzato a annalisa.scolese

2005-06-03 Thread Annalisa Scolese
E' stato respinto un messaggio indirizzato a annalisa.scolese: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docum

E' stato respinto un messaggio indirizzato a donatella.vetuli

2005-06-03 Thread Donatella Vetuli
E' stato respinto un messaggio indirizzato a donatella.vetuli: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docum

E' stato respinto un messaggio indirizzato a antonio.bochicchio

2005-06-03 Thread Antonio Bochicchio
E' stato respinto un messaggio indirizzato a antonio.bochicchio: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

E' stato respinto un messaggio indirizzato a graziano.tavan

2005-06-03 Thread Graziano Tavan
E' stato respinto un messaggio indirizzato a graziano.tavan: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

E' stato respinto un messaggio indirizzato a paola.masera

2005-06-03 Thread Paola Masera
E' stato respinto un messaggio indirizzato a paola.masera: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documenta

E' stato respinto un messaggio indirizzato a monica.andolfatto

2005-06-03 Thread Monica Andolfatto
E' stato respinto un messaggio indirizzato a monica.andolfatto: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

E' stato respinto un messaggio indirizzato a vicenza

2005-06-03 Thread Redazione VICENZA
E' stato respinto un messaggio indirizzato a vicenza: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: