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