gcc 4.x for Cygwin?

2007-11-27 Thread Corinna Vinschen
Now for something completely different: Did anything happen in the gcc 4.x world which would help us to get a gcc 4.x for Cygwin at one point? Are some of the problems reported in http://sourceware.org/ml/cygwin-apps/2006-05/msg00044.html fixed in the meantime? As for Charles' options how to go

Re: gcc 4.x for Cygwin?

2007-11-27 Thread Brian Dessent
Corinna Vinschen wrote: Did anything happen in the gcc 4.x world which would help us to get a gcc 4.x for Cygwin at one point? Are some of the problems reported in http://sourceware.org/ml/cygwin-apps/2006-05/msg00044.html fixed in the meantime? Mainline gcc still won't build shared target

Re: gcc 4.x for Cygwin?

2007-11-27 Thread Roger Wells
Corinna Vinschen wrote: Now for something completely different: Did anything happen in the gcc 4.x world which would help us to get a gcc 4.x for Cygwin at one point? Are some of the problems reported in http://sourceware.org/ml/cygwin-apps/2006-05/msg00044.html fixed in the meantime? As

src/winsup/cygwin ChangeLog dcrt0.cc exception ...

2007-11-27 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-11-27 14:45:14 Modified files: winsup/cygwin : ChangeLog dcrt0.cc exceptions.cc mmap.cc thread.cc thread.h winsup/cygwin/include/sys: cygwin.h Log message:

src/winsup/cygwin ChangeLog posix_ipc.cc

2007-11-27 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-11-27 17:04:19 Modified files: winsup/cygwin : ChangeLog posix_ipc.cc Log message: * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. Store the prefix len in it.

cygwin problem with windows 2003

2007-11-27 Thread Firewater2000
Hello there, I have a problem with starting Xwin on a Windows2003Server from my Windows 2000 Client with Cygwin. i use following script: startxwin.bat t4erexec -l username -p password Servername E:\test.bat $HOSTNAME Now my problem is, all works fine if the user from my script is logged on

uw-imap package

2007-11-27 Thread Neil Lunn
Good to be back. Am I right that the current uw-imap package is built to all the defaults of the std src distr including mailsubdir as the user account home? If this is so I don't really see the point of distributing a binary build that is going to look at the entire contents of a users

Re: cygwin problem with windows 2003

2007-11-27 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: Hello there, I have a problem with starting Xwin on a Windows2003Server from my Windows 2000 Client with Cygwin. i use following script: startxwin.bat t4erexec -l username -p password Servername E:\test.bat $HOSTNAME Now my problem is, all works fine if the user

Re: New to cygwin

2007-11-27 Thread Tomasz Jankowski
2007/11/27, Erich Dollansky [EMAIL PROTECTED]: I would recommend to use cygwin if you want to write a program for multiple platforms. That is what I'm going to do. What is your programming background? Sorry I don't understand this question? What do mean by background? :( -- Cya! Tom --

Re: [Fwd: sshd display]

2007-11-27 Thread Roger Wells
Thank you. That seems to be it. Brian Mathis wrote: On Nov 26, 2007 10:56 AM, Roger Wells [EMAIL PROTECTED] wrote: Please forgive my silence and I really do appreciate your attention to my problem. I originally posted my question on the cygwin-apps list and at Corinna's suggestion I

Re: cygwin makes shared folders on vista

2007-11-27 Thread joekrahn
I have found that Vista tags filesystem objects as shared whenever they contain references to any accounts other than the user. But, they are not network shared. Apparently, Cygwin developers do not see this behavior. Maybe it depends if you use Home or Business versions of Vista, or whether your

Re: Select-all Vista install fails?

2007-11-27 Thread joekrahn
Peter Klavins wrote: I am a very satisfied user of Cygwin for many years, and on Vista since Nov 2006. I always download and keep updated all packages, since I usually find that something is missing when I really need it. Recently I was presented with the opportunity to install Cygwin

Re: New to cygwin

2007-11-27 Thread Thorsten Kampe
* Tomasz Jankowski (Tue, 27 Nov 2007 17:36:16 +0100) 2007/11/27, Erich Dollansky [EMAIL PROTECTED]: I would recommend to use cygwin if you want to write a program for multiple platforms. That is what I'm going to do. What is your programming background? Sorry I don't understand this

Re: weird samba problems, latest cygwin, samba 3.0.25b-4.2

2007-11-27 Thread jeffunit
At 08:57 PM 11/26/2007, you wrote: jeffunit wrote: I built a fileserver running mandriva linux 2008 and samba 3.0.25b-4.2 After copying lots of files there, I decided to run cygwin 'diff -r' to be sure they really got copied ok. I ran into problems. Here is what I know. For example, to copy

Mounting tar files

2007-11-27 Thread Ignazio Di Napoli
Hi all. I want to copy my Cygwin installation on my SD card. Since it's formed by many small files, and my flash memory performance is very poor with such files, I was wondering if there is some way to mount a tar file, or something like, even if in read-only way, searching in the archive if

file permission problem

2007-11-27 Thread Win Tong
Hi, I have a difficult problem which I don't know how to solve and I'll appreciate any help. I'm using windows XP Home with cygwin and I want to remove the directory 'no_bulk' and all the files within it. The following commands show me something like this $ rm -r no_bulk rm: cannot remove

Re: file permission problem

2007-11-27 Thread Larry Hall (Cygwin)
Win Tong wrote: Hi, I have a difficult problem which I don't know how to solve and I'll appreciate any help. I'm using windows XP Home with cygwin and I want to remove the directory 'no_bulk' and all the files within it. The following commands show me something like this $ rm -r no_bulk rm:

Re: New to cygwin

2007-11-27 Thread joekrahn
Tomasz Jankowski wrote: One more question, does anyone tried to build sctplib using cygwin? Here is link to page with source code I'm talking about: http://www.sctp.de/sctp-download.html The most important for me is package named 'socketapi', because it provides API documented in set

Re: New to cygwin

2007-11-27 Thread Erich Dollansky
Hi, Tomasz Jankowski wrote: 2007/11/27, Erich Dollansky [EMAIL PROTECTED]: I would recommend to use cygwin if you want to write a program for multiple platforms. That is what I'm going to do. What is your programming background? Sorry I don't understand this question? What do mean by

Re: Mounting tar files

2007-11-27 Thread joekrahn
Ignazio Di Napoli wrote: Hi all. I want to copy my Cygwin installation on my SD card. Since it's formed by many small files, and my flash memory performance is very poor with such files, I was wondering if there is some way to mount a tar file, or something like, even if in read-only

socket : MSG_WAITALL isn't defined

2007-11-27 Thread patrick ficheux
Hi, I want to use recv() with MSG_WAITALL flag. But this constant isn't defined in cygwin. I find a old message about this issue here = http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html Why MSG_WAITALL is not present in cygwin ? It's a posix compliance problem ? It seems that # define

RE: xargs: cannot fork: Resource temporarily unavailable

2007-11-27 Thread Jose Correia
Thanks Larry it was after all still the Logitech crap... I thought just by disabling its two services on the Windows Service manager that it was sufficient, but then the Logitech serice mentioned in that url was not one of them... So I completely removed it and voila!! :-) Thanks again Jose