RE: which which

2002-01-02 Thread Morrison, John
Personally, I'd rather identify the apps which _arn't_ GNU. I didn't know that the (current) version of which for cygwin wasn't the GNU version. This ment that I kept wondering why it wasn't in 'sync' with the 'latest' GNU one. -Original Message- From: Robert Collins [mailto:[EMAIL

Re: multiple mirror code setup HEAD

2002-01-02 Thread David A. Cobb
Trying to jump aboard long after the ship left the pier . . . . Gary R. Van Sickle wrote: Setup now allows the selection of multiple mirror sites, and will download from them failing over automatically when an error occurs, on a per-package basis. Coolness. One dime-a-dozen-notion that I've

RE: which which

2002-01-02 Thread John Morrison
-Original Message- [mailto:[EMAIL PROTECTED]]On Behalf Of Earnie Boyd Morrison, John wrote: Personally, I'd rather identify the apps which _arn't_ GNU. I didn't know that the (current) version of which for cygwin wasn't the GNU version. This ment that I kept wondering why it

RE: which which

2002-01-02 Thread Norman Vine
John Morrison writes: Maybe all the packages ought to state where they originated? FWIW this often helps :-) % package --version Should support for this be a requirement for all Cygwin packages ? AFAIK it is for gnu applications Cheers Norman

Re: which which

2002-01-02 Thread Christopher Faylor
On Wed, Jan 02, 2002 at 02:27:35PM -0500, Norman Vine wrote: John Morrison writes: Maybe all the packages ought to state where they originated? FWIW this often helps :-) % package --version Should support for this be a requirement for all Cygwin packages ? AFAIK it is for gnu applications

Re: Restructuring gettext

2002-01-02 Thread David A. Cobb
Charles Wilson wrote: Since gettext comes before libintl0, the uninstall/reinstall occured in the proper order, and I still had a working system. Unlike ncurses, alphabetization works for us here -- it would be bad if libintl0 was installed (replacing cygintl.dll with the new version),

Re: xserver crashes on kde 2.2.1's kate

2002-01-02 Thread Reinhard Karcher
On Mon, Dec 24, 2001 at 09:21:23AM +0100, Ralf Habacker wrote while porting kde 2.2.1 to cygwin I recognized a xserver crash while starting kate. The error is: Fatal server error: negative sized edge? I saw messages like this last summer, they had dissapeared when I returned

Re: xserver crashes on kde 2.2.1's kate

2002-01-02 Thread Alexander Gottwald
On Wed, 2 Jan 2002, Reinhard Karcher wrote: On Wed, Jan 02, 2002 at 10:45:04AM +0100, Ralf Habacker wrote BTW: Can anyone tell me, when this patch will go into the official cygwin xfree release ? IIRC, XFree86 4.2.0 is approaching. So, we wont't see any new 4.1.0 releases and we have to

setup.exe splash screen - mini-competition

2002-01-02 Thread Robert Collins
Firstly, the only prize is seeing your work used. We need an adaptation, or new creation, for the Cygwin Net Release setup.exe. Gary has been following MS user interface guidelines in his reworking of the windowing code, and we now have a wonderful white rectangle on the splash screen. I'm

Re: CHMOD propblem !!!

2002-01-02 Thread Robert Collins
=== - Original Message - From: JOSE (GRI) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 02, 2002 7:53 PM Subject: Re: CHMOD propblem !!! I'm out of ideas :( Have you tried chmod-ing from the bash shell ? Can you post the output of cygcheck -r -s -v ? Jose,

Biosprint

2002-01-02 Thread Igor Bujna
Hi, I have to much program code with biosprint function. I thing this function is not implement under Cygwin, than i want to implement this function. I want implement this function to linux too. Is somebody know how can i this.?? Please send yours answer to my e-mail:[EMAIL PROTECTED] Thank you.

Re: CHMOD propblem !!!

2002-01-02 Thread JOSE (GRI)
I'm out of ideas :( Have you tried chmod-ing from the bash shell ? Yes: bash-2.05a$ chmod 777 p.txt chmod: changing permissions of `p.txt': Permission denied Also, what does C:\ ls -ld . and C:\ CACLS . show? C:\ls -ld drwxrwxrwx 11 jose Administ 8192 Dec 31 09:48 . C:\CACLS

Re: CHMOD propblem !!!

2002-01-02 Thread Robert Collins
- Original Message - From: JOSE (GRI) [EMAIL PROTECTED] I'm out of ideas :( Have you tried chmod-ing from the bash shell ? Yes: Thank you. C:\CACLS You missed the '.' CACLS . Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: CHMOD propblem !!!

2002-01-02 Thread JOSE (GRI)
C:\CACLS C:\CACLS . C:\ BUILTIN\Administradores:(OI)(CI)F PC3\jose:(OI)(CI)F Todos:(OI)(CI)F -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: duplicate regexec/regcomp functions detected

2002-01-02 Thread Corinna Vinschen
On Wed, Jan 02, 2002 at 12:57:25AM +0100, Ralf Habacker wrote: Thanks for this hints. While porting kdelibs I have had to explicity closed and delete the socket file before I can bound to it (which wasn't used under other ported os) and as I found the decribed code in the bind() function,

RE: duplicate regexec/regcomp functions detected

2002-01-02 Thread Ralf Habacker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Corinna Vinschen Sent: Wednesday, January 02, 2002 11:05 AM To: Cygwin Subject: Re: duplicate regexec/regcomp functions detected On Wed, Jan 02, 2002 at 12:57:25AM +0100, Ralf Habacker wrote:

Re: CHMOD propblem !!!

2002-01-02 Thread Robert Collins
=== - Original Message - From: JOSE (GRI) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 02, 2002 8:20 PM Subject: Re: CHMOD propblem !!! C:\CACLS C:\CACLS . C:\ BUILTIN\Administradores:(OI)(CI)F PC3\jose:(OI)(CI)F Todos:(OI)(CI)F Can you show CACLS

Re: CHMOD propblem !!!

2002-01-02 Thread JOSE (GRI)
Can you show CACLS some failing file C:\CACLS p.txt C:\p.txt PC3\jose:(OI)(CI)F Todos:(OI)(CI)F I recall Corinna suggesting ls -ln in the past - please show that for the failing file too. C:\ls -ln p.txt -rwxrwxrwx1 1000 513 393 Sep 17 16:19 p.txt And perhaps

RE: setup.exe splash screen - mini-competition

2002-01-02 Thread Gary R. Van Sickle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Collins [snip] I'm looking for a graphic, 96 px wide, 179 px high (or thereabouts) to replace that rectangle. It actually has to be 152 pixels wide by 290 pixels high, according to

Nicer than a splash screen !

2002-01-02 Thread Torsten Giebl
In my opinion it would be nicer to have two options implented before a splash screen: Download every Package with Source Download every Package without Source These options should select the newest package versions. CU -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: Apache/cygwin shutdown problem

2002-01-02 Thread Stipe Tolj
For those who are interested, a patch with further cygwin support for the 1.3 branch has been submitted to the apache developers list and will be hopefully commited to cvs in a couple of days. You may find the patch in a couple of hours here: http://www.mail-archive.com/dev%40httpd.apache.org/

Re: Nicer than a splash screen !

2002-01-02 Thread Robert Collins
=== - Original Message - From: Torsten Giebl [EMAIL PROTECTED] To: [ML] CYGWIN [EMAIL PROTECTED] Sent: Wednesday, January 02, 2002 11:09 PM Subject: Nicer than a splash screen ! In my opinion it would be nicer to have two options implented before a splash screen: Download every

This is an alert from eSafe

2002-01-02 Thread eSafe
-- warning -- *** eSafe detected a hostile content in this email. *** == **eSafe mail is a content security software for email traffic against malicious code and viruses**

This is an alert from eSafe

2002-01-02 Thread eSafe
-- warning -- *** eSafe detected a hostile content in this email. *** == **eSafe mail is a content security software for email traffic against malicious code and viruses**

This is an alert from eSafe

2002-01-02 Thread eSafe
-- warning -- *** eSafe detected a hostile content in this email. *** == **eSafe mail is a content security software for email traffic against malicious code and viruses**

Virus Alert - ScanMail for Lotus Notes--sample_multisample_single1sample_single2installazione_phpsample_multisample_multisample_multiinstallazione_phpesempiodesktopsample_multiesempiosample_single2installazione_phpesempiosample_single1desktopesempioinstallazione_phpsample_single1desktopsample_snotes.amkor.com.desktop

2002-01-02 Thread WCPANS04/AM_Servers/AAWW
ScanMail has detected a virus during a real-time scan of the email traffic. Date: 1/2/2002 8:1:0 Subject: 

Blocked Delivery of email to gzezza@unina.it

2002-01-02 Thread ranaldo
BLOCKED DELIVERY OF YOUR EMAIL TO [EMAIL PROTECTED] Our email scanner has detected a VIRUS in your email Your email has been stopped. The intended recipient will receive a notification of this message. The virus scanner revealed... SWEEP virus

Virus Alert

2002-01-02 Thread interscan
The mail message (file: sample.exe) you sent to [EMAIL PROTECTED] contains a virus, PE_NIMDA.E. The following action was taken: move. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

ZaCker

2002-01-02 Thread Maikel Verheijen
See this file -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Anyone got mod_perl working?

2002-01-02 Thread Gerrit P. Haase
Hallo Dan, Am 2002-01-02 um 08:57 schriebst du: has anyone out there got mod_perl working under cygwin? Yes (I guess). I'd love to see your notes. At the moment, I get stuck during the make test phase. The error_log is `make test' failed for me too, but after installing apache the server

gcc

2002-01-02 Thread Givon Zirkind
Hi. I recently downloaded cygwin and it seems to be installed and running, but I don't see the compiler gcc? Do I have to download this separately? If so, where is the link to gcc? Thank you. Sincerely, Givon _ Join the

Rsh with wish application.

2002-01-02 Thread Kalpesh Dave
I am trying to run wish application ( e.g. tclsh82.exe trial.tcl ) with rsh command from remote computer to computer xyz. It works okay, if I do the following sequence. 1) rsh xyz , 2) give the password 3) tclsh82.exe trial.tcl It hangs up if I try the following command. rsh xyz tclsh82.exe

Re: setup.exe splash screen - mini-competition

2002-01-02 Thread Christopher Faylor
On Wed, Jan 02, 2002 at 07:41:11PM +1100, Robert Collins wrote: Firstly, the only prize is seeing your work used. We need an adaptation, or new creation, for the Cygwin Net Release setup.exe. Gary has been following MS user interface guidelines in his reworking of the windowing code, and we now

Using SDL with CYGWIN

2002-01-02 Thread Torsten Giebl
I have a problem with using SDL with CYGWIN, if you use it too please email me directly. CU -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: cygwin fork() rebase solution (was Re: dll_list::load_after_fork() blues ...)

2002-01-02 Thread Jason Tishler
Chris, On Sat, Dec 22, 2001 at 10:22:37AM -0500, Chris McDonough wrote: FYI, Zope was broken under out-of-the-box Cygwin 1.3.6 because of the fork issue. The rebase solution allows Zope to work again. Many thanks, You are very welcome! Thanks for taking the time to see if this solution

RE: CHMOD propblem !!!

2002-01-02 Thread Jon Leichter
Seeing how G:\CYGWIN\BIN is further in your path than some other significant directories, I'm wondering if you're executing the correct 'chmod' binary. From a bash shell, show us the output of the following: $ type chmod === Jon -Original Message- From: [EMAIL PROTECTED]

as long as we're talking of changing setup.exe...

2002-01-02 Thread Lynn Wilson
Every time I run setup, it continues to ask if I want to 'create desktop icon' and if I want to 'Add to Start Menu'. Once I have answer this, I wish it would default to the some non-annoying value. Even the answer from the previous install would be fine. I could tell it 'No' to both

Re: gcc problems

2002-01-02 Thread Larry Hall (RFK Partners, Inc)
At 04:41 PM 1/2/2002, Andrew Sidwell wrote: Hello all, I'm sorry if this has been solved before, but I can't see it on the mailing list archives, so I'm guessing it's not. snip Here's a clarification of the error messages and what caused them: On a compile using GCC, a little error box with

Re: setup.exe splash screen - mini-competition

2002-01-02 Thread Corinna Vinschen
On Wed, Jan 02, 2002 at 12:41:01PM -0500, Chris Faylor wrote: On Wed, Jan 02, 2002 at 07:41:11PM +1100, Robert Collins wrote: Actually, it's probably not feasible but my dream icon would involve an otter. Linus Torvalds likes penguins. I like otters. What about

Re: gcc problems

2002-01-02 Thread Larry Hall (RFK Partners, Inc)
At 05:32 PM 1/2/2002, Larry Hall (RFK Partners, Inc) wrote: At 04:41 PM 1/2/2002, Andrew Sidwell wrote: Hello all, I'm sorry if this has been solved before, but I can't see it on the mailing list archives, so I'm guessing it's not. snip Here's a clarification of the error messages and

RE: setup.exe splash screen - mini-competition

2002-01-02 Thread Robinow, David
How about http://vcl.ctrl-c.liu.se/vcl/Artists/Sandra-Gaeremynck/otter.gif ? Don't know about copyright though. -Original Message- From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 5:35 PM To: [EMAIL PROTECTED] Subject: Re: setup.exe splash screen -

What environment variables are needed under Cygwin?

2002-01-02 Thread DePriest, Jason R.
This may be a stupid question; but I can't find a good list of common environment variables for most applications to work. I am not talking about the CYGWIN variable. That variable is very well documented throughout this list and on the Cygwin site documentation. I mean variables like HTTP_proxy

Re: What environment variables are needed under Cygwin?

2002-01-02 Thread Corinna Vinschen
On Wed, Jan 02, 2002 at 04:53:54PM -0600, DePriest, Jason R. wrote: This may be a stupid question; but I can't find a good list of common environment variables for most applications to work. I am not talking about the CYGWIN variable. That variable is very well documented throughout this

problem with reading off windows serial port

2002-01-02 Thread nzissopo
Hi, I have a query in regards to reading data off the serial port on a Windows 98 machine with cygwin. The scenario is as follows: I have a test program that opens a file descriptor (fd) on com1 via: fd = open(com1, O_BINARY); The port opens successfully. Now there is a hardware device

Re: setup.exe splash screen - mini-competition

2002-01-02 Thread Christopher Faylor
On Wed, Jan 02, 2002 at 11:35:17PM +0100, Corinna Vinschen wrote: On Wed, Jan 02, 2002 at 12:41:01PM -0500, Chris Faylor wrote: On Wed, Jan 02, 2002 at 07:41:11PM +1100, Robert Collins wrote: Actually, it's probably not feasible but my dream icon would involve an otter. Linus Torvalds likes

Re: gcc problems

2002-01-02 Thread Robert Collins
You've most likely got another copy of cygwin1.dll in your path. What does cygcheck -s show? Rog === - Original Message - From: Andrew Sidwell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, January 03, 2002 8:41 AM Subject: Re: gcc problems Hello all,

Re: Ftp telnet servers for win32

2002-01-02 Thread Christopher Faylor
On Wed, Jan 02, 2002 at 04:46:05PM -0800, Mark Wood-Patrick wrote: Are there any good public domain ftp and telnet servers for win32, I would appreciate any pointers. Trick question? http://www.cygwin.com/ cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: setup.exe splash screen - mini-competition

2002-01-02 Thread Christopher Faylor
On Thu, Jan 03, 2002 at 03:57:56PM +1100, Robert Collins wrote: === - Original Message - From: Christopher Faylor [EMAIL PROTECTED] I was thinking something more cartoony but not as anthropomorphic as the other suggestion. What about

Re: setup.exe splash screen - mini-competition

2002-01-02 Thread Robert Collins
- Original Message - From: Christopher Faylor [EMAIL PROTECTED] I think something new would be best, actually. I hate to say it, but we'd probably even be safest if the artist assigned the rights for the drawing to Red Hat. Thats up to you, of course. For setup itself I'm happy with

Re: setup.exe splash screen - mini-competition

2002-01-02 Thread Christopher Faylor
On Thu, Jan 03, 2002 at 05:04:28PM +1100, Robert Collins wrote: - Original Message - From: Christopher Faylor [EMAIL PROTECTED] I think something new would be best, actually. I hate to say it, but we'd probably even be safest if the artist assigned the rights for the drawing to Red Hat.

Re: setup.exe splash screen - mini-competition

2002-01-02 Thread Robert Collins
- Original Message - From: Christopher Faylor [EMAIL PROTECTED] ... Hmm. Deja vu. I think I've made this suggestion before for similar reasons. I can't remember the context, though. Probably. Sounds 100% reasonable too. Rob -- Unsubscribe info:

Problem with inetd

2002-01-02 Thread Paranji, Sanjay
Hello I have got CYGWIN and inetutils installed on my PC WinNT4.0 box. I am logged with my user ID, I do have admin privileges on my PC. I got inetd started with tcsh /cygdrive/c/usr/sbin/inetd --install-as-service edited PATH to point to the location containing cygwin1.dll and set up the