g++ 3.4.1

2004-11-16 Thread Martin Magnusson
I just tried upgrading from g++ 3.3.1 (which currently gives me an "internal compiler error" on my code) to the 3.4.1 version available from the Cygwin setup. After doing so, however, I get a flood of error messages about the many templates I have (such as "template-id xxx for yyy does not matc

sshd login problems

2004-11-02 Thread Martin Magnusson
I'm having trouble setting up correct user and group permissions for logging on to a computer using ssh. I have installed sshd and cygrunsrv, and I believe that the server itself is running properly. I start it with "cygrunsrv -S sshd". However, when trying to logon from a remote (Linux) comput

Macros "major" and "minor"

2004-06-15 Thread Martin Magnusson
I recently ran into problems when compiling a matrix library containing a function called "minor". Apparently, the file /usr/include/sys/sysmacros.h has the following definitions: #ifdef __CYGWIN_USE_BIG_TYPES__ #define major(dev) ((int)(((dev) >> 16) & 0x)) #define minor(dev) ((int)((dev) &

Re: PATH and HOME in cygwin

2004-06-02 Thread Martin Magnusson
David Fay wrote: I am trying to set my PATH and HOME in cygwin. Under the /etc/profile file it says to change the bashrc.bash file and I have amended this but still no change. I also see there is a .bash_profile file in both the /etc/defaults/etc/skel and /etc/skel. I originally thought that th

Re: Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
Max Bowsher wrote: > Does it hang in the middle of installing a package, or between > packages? It varies. Now I have actually managed to install the basic Cygwin packages (everything set to default, no compilers or anything). It worked on the second attempt. But I'm still struggling, trying to a

Re: Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
Pavel Tsekov wrote: Now this is a hell of a bugreport... Would you care to be more specific ? What choices do you make on the various pages of the setup wizard. * First, either Install from Internet or Install from Local Directory. * Then I specify the root directory (same as I used to have when

Re: Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
Max Bowsher wrote: Please describe exactly where setup hangs. It happens after download, during install. But it hangs at different files each time. Somtimes it hangs at 4%, sometimes at 29% etc. Does it hang if you download only first, and then re-run setup, choosing "install from local directo

Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
I have used Cygwin for a few months now. I'm trying to reinstall it with a couple of extra packages, but I've run into serious trouble. Downloading seems to work fine, but while installing setup just hangs, randomly (with no error message). When looking at setup.log I see a lot of calls to comp