Re: duplicate regexec/regcomp functions detected

2001-12-30 Thread Christopher Faylor
On Sun, Dec 30, 2001 at 02:56:43PM -0500, Christopher Faylor wrote: >On Sun, Dec 30, 2001 at 02:37:23PM -0500, Christopher Faylor wrote: >>On Sat, Dec 29, 2001 at 08:21:43PM +0100, Ralf Habacker wrote: >>>Ralf Habacker wrote The patch for creating libpthread.a is appended. It contains a script

sig_send: wait for sig_complete event failed

2001-12-30 Thread paul
dear list, anyone know what causes this error: 0 [win] darkbot 3467757 sig_send: wait for sig_complete event failed, signal 14, rc 258, Win32 error 0 i haven't found many people with signal 14 error (alarm signal?), i did some tests, and whats really weird is i only seem to get this error ONCE

Re: Is there anyway to download the Cygwin Users Guide?

2001-12-30 Thread Randall R Schulz
Aaron, SAYSF! Links to the documents you seek reside here: (which is itself linked from the main Cygwin page in the "Documents" link in the left-hand sidebar. There is a gzipp-ed TAR archive there, too. By the way, wget is your friend: "wget --help" or "man wget

Is there anyway to download the Cygwin Users Guide?

2001-12-30 Thread Aaron J. Outhier
I would like to obtain a copy of the Cygwin Users Guide, either in HTML or PDF format, but can't seem to find such a file nor any links to one. I have a DIAL-UP account and don't want to tie-up the phone line longer than necessary. To be able to read it offline would be a blessing. Also, in t

Re: gcc -shared under 2.95.3-5, unable to convert .o to .dll via -shared flag

2001-12-30 Thread Robert Collins
Please keep the conversation on the list. === - Original Message - From: "Gregory Lampshire" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 2:33 AM Subject: Re: gcc -shared under 2.95.3-5, unable to convert .o to .dll via -shared flag > Rob

Re: duplicate regexec/regcomp functions detected

2001-12-30 Thread Christopher Faylor
On Sun, Dec 30, 2001 at 02:37:23PM -0500, Christopher Faylor wrote: >On Sat, Dec 29, 2001 at 08:21:43PM +0100, Ralf Habacker wrote: >>Ralf Habacker wrote >>>The patch for creating libpthread.a is appended. It contains a script names >"speclib" and an >>additional rule >in the src/winsup/cygwin/Ma

Re: duplicate regexec/regcomp functions detected

2001-12-30 Thread Christopher Faylor
On Sat, Dec 29, 2001 at 08:21:43PM +0100, Ralf Habacker wrote: >Ralf Habacker wrote >>The patch for creating libpthread.a is appended. It contains a script names >"speclib" and an >additional rule >in the src/winsup/cygwin/Makefile.in. > >I have recognized yet a little problem with the speclib sc

"cvs update" fails but "cvs checkout winsup" works in dir without src

2001-12-30 Thread Art
Hi! I also tried to issue "cvs checkout winsup" in the dir with the previous "src" tree, but got the same error message as I get with update, i.e.: $ cvs -t update -> main loop with CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/src -> Connecting to anoncvs.cygnus.com(209.249.29.67):2401 cvs update:

How to print to network printer in cygwin using C

2001-12-30 Thread Jeff Lu
The network printer is //host_1/printer1 in my C code: printHandle = fopen("//host_1/printer1/, "wb"); fwrite(buffer, sizeof(char), strlen(buffer), printHandle); fclose(printHandle); This was working at one time. But it's not working anymore! Please help somebody -- Unsubscribe info:

Re: duplicate regexec/regcomp functions detected

2001-12-30 Thread Christopher Faylor
On Sun, Dec 30, 2001 at 02:18:56PM +0100, Ralf Habacker wrote: >>Again, the above link line does not make sense. > >It's a faulty example. It should look like this: > > gcc -o test main.o -lpthread [-lcygwin] Ok. I'm officially tired of this discussion now. If we've been arguing for three m

Re: note on cygmagic

2001-12-30 Thread Christopher Faylor
On Sun, Dec 30, 2001 at 01:29:07PM +0100, Ralf Habacker wrote: >Hi, > >I tried to build a fresh cygwin dll and recognized that the tool "bc" seems newly be >used in >a helper script named cygmagic. One can say, please install it, but another way could >be to >minimize the needed helper packages.

Re: security.cc: bug report, question and suggestion

2001-12-30 Thread Corinna Vinschen
On Sun, Dec 30, 2001 at 11:26:15AM -0500, Pierre A. Humblet wrote: > At 11:15 PM 12/29/01 +0100, Corinna Vinschen wrote: > You are reading my mind! I tried it without being administrator. > Now open_local_policy () goes OK but in get_priv_list () > calls to LsaEnumerateAccountRights() (that succee

Re: security.cc: bug report, question and suggestion

2001-12-30 Thread Pierre A. Humblet
At 11:15 PM 12/29/01 +0100, Corinna Vinschen wrote: >On Sat, Dec 29, 2001 at 03:23:01PM -0500, Pierre A. Humblet wrote: Thanks Corinna, that was fast! >> Bug in security.cc: >Thanks for the heads up. I've checked in a patch. It works, thanks. The following alternative LSA_HANDLE lsa; NTSTATUS

RE: stty and echo woes

2001-12-30 Thread Mark Wood-Patrick
Turns out my CYGWIN env variable was set to tty, removing this solved my problem. Mark -Original Message- From: Mark Wood-Patrick [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 5:30 AM To: [EMAIL PROTECTED] Cc: Mark Wood-Patrick ([EMAIL PROTECTED]) Subject: RE: stty and ech

Re: gcc -shared under 2.95.3-5, unable to convert .o to .dll via -shared flag

2001-12-30 Thread Robert Collins
- Original Message - From: "Gregory Lampshire" <[EMAIL PROTECTED]> > I am looking for some insight into the issues about what is going on and a > work around. Win32 is one (not the only) platform that does not support unresolved symbols in shared libraries. The command works on linux be

gcc -shared under 2.95.3-5, unable to convert .o to .dll via -shared flag

2001-12-30 Thread Gregory Lampshire
I am working on getting shared library support to work with the latest ecls release (embedded common lisp). The standard ecls distribution uses dlopen() calls to dynamically load object code. Using the latest dllhelpers, it seems that the -shared flag works quite nicely for building shared

Re: CVS and CR, LF

2001-12-30 Thread Robert Collins
=== - Original Message - From: "Gary R. Van Sickle" <[EMAIL PROTECTED]> > Overall CVS works very well for me. The only problem I've been having, and I > just noticed it recently, is with "cvs diff", and I can't yet pin it on the > "CRLF!=LF!=CR!=LFCR and sometimes CTRL-Z" plague. Here's

RE: duplicate regexec/regcomp functions detected

2001-12-30 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Christopher Faylor > Sent: Sunday, December 30, 2001 2:39 AM > To: [EMAIL PROTECTED] > Subject: Re: duplicate regexec/regcomp functions detected > > > On Sat, Dec 29, 2001 at 07:58:49PM +0100, Ralf Haba

Cygwin under ME

2001-12-30 Thread Jeffrey Turner
Hello, I get a problem running in full screen mode, where if I cd out of my HOME tree all output to cout (and probably cerr) wraps instead of having CR/LFs. Has anyone had this problem or know what I should do to fix it? Thanks, --Jeff Turner Who put the Sam in the "'Sama Laden Ding-Dong"?

note on cygmagic

2001-12-30 Thread Ralf Habacker
Hi, I tried to build a fresh cygwin dll and recognized that the tool "bc" seems newly be used in a helper script named cygmagic. One can say, please install it, but another way could be to minimize the needed helper packages. So this is a note for doing the second. I found the following line i

Re: CVS and CR, LF

2001-12-30 Thread Gary R. Van Sickle
Charles Wilson wrote: > Christopher Faylor wrote: > > > On Mon, Dec 24, 2001 at 08:46:23PM -0800, David Koski wrote: > > > >>You are correct about the mount points. I mounted in binary mode, then used cvs > >>in bash and it now works correctly. Setting CYGWIN=binmode did not have the > >>same e