Cygutils is a collection of useful(?) tools for the cygwin platform.
This is a new feature release.
Changes from version 1.3.1-1
* Now installs "package" documentation in addition to typical
cygwin README.
* New "utility": the cygicons DLL provides a number of cygwin-
related icons, collect
I've installed mutt-1.4.2.2 on sourceware. This version seems to fix
the problems that were reported with FAT32 filesystems and it uses the
shared version of libiconv which reduces the size of mutt.exe
dramatically.
I'd appreciate feedback to the mailing list to confirm that this version
fixes th
Richard Ivarson wrote:
[snip]
> On the Linux PC there are the same two users and the group.
Very unlikely. Your concept of user/group is wrong.
[snip]
> Does Cygwin's rsync send the user and group names to the Linux rsync at
> all?
No, rsync used uid / gid, the numeric user/group id, not the na
I have just made a patch. The code in lroundf() was making a comparison
between an int and a calculation using sizeof. This ended up being an
unsigned comparison and in this case, the int value was < 1.
-- Jeff J.
Dave Korn wrote:
On 24 August 2007 17:16, François-Xavier Coudert wrote:
Hi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Backus on 8/24/2007 2:24 PM:
> Eric Blake byu.net> writes:
>
>> No, it is not an old-style link, because it has the .lnk suffix when
>> viewed via Windows. However, it is not a link that would normally be
>> created by the current
Eric Blake byu.net> writes:
> No, it is not an old-style link, because it has the .lnk suffix when
> viewed via Windows. However, it is not a link that would normally be
> created by the current coreutils, since I have added some .exe magic into
> ln when symlinking against existing .exes:
>Fro
Earlier this week, I've asked:
> I'm in the process of updating my cross-compilation
> environment from cygwin-1.5.12 to cygwin-1.5.24, mainly
> because we have had code generation problems with
> gcc-3.3.3-3 from the former.
>
> However, I get the following message
>
> No support for
Hi,
with pleasure I use Cygwin. Thanks a lot to all developers who make this
great package possible! It makes WinNT usable. :-)
I use a WinNT (5.x) PC with the the current Cygwin's old rsync version 2.6.6
to sync files with a Linux PC which uses the newer version 2.6.9 of rsync.
(Btw. I'm lookin
On Aug 24 10:49, Eric Blake wrote:
> As a side effect of your change, open("broken_symlink", O_RDWR|O_EXCL) now
> fails with EACCES instead of ENOENT, but since POSIX leaves O_EXCL without
> O_CREAT as undefined behavior.
That's why I didn't add any further testing for other cases with O_EXCL.
Isn
On 8/24/07, telus321 <[EMAIL PROTECTED]> wrote:
>
> guys, i am relatively a newbi when it comes linux bsd (cygnet) because i am
> windows user, i am trying to learn the linux platform/system, it comes to my
> attention the cygnet program i download does not have sudo command how can i
> have a comp
Cheryl L Kaylor wrote:
All
I am using the link from the home page to download the package.
Here are the contents of setup.log
2007/08/22 16:17:07 Starting cygwin install, version 2.573.2.2
2007/08/22 16:17:07 Current Directory: C:\Documents and
Settings\00a3165\Desktop\cygwin
2007/08/22 16:
On 24 August 2007 17:32, telus321 wrote:
> guys, i am relatively a newbi when it comes linux bsd (cygnet) because i am
> windows user, i am trying to learn the linux platform/system, it comes to my
> attention the cygnet program i download does not have sudo command how can i
> have a complete ins
On 24 August 2007 17:47, Cheryl L Kaylor wrote:
> 2007/08/22 16:17:21 io_stream_cygfile: fopen(/etc/setup/mirrors-lst)
> failed 2 No such file or directory
> 2007/08/22 16:18:08 site: ftp://cygwin.elite-systems.org
> 2007/08/22 16:18:08 mbox note: Unable to get setup.ini from //cygwin.elite-syste
telus321 wrote:
guys, i am relatively a newbi when it comes linux bsd (cygnet) because i am
windows user, i am trying to learn the linux platform/system, it comes to my
attention the cygnet program i download does not have sudo command how can i
have a complete installation which would allow to p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Corinna Vinschen on 8/24/2007 8:56 AM:
>> According to POSIX, this should have failed with EEXIST, and oops should
>> not have been created.
>
> If I understand this right, it means that O_EXCL implies not following
> symlinks. I've appl
All
I am using the link from the home page to download the package.
Here are the contents of setup.log
2007/08/22 16:17:07 Starting cygwin install, version 2.573.2.2
2007/08/22 16:17:07 Current Directory: C:\Documents and
Settings\00a3165\Desktop\cygwin
2007/08/22 16:17:07 Changing gid to Users
guys, i am relatively a newbi when it comes linux bsd (cygnet) because i am
windows user, i am trying to learn the linux platform/system, it comes to my
attention the cygnet program i download does not have sudo command how can i
have a complete installation which would allow to practice and learn
On 24 August 2007 17:16, François-Xavier Coudert wrote:
> Hi all,
>
> I think the following exhibits a bug in the lroundf() routine:
Gahh, it's entirely likely, we keep finding cruft and corner cases in the fp
math. Cygwin's maths routines come from newlib; post redirected there and
fups-to s
Hi all,
I think the following exhibits a bug in the lroundf() routine:
$ cat a.c
#include
#include
int main (void) {
printf ("%d\n", (int) lroundf(0.7));
}
$ gcc a.c && ./a.exe
0
The result of lroundf(0.7) should be 1, not 0. If lround() is used
instead of lroundf(), then it's working OK.
On 24 August 2007 15:21, Keith Christian wrote:
> This line in http://cygwin.com/cygwin-ug-net/dll.html seems to have an error:
>
> gcc -o myprog myprog.ca -L./ -lmydll
> --^
>
> It seems it should be:
>
> gcc -o myprog myprog.c -L./ -lmydll
>
> Using "myprog.c" instead of
On Aug 24 07:25, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I finally found root cause for the tar issue reported here:
> http://cygwin.com/ml/cygwin/2007-08/msg00553.html
>
> $ cat foo.c
> #include
> #include
> #include
> #include
> #include
> #include
>
> int
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A new release of tar, 1.18-2, is available, replacing 1.18-1. Version
1.16.1-1 remains the previous version.
NEWS:
=
This is a minor patch release. It fixes the RHSA-2007:0860-01 security
flaw, as well as working around a cygwin bug that was tri
On Fri, Aug 24, 2007 at 07:20:55AM -0700, Keith Christian wrote:
>This line in http://cygwin.com/cygwin-ug-net/dll.html seems to have an error:
>
>gcc -o myprog myprog.ca -L./ -lmydll
>--^
>
>It seems it should be:
>
>gcc -o myprog myprog.c -L./ -lmydll
>
>Using "myprog.c" inste
This line in http://cygwin.com/cygwin-ug-net/dll.html seems to have an error:
gcc -o myprog myprog.ca -L./ -lmydll
--^
It seems it should be:
gcc -o myprog myprog.c -L./ -lmydll
Using "myprog.c" instead of "myprog.ca" allows it to compile to an .EXE which
executes successful
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I finally found root cause for the tar issue reported here:
http://cygwin.com/ml/cygwin/2007-08/msg00553.html
$ cat foo.c
#include
#include
#include
#include
#include
#include
int main(int argc, char**argv)
{
int fd;
symlink ("oops", "broke
I'm getting an error message using Tcl/Tk:
Application initialization failed
Can't find a usable init.tcl in the following directories:
/share/tcl8.4 /usr/local/share/tcl8.4 /library /usr/local/library
NB there is no directory /share/ and no directory /library/ in Cygwin,
though there are dir
26 matches
Mail list logo