switching to binmode

2002-02-02 Thread Chris Stephens
All of my mounts are currently in textmode, and I am trying to change them to binmode. I have tried deleting my entire cygwin installation and the registry entries and re-installing cygwin with the UNIX option in setup.exe, but they are all still textmode. When I try to run mount on them, it say

Re: New on sources: rcs-5.7-1

2002-02-02 Thread Stipe Tolj
Jason Tishler wrote: > > On Wed, Jan 23, 2002 at 09:21:26PM +0100, Stipe Tolj wrote: > > The Revision Control System (RCS) manages multiple revisions of files. > > RCS automates the storing, retrieval, logging, identification, and > > merging of revisions. RCS is useful for text that is revised >

Re: uncompress utility

2002-02-02 Thread Tim Prince
On Friday 01 February 2002 13:46, J S wrote: > Hi there, > > Does anyone know where I can get the uncompress utility for cygwin? > > Cheers, > > JS. As with any copy of gunzip, the ability to expand .Z files is included. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repo

crypt 1.0-1 - Errors linking a C program

2002-02-02 Thread Ben Stewart
G'day all, I've been trying to compile an app that makes use of crypt.h, and get the following errors whenever trying to compile: $ gcc -lcrypt -o app main.c (5 times, different offsets) /f/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccriYGpS.o(.text+0x298f9):main.c: undefined reference to `crypt' /f/DOCUM

学习

2002-02-02 Thread acad130
Ϊʲô¸÷¸öÍøÕ¾¶¼ËµÄÜΪÄã׬µ½ºÜ¶àÇ®ÄØ£¿ ÐèÒª½ÓÊÕ E-mail £¬µã¹ã¸æ£¡ ·´ÕýÏÐ×ÅÒ²ÊÇÏÐ×Å£¬×¢²á³É²»ÐèÖ§¸¶·ÑÓõĻáÔ±£¬Õõ²»µ½Ç®Ò²²»»á³Ô¿÷ ×¢²áºó£¬½ÓÊÕ E-mail ,µã¹ã¸æÁ´½Ó ¼Çס£¡Ö»Ðíµã»÷ºóä¯ÀÀ !!! ǧÍò²»ÒªÏÂÔÔÈκζ«Î÷!!!ÒÔÃâµô½øÍøÂçÏÝÚå!!! Ìý˵µ½ÁË3¸öÔº󣬻ã¿îµ¥¾Íµ½ÁË! £¨ÎÒ¸Õ¿ªÊ¼ÊÔ£¬»¹Ã»ÓÐÊÕµ½£© 9°Ù¶àÃÀ

Re: A real fork() on NT

2002-02-02 Thread Greg Mosier
From: "Christopher Faylor" <[EMAIL PROTECTED]> Subject: Re: A real fork() on NT > Cygwin fork works just fine. It's slow but it should work as well as UNIX > fork for a ported application. The only exception that I can think of is > if you use dlopen to load a non-cygwin DLL. In that case the

学习

2002-02-02 Thread acad130
Ϊʲô¸÷¸öÍøÕ¾¶¼ËµÄÜΪÄã׬µ½ºÜ¶àÇ®ÄØ£¿ ÐèÒª½ÓÊÕ E-mail £¬µã¹ã¸æ£¡ ·´ÕýÏÐ×ÅÒ²ÊÇÏÐ×Å£¬×¢²á³É²»ÐèÖ§¸¶·ÑÓõĻáÔ±£¬Õõ²»µ½Ç®Ò²²»»á³Ô¿÷ ×¢²áºó£¬½ÓÊÕ E-mail ,µã¹ã¸æÁ´½Ó ¼Çס£¡Ö»Ðíµã»÷ºóä¯ÀÀ !!! ǧÍò²»ÒªÏÂÔÔÈκζ«Î÷!!!ÒÔÃâµô½øÍøÂçÏÝÚå!!! Ìý˵µ½ÁË3¸öÔº󣬻ã¿îµ¥¾Íµ½ÁË! £¨ÎÒ¸Õ¿ªÊ¼ÊÔ£¬»¹Ã»ÓÐÊÕµ½£© 9°Ù¶àÃÀ

Re: crypt 1.0-1 - Errors linking a C program

2002-02-02 Thread Jon Foster
Hi Ben, > $ gcc -lcrypt -o app main.c > undefined reference to `crypt' > I've tried gcc with and without -lcrypt... any ideas? Try: $ gcc -o app main.c -lcrypt >From http://cygwin.com/faq/faq_4.html#SEC93 : : gcc processes the files listed on the command line in : sequence and will only resol

Re: New on sources: rcs-5.7-1

2002-02-02 Thread Jason Tishler
Stipe, On Sat, Feb 02, 2002 at 09:56:54AM +0100, Stipe Tolj wrote: > Jason Tishler wrote: > > On Wed, Jan 23, 2002 at 09:21:26PM +0100, Stipe Tolj wrote: > > > The Revision Control System (RCS) manages multiple revisions of files. > > > RCS automates the storing, retrieval, logging, identificatio

Re: switching to binmode

2002-02-02 Thread Christopher Faylor
On Sat, Feb 02, 2002 at 01:42:59AM -0700, Chris Stephens wrote: >All of my mounts are currently in textmode, and I am trying to change them >to binmode. I have tried deleting my entire cygwin installation and the >registry entries and re-installing cygwin with the UNIX option in setup.exe, >but t

[ANNOUNCEMENT] Updated: rcs-5.7-2

2002-02-02 Thread Stipe Tolj
I've updated the version of rcs in cygwin/contrib to 5.7-2. This patched release fixes the "1024 byte truncation bug" reported to the lists. See http://sources.redhat.com/ml/cygwin/2001-07/msg00161.html for a way to reproduce the bug. Thanks a lot to John Wiersba <[EMAIL PROTECTED]> who contribu

Re: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-02 Thread Arek
Okay, On a whim, I decided to upgrade to GCC 3.0.3 on my box. Following David Billinghurst's instructions, everything went fine until 'make install', where it failed with the following error: make[1]: Entering directory `/home/james/gcc-build/fastjar' make[2]: Entering directory `/home/james/gcc

Re: bug in Cygwin perl 5.6.1?

2002-02-02 Thread Gerrit P. Haase
Am 31 Jan 2002 um 9:21 hat Rhet Turnbull geschrieben: >There seems to be a bug in Cygwin's perl (5.6.1). The >following code: > >perl -e 'print $^S || 0;eval {print $^S || 0}; print >$^S || 0;' > >should produce '010' Why? Where is docu about this? Thanks Gerrit >However, on Cygwin perl 5.6.1

Re: How to set up crontab file in cygwin?

2002-02-02 Thread Gerrit P. Haase
Am 31 Jan 2002 um 21:48 hat Jari Aalto+list.cygwin geschrieben: >* Mon 2002-01-28 Jeff Lu <[EMAIL PROTECTED]> list.cygwin >* Message-Id: <[EMAIL PROTECTED]> >| This is what is in my cron file >| >| # DO NOT EDIT THIS FILE - edit the master and reinstall. >| # (/tmp/crontab.272 installed on Mon J

Re: bug in Cygwin perl 5.6.1?

2002-02-02 Thread Rhet Turnbull
Gerrit P. Haase wrote: > Why? Where is docu about this? The perl documentation for $^S in the perlvar manpage states: $^S Current state of the interpreter. Undefined if parsing of the current module/eval is not finished (may happen in $SIG{__DIE__} and $SIG{__WARN__}

cygwin build fails ootb

2002-02-02 Thread Reini Urban
cygwin fails to build ootb with the current clisp ualarm() workaround. http://www.math.utexas.edu/pipermail/maxima/2001/000756.html didn't help. however, with the proper declaration of the cygwin ualarm extern_C useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval)); inste

Virtual Timers / Clock unsupported?

2002-02-02 Thread Luke-Jr
I'm experiencing 3 bugs with a server that works perfectly fine when I = run it under Linux. 1. The timezone name/initials are reported as being available (to = 'configure') but when the server tries to get/create the initials, it = ends up blank... 2. I am running the server in a Eastern Time env