LEARN THE FACTS

2001-12-29 Thread ambere kinsella
WHAT YOU DON'T KNOW CAN (WILL?) HURT YOU! But you can learn what you need to know easily. And you can do this from the comfort of your own home. Dear Friend, You can learn the facts about almost anyone (or anything). Do you have doubts about someone in your life? Wonder about their honesty?

Re: duplicate regexec/regcomp functions detected

2001-12-29 Thread Christopher Faylor
On Sat, Dec 29, 2001 at 07:58:49PM +0100, Ralf Habacker wrote: >> I could be wrong, but I think this is the first complaint I've heard >> about libpthread.a. The same complaint could be levelled at libm.a. >> The simple fact of life is that library inclusion order does matter. >> Cygwin is not th

setup for cvs client to strip carriage returns

2001-12-29 Thread wi
Quick questions, explanations follow: - Exactly what happens when setup.exe sets "default text file type" to unix? - Does reinstalling with a different setting change the effect completely? - Can I get cygwin cvs to remove and add \r on upload\download by using mount to tag my local reposit

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

2001-12-29 Thread Corinna Vinschen
On Sat, Dec 29, 2001 at 03:23:01PM -0500, Pierre A. Humblet wrote: > Bug in security.cc: > > The intent of open_local_policy() is to return an INVALID > handle if the call to LsaOpenPolicy() fails. Unfortunately > the failed call changes the value of lsa. The fix is obvious. Thanks for the heads

Re: Confused by gettext on cygwin

2001-12-29 Thread Charles Wilson
Linus Tolke wrote: > Hello Chuck! > > Thanks for taking this further. I now succeeded in building my project i.e. > the "make" and "make dist" works. I can even unpack the distribution and > build. > > I am still not satisfied though. ;-) > > Here is the new and more sofisticated problem. > >

security.cc: bug report, question and suggestion

2001-12-29 Thread Pierre A. Humblet
Bug in security.cc: The intent of open_local_policy() is to return an INVALID handle if the call to LsaOpenPolicy() fails. Unfortunately the failed call changes the value of lsa. The fix is obvious. Breakpoint 3, open_local_policy () at /src/winsup/cygwin/security.cc:183 184 LSA_HANDLE lsa

RE: duplicate regexec/regcomp functions detected

2001-12-29 Thread Ralf Habacker
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 script. I have checked this from the cygwin build dir without any err

RE: duplicate regexec/regcomp functions detected

2001-12-29 Thread Ralf Habacker
> The above command line is just bogus. The -lpthread before the main.o > is wrong. If you are going to choose an example choose one that makes > sense. This was a real example, I've found in the qt library and has the intention to show ... ups, this sentence should have an e

RE: duplicate regexec/regcomp functions detected

2001-12-29 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Christopher Faylor > Sent: Friday, December 28, 2001 6:50 PM > To: [EMAIL PROTECTED] > Subject: Re: duplicate regexec/regcomp functions detected > > > On Fri, Dec 28, 2001 at 12:14:04PM +0100, Ralf Haba

Re: CVS and CR, LF

2001-12-29 Thread Charles Wilson
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 effect. >> > > Nor should it. CYGW

RE: Awk utility

2001-12-29 Thread Stephano Mariani
Have you tried gawk? Stephano Mariani > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf > Of SHAJI K K > Sent: 29 December 2001 11:10 > To: [EMAIL PROTECTED] > Subject: Awk utility > > Hi > i have installed cygwin in windows NT 4.0 and tried to ru

halo...:NIREN

2001-12-29 Thread Niren Choudhari
HALO, I AM NIREN,M.TECH IN DIGITAL ELECTRONICS. PRESENTLY I AM WORKING ON"INNTERATIVE VOICE RESPONSE SYSTEM",AND USING TAPI.I DEVELOPED MOST OF THE CODE FOR IVR. I AM LOOKING FOR SOME HEADER FILES SUCH AS: 1.COMDAIL.H 2.WINBASE.H 3.TAPI.H FORM WHERE I CAN GET THESE HEADER FILES. IF U HAV

RE: stty and echo woes

2001-12-29 Thread Mark Wood-Patrick
[1] which bash bash is /bin/bash [2] which sh sh is /bin/sh I unset the SHELL envionment variable from my default env settings so it now when a bash shell starts it has [3] echo $SHELL /bin/bash However the problem still remains Peter Buckley writes: > >I am using cygwin 1.3.3-2 and when I ty

Re: cd behavior in tcsh with non-posix style paths

2001-12-29 Thread Corinna Vinschen
On Fri, Dec 28, 2001 at 05:50:34PM -0500, Christopher Murray wrote: > Hi everyone, > > Pardon my ignorance on this, but I have searched the mailing list archives on this >(as well as read the user guide to look for guidance) but this problem doesn't seem >to be mentioned anywhere. > > I hav

Re: Problem w/ wildcards w/ tcsh

2001-12-29 Thread Corinna Vinschen
On Fri, Dec 28, 2001 at 05:15:16PM -0600, Bill Priest wrote: > Jeff & All, > Thanks commenting out "set noglob" fixed the problem. It would > seem to me that set noglob should not be the default in csh.cshrc. This > is not the case in Linux or Solaris. The csh.cshrc file says that these

Awk utility

2001-12-29 Thread SHAJI K K
Hi i have installed cygwin in windows NT 4.0 and tried to run some shell scripts. These scripts uses "awk" utility. Then i searched for awk port for cygwin. But could not find it. Is it available? How can i get it regards Shaji K.K -- Unsubscribe info:

Re: setutent/getutent functions defined but no symbol

2001-12-29 Thread Corinna Vinschen
On Thu, Dec 27, 2001 at 08:36:45AM +0100, Ralf Habacker wrote: > Hi, > > while compiling kdm from kde 2.2.1 I recognized some missing symbols in the cygwin >dll. > > /home/habacker/tmp/kde/anoncvs.kde.org/kdebase/kdm/backend/dm.c:427: undefined >reference to > `setutent' > /home/habacker/tmp/k

RE: Confused by gettext on cygwin

2001-12-29 Thread Linus Tolke
Hello Chuck! Thanks for taking this further. I now succeeded in building my project i.e. the "make" and "make dist" works. I can even unpack the distribution and build. I am still not satisfied though. ;-) Here is the new and more sofisticated problem. 1. I build my project (make) 2. I build t

RE: rebase addon - Bas and Size listing of dll's without rebasing

2001-12-29 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Christopher Faylor > Sent: Friday, December 28, 2001 6:55 PM > To: [EMAIL PROTECTED] > Subject: Re: rebase addon - Bas and Size listing of dll's without > rebasing > > > On Fri, Dec 28, 2001 at 12:50:07