-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A new release of coreutils, 6.9-4, is available, replacing 6.9-3 as
current, and leaving 6.7-2 as previous.
NEWS:
=
This is a minor patch release. It (re-)fixes dd to default to binary mode
output, unless you use oflag=text. See also the upstrea
CMake CMake 2.4.7-1 is now available on Cygwin mirrors.
There has been a new release of the official cmake (2.4.7-1).
This is a minor release from 2.4.6 to 2.4.7
Changes in CMake 2.4.7
--- RC 11
* Fix bug 5238 for cygwin versioned executables
* Allow for platform choice of executable shar
The gzip package has been updated to version 1.3.12-2.
This is a patched version of the latest version of gzip available from
ftp.gnu.org. It should fix the issue mentioned here:
http://cygwin.com/ml/cygwin/2007-04/msg00680.html
For a brief description of this package, and a listing of the file
On 7/23/07, fiber81 katamail.com wrote:
Hi, http://cygwin.com/acronyms/#PPIOSPE
Thanks :)
> So, you say that it is just need modify the path
> type in the makefile? Is it right?
That's right :)
For example:
c:\Documents and Settings\blah\foo
becomes
/cygdrive/c/Documents\ and\ Settings/b
On 7/23/2007 5:33 PM, Ken Brown wrote:
Emacs-22.1-3 aborts with a core dump when I try to compile a large
latex document (a 750 page book, split into several input files) under
auctex 11.84. It works OK with simpler latex documents. I used the
X11 version of emacs, started from an xterm windo
On 7/23/2007 4:29 PM, Steffen Sledz wrote:
After a long time a new *TEST* version of 'emacs' has been uploaded to a
server near you.
Emacs-22.1-3 aborts with a core dump when I try to compile a large latex
document (a 750 page book, split into several input files) under auctex
11.84. It work
On Mon, Jul 23, 2007 at 05:16:26PM +, Eric Blake wrote:
>Christopher Faylor cygwin.com> writes:
>>gzip is linked with binmode.o, like most of the things that I maintain
>>(i.e., no upstream patch really necessary - isn't that my call?). If I
>>use a really simple test case of just outputting
Eric Blake byu.net> writes:
> But I thought at one point I had patched dd to
> default to binary unless you used oflag=text; I'll have to investigate.
Shoot. The dd logic when [io]flag= omits both 'binary' or 'text' in 6.9-3 is:
[io]f= unspecified - no change to existing mode of std{in,out}
i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hallo everyone
After a long time a new *TEST* version of 'emacs' has been uploaded to a
server near you.
DESCRIPTION:
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing feature
Hugh Secker-Walker merl.com> writes:
> Interestingly, I had tried popen("gzip | dd of=outputfile", "wb") as a
> lower-level way to avoid what I guessed was a problem with gzip using
> the stdout. The dd attempt didn't work. This failure suggests to me
> that dd and gzip experience a similar pro
Lester Ingber schrieb:
Dave:
: Hmmm, one of those is a login shell, and the other is not. That may well
: make the difference. If you add the "-ls" option to the xterm invocation,
: does it then behave the same as when you start via cygwin.bat?
This makes no difference. I still get the rep
syam prasad schrieb:
I am working on gcc version 3.4.4. I successfully compiled all the
source files and able to build .exe and .dll. I am able to debug the
code properly using gdb/ddd. But while I tried to simulate the code, I
am facing problems. It is not able to simulate. .dll is not even
l
Larry Hall wrote:
> Nicolas Saunier wrote:
>> Can you help me ? The problem persists on both computers, and none of
>> the applications listed here
>> http://cygwin.com/ml/cygwin-talk/2007-q1/msg00273.html are installed
>> on my computer. Could it be related to an emacs package (David Kastrup
>> r
Reini Urban schrieb:
This email is to inform you about the release of the updated
perl-libwin32 package, matching the current perl-5.8.8, through
http://cygwin.com/setup.exe.
The changes in this release are as follows:
0.27 6 March 2007
Identical to 0.26, except that the Win32 and the
W
Reini Urban schrieb:
The cygwin perl packages perl and perl_manpages have been updated to
revision 5.8.8-4.
This fixes the reported versiononly issue and adds documents into
/usr/share/doc/perl-5.8.8.
The versiononly issue led to incorrect dependencies on versioned scripts
(5.8.8 suffix), faili
Nicolas Saunier wrote:
Can you help me ? The problem persists on both computers, and none of
the applications listed here
http://cygwin.com/ml/cygwin-talk/2007-q1/msg00273.html are installed on
my computer. Could it be related to an emacs package (David Kastrup
referred to "Semantic") ?
I
On 23 July 2007 19:10, Dave Korn wrote:
> Yeh, 'cat' is special: it absolutely guaranteed 100% always always always
> uses bin mode, regardless of mount type, stdio mode, shell
> direction/redirection/misdirection and indeed anything else at all.
Ho hum. Let me correct myself: regardless
On 23 July 2007 19:03, Hugh Secker-Walker wrote:
> Interestingly, I had tried popen("gzip | dd of=outputfile", "wb") as a
> lower-level way to avoid what I guessed was a problem with gzip using
> the stdout. The dd attempt didn't work. This failure suggests to me
> that dd and gzip experience a
Eric Blake byu.net> writes:
> Hugh Secker-Walker merl.com> writes:
>
> > I'm having trouble getting correct behavior on a third-party OpenSource
> > project that I'm building using Cygwin. The problem involves the
> > writing of corrupt data to a file. The output file is created and
> > writt
Can you help me ? The problem persists on both computers, and none of
the applications listed here
http://cygwin.com/ml/cygwin-talk/2007-q1/msg00273.html are installed on
my computer. Could it be related to an emacs package (David Kastrup
referred to "Semantic") ? How do I know which package I
Jerry D. Hedden schrieb:
Reini Urban wrote:
This email is to inform you about the release of the updated
perl-libwin32 package, matching the current perl-5.8.8, through
http://cygwin.com/setup.exe.
I obtained the source for this module, and tried to build it.
I produced the following error:
O
Christopher Faylor cygwin.com> writes:
>
> gzip is linked with binmode.o, like most of the things that I maintain
> (i.e., no upstream patch really necessary - isn't that my call?). If
> I use a really simple test case of just outputting directly to a text
> mode mount, it works fine.
binmode.
Not really new, this was in my public repo since 2006-11-08, just forgot
to upload it.
NEWS:
=
I've updated the cygwin version of perl-Win32-GUI to the upstream
release 1.05.
This version is the same as it would have been installed via CPAN,
since all cygwin patches are included upstream. It
On Mon, Jul 23, 2007 at 05:04:25PM +, Eric Blake wrote:
>Brian Ford FlightSafety.com> writes:
>
>> $ date > outfile
>>
>> $ cat outfile
>> Mon Jul 23 11:30:14 CDT 2007
>>
>> $ java Test >> outfile 2>&1
>>
>> $ cat outfile
>> message1 to stdout
>> message1 to stderr
>> message2 to stderr
>>
From: DePriest, Jason R. [mailto:[EMAIL PROTECTED]
> Try using a tool like psgetsid from Sysinternal's to get the
> SIDs of the users you want to access your Cygwin system, then
> manually build your own entries for your /etc/passwd file.
>
> See http://cygwin.com/cygwin-ug-net/using-utils.htm
Brian Ford FlightSafety.com> writes:
> $ date > outfile
>
> $ cat outfile
> Mon Jul 23 11:30:14 CDT 2007
>
> $ java Test >> outfile 2>&1
>
> $ cat outfile
> message1 to stdout
> message1 to stderr
> message2 to stderr
> message2 to stout
>
> Oops, what happened to the date?
Hmm, sounds like
On Mon, Jul 23, 2007 at 03:42:55PM +, Eric Blake wrote:
>Hugh Secker-Walker merl.com> writes:
>
>> I'm having trouble getting correct behavior on a third-party OpenSource
>> project that I'm building using Cygwin. The problem involves the
>> writing of corrupt data to a file. The output fi
Hello,
I have installed the latest openSSHd to setup a ssh tunnel on windows 2k3. I
would like to measure the monthly traffic that goes through the tunnel (or
total traffic until tunnel is closed) and am wondering how to achieve this.
Is there any such functionality in openssh? Any suggestions
Christopher Faylor wrote:
On Mon, Jul 23, 2007 at 09:41:06AM -0500, Michael Hipp wrote:
Couldn't find anything in Google. And the "Search Packages" function on the
website appears to be down.
The Search Packages function is not down and it reports that dotlockfile is
not available in the cygwi
Hugh Secker-Walker merl.com> writes:
> I'm having trouble getting correct behavior on a third-party OpenSource
> project that I'm building using Cygwin. The problem involves the
> writing of corrupt data to a file. The output file is created and
> written via popen("gzip > outputfile", "wb")
On Mon, Jul 23, 2007 at 09:41:06AM -0500, Michael Hipp wrote:
> Couldn't find anything in Google. And the "Search Packages" function on the
> website appears to be down.
The Search Packages function is not down and it reports that dotlockfile is
not available in the cygwin distribution.
cgf
--
Hello,
Does the 'dotlockfile' utility exist somewhere in cygwin?
(Or is there something else that offers similar functionality?)
Couldn't find anything in Google. And the "Search Packages" function on
the website appears to be down.
Thanks,
Michael
--
Unsubscribe info: http://cygwin.co
Hi Folks,
I'm having trouble getting correct behavior on a third-party OpenSource
project that I'm building using Cygwin. The problem involves the
writing of corrupt data to a file. The output file is created and
written via popen("gzip > outputfile", "wb"). The data is fine if the
filesys
Reini Urban wrote:
This email is to inform you about the release of the updated
perl-libwin32 package, matching the current perl-5.8.8, through
http://cygwin.com/setup.exe.
I obtained the source for this module, and tried to build it.
I produced the following error:
ODBC.xs:34:23: iodbcinst.h:
Sorry for the newbie questions.
I've got rsync and ssh server setup between two windows 2003 servers. The
account from which rsync works under always takes ownership of the folders
it transfers to the destination server.
I need the standard windows accounts to keep ownership over any file/folders
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A new version of the asciidoc package, asciidoc 8.2.2-1, is now available
for download, replacing 8.2.1-2 as current.
NEWS:
=
This is a new upstream release, with upstream changes listed below. See
also the package documentation in /usr/share/doc
[EMAIL PROTECTED] wrote:
Hi,
I've a problem with the make utility.
I use the make in windows mode and I call it from a dos bash. I set the dos
variable MAKE_MODE=WINDOWS but when I call make it returns the followed error:
MAKE_MODE=WINDOWS is not longer supported. Do you have any idea?
This i
Hi,
I've a problem with the make utility.
I use the make in windows mode and I call it from a dos bash. I set the dos
variable MAKE_MODE=WINDOWS but when I call make it returns the followed error:
MAKE_MODE=WINDOWS is not longer supported. Do you have any idea?
Unfortunatly I must used this envi
38 matches
Mail list logo