Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
I've removed the gnude and mingw directories from my path and now I'm no longer getting the error message stating that there are multiple dlls in my path. This hasn't fixed the problem, though. g++ (and gcc) still don't work. I've even tried uninstalling and reinstalling cygwin, to no avail.

Re: g++ doesn't work

2007-05-03 Thread Thorsten Kampe
* Darrell Blake (Thu, 3 May 2007 09:42:52 +0100) I've removed the gnude and mingw directories from my path and now I'm no longer getting the error message stating that there are multiple dlls in my path. This hasn't fixed the problem, though. g++ (and gcc) still don't work. I've even tried

RE: Setup.exe Problems on Vista

2007-05-03 Thread Dave Korn
On 02 May 2007 14:13, Aaron Gray wrote: Just on the offchance, do you have any of these installed? Windows Defender AFAIK Windows Defender is built in to Vista. Aaron Been known to cause problems before: http://cygwin.com/ml/cygwin/2007-01/msg00742.html although it's not relevant

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 12:19, Thorsten Kampe wrote: * Darrell Blake (Thu, 3 May 2007 09:42:52 +0100) I've removed the gnude and mingw directories from my path and now I'm no longer getting the error message stating that there are multiple dlls in my path. This hasn't fixed the problem, though. g++

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
Darrell, are you running any of these apps (that have been shown to cause problems with cygwin in the past)? Nope, I'm not running any of those. Just in case I deleted the cygnus registry key folder and reinstalled cygwin to see if it would make a different but it didn't. I've attached a

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 12:42, Darrell Blake wrote: Darrell, are you running any of these apps (that have been shown to cause problems with cygwin in the past)? Nope, I'm not running any of those. Just in case I deleted the cygnus registry key folder and reinstalled cygwin to see if it would

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
On 5/3/07, Dave Korn [EMAIL PROTECTED] wrote: What happens if you add the -v option to your compiler commandline? Already tried that. Nothing immediately obvious seemed apparent. Here's the ouput: $ g++ test.cpp -v -o test Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 12:58, Darrell Blake wrote: On 5/3/07, Dave Korn [EMAIL PROTECTED] wrote: ^^^ Please take care not to do that Darrell, http://cygwin.com/acronyms#PCYMTNQREAIYR - I get enough spam as it is! What happens if you add the -v option to

RE: g++ doesn't work

2007-05-03 Thread Boffin, Stephane \(GE Infra, Aviation, Non-GE\)
Hello all, When you log into cygwin using a shell the username used is the windows user name. I have a setup where I would like 10 users from 10 diffrent PC to have one username and 10 other using 10 other pc have an other. This is because I only want to manage 2 user name in the passwd

Cygwin username

2007-05-03 Thread Boffin, Stephane \(GE Infra, Aviation, Non-GE\)
Hello all, When you log into cygwin using a shell the username used is the windows user name. I have a setup where I would like 10 users from 10 diffrent PC to have one username and 10 other using 10 other pc have an other. This is because I only want to manage 2 user name in the passwd

Some Batch-Scripting-Problems under Windows

2007-05-03 Thread Daniel Spannbauer
Hello, we've build a Program for Cygwin to load some Firmware in some Hardware which is produced by us. The Firmwware is called file.tld. At the moment the USer has to open Cygwin, jumpd to the Path of the file.tld (for example: C:\Dokumente und Einstellungen\test\Eigene Dateien\tload) an run the

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
On 5/3/07, Dave Korn [EMAIL PROTECTED] wrote: What does cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe show? It shows this: $ cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe C:/cygwin/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe C:\cygwin\bin\cygwin1.dll

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Aaron Gray wrote: I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( That's just the fixincludes dir. It's not important. This is why the instructions tell you to run make -k check. Okay I will try that. Oh 'make check' is the test suite, did

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 13:23, Darrell Blake wrote: On 5/3/07, Dave Korn dave.korn@ STOP IT wrote: If you're going to keep doing that, you're on your own. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
If you're going to keep doing that, you're on your own. Oh, crap. Sorry =o( I didn't realise I'd left it on. Darrell -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Charles Wilson
Aaron Gray wrote: Any clue as to how long it will run for ? Depends on how many languages you enabled. In my case: c,c++,fortran,objc Bootstrapping the compilers took about 6 hours, and the testsuite took about 60. -- Chuck -- Unsubscribe info:

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Has anyone already run the testsuite on GCC-4.3-20070427/Cygwin latest snapshot ? Got the following so far :- Running /usr/src/gcc-4.3-20070427/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/20021014-1.c (test for excess errors) WARNING: gcc.dg/20021014-1.c compilation failed to produce

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Any clue as to how long it will run for ? Depends on how many languages you enabled. In my case: c,c++,fortran,objc Bootstrapping the compilers took about 6 hours, and the testsuite took about 60. Okay, I have just done c, and c++. Have you got testsuite results, have you put them online

Re: Cygwin username

2007-05-03 Thread Igor Peshansky
Please do not commandeer an unrelated thread for a new topic. Changing the subject is not enough -- you have to post a new message altogether if you want to break the thread. On Thu, 3 May 2007, Boffin, Stephane (GE Infra, Aviation, Non-GE) wrote: Hello all, When you log into cygwin using a

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Dave Korn
On 03 May 2007 01:18, Aaron Gray wrote: Aaron Gray wrote: I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( That's just the fixincludes dir. It's not important. This is why the instructions tell you to run make -k check. Okay I will try

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Dave Korn
On 03 May 2007 02:43, Aaron Gray wrote: Any clue as to how long it will run for ? Depends on how many languages you enabled. In my case: c,c++,fortran,objc Bootstrapping the compilers took about 6 hours, and the testsuite took about 60. Okay, I have just done c, and c++. Have

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 14:26, Darrell Blake wrote: If you're going to keep doing that, you're on your own. Oh, crap. Sorry =o( I didn't realise I'd left it on. Darrell Heh. Right, where were we: Oh yeah. cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe show? It shows this:

RE: Cygwin username

2007-05-03 Thread Boffin, Stephane \(GE Infra, Aviation, Non-GE\)
I do not want to use the mkpasswd because I have 500 user on the network and only 6 - 10 will be using Cygwin. I tried to put only on entry in the /etc/passwd and cygwin uses this user name but I do not know if this is a bug or a feature. I would of expected cygwin to send a authentication error

Re: Some Batch-Scripting-Problems under Windows

2007-05-03 Thread Igor Peshansky
On Thu, 3 May 2007, Daniel Spannbauer wrote: Hello, we've build a Program for Cygwin to load some Firmware in some Hardware which is produced by us. The Firmwware is called file.tld. At the moment the USer has to open Cygwin, jumpd to the Path of the file.tld (for example: C:\Dokumente und

RE: Cygwin username

2007-05-03 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Thu, 3 May 2007, Boffin, Stephane (GE Infra, Aviation, Non-GE) wrote: -Original Message- From: Igor Peshansky [mailto:[EMAIL PROTECTED] Sent: 3 mai 2007 10:18 To: Boffin, Stephane (GE Infra, Aviation, Non-GE) Cc: [EMAIL PROTECTED]

RE: Cygwin username

2007-05-03 Thread Boffin, Stephane \(GE Infra, Aviation, Non-GE\)
My windows username is boffin in the /etc/passwd I have 1 entry makinohd:unused_by_nt/2000/xp:14966:10545:nhm1zjt,U-GEAECANADA\nhm1zjt,S -1-5-21-2066620035-1092103790-1905203885-4966:/home:/bin/bash When I get into the bash shell the user that is there is makinohd. (If I do a whoami makinohd is

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
On 5/3/07, Dave Korn [EMAIL PROTECTED]).com wrote: There definitely shouldn't be any cygwin dlls in the windows\system32 subdir (or indeed anywhere else except under your cygwin tree). Try moving them out of the way and see if that helps. Brilliant, that's sorted it. Cheers, Darrell --

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Various people run the testsuite on cygwin every now and again; check the gcc-testresults@ mailinglist archive. Yes, Tim has allready run it :- http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01540.html Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Brian Dessent
Aaron Gray wrote: Oh 'make check' is the test suite, did not realize that. I thought it was a separate CVS branch/download. Anyway its been running ten hours now and got to struct-layout-1. Any clue as to how long it will run for ? The last time I built 4.3 (couple of months ago) with

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Dave Korn
On 03 May 2007 03:41, Aaron Gray wrote: Various people run the testsuite on cygwin every now and again; check the gcc-testresults@ mailinglist archive. Yes, Tim has allready run it :- http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01540.html I haven't done one for weeks

Re: Some Batch-Scripting-Problems under Windows

2007-05-03 Thread Daniel Spannbauer
Hello Igor, first of all Thanks for the answer. Igor Peshansky wrote: On Thu, 3 May 2007, Daniel Spannbauer wrote: Hello, we've build a Program for Cygwin to load some Firmware in some Hardware which is produced by us. The Firmwware is called file.tld. At the moment the USer has to

Re: Some Batch-Scripting-Problems under Windows

2007-05-03 Thread Igor Peshansky
On Thu, 3 May 2007, Daniel Spannbauer wrote: Hello Igor, first of all Thanks for the answer. Igor Peshansky wrote: On Thu, 3 May 2007, Daniel Spannbauer wrote: Hello, we've build a Program for Cygwin to load some Firmware in some Hardware which is produced by us. The Firmwware

CD doesn't work in script

2007-05-03 Thread SCHLING
Hi all, I have successfully installed Cygwin on XP SP2, and would like to run a script which includes a change directory command (cd \etc.) All the other lines of the script work except the one with cd. The same line works when input by hand. Searching on the net I found that line endings

RE: CD doesn't work in script

2007-05-03 Thread Dave Korn
On 03 May 2007 17:18, SCHLING wrote: Hi all, I have successfully installed Cygwin on XP SP2, and would like to run a script which includes a change directory command (cd \etc.) All the other lines of the script work except the one with cd. The same line works when input by hand.

Re: CD doesn't work in script

2007-05-03 Thread Igor Peshansky
On Thu, 3 May 2007, SCHLING wrote: Hi all, I have successfully installed Cygwin on XP SP2, and would like to run a script which includes a change directory command (cd \etc.) All the other lines of the script work except the one with cd. The same line works when input by hand. Searching

RE: CD doesn't work in script

2007-05-03 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
SCHLING wrote on Thursday, May 03, 2007 12:18 PM: I have successfully installed Cygwin on XP SP2, and would like to run a script which includes a change directory command (cd \etc.) All the other lines of the script work except the one with cd. The same line works when input by hand.

RE: CD doesn't work in script

2007-05-03 Thread John Morrison
SCHLING wrote on Thursday, May 03, 2007 12:18 PM: I have successfully installed Cygwin on XP SP2, and would like to run a script which includes a change directory command (cd \etc.) Could it be as simple as not escaping the 'e'? Try cd /etc rather than cd \etc J. -- Unsubscribe info:

How can I uninstall Cygwin? -- Where must I enter umount for this purpose?

2007-05-03 Thread Ghuoargh
Dear Cygwin people! A few days ago I have downloaded Cygwin from cygwin.com and installed it on my computer. However, since then some other programs did not function properly any more and it may be that Cygwin is responsible for this. Therefore I want to uninstall Cygwin. I read on the

RE: CD doesn't work in script

2007-05-03 Thread Dave Korn
On 03 May 2007 18:38, John Morrison wrote: SCHLING wrote on Thursday, May 03, 2007 12:18 PM: I have successfully installed Cygwin on XP SP2, and would like to run a script which includes a change directory command (cd \etc.) Could it be as simple as not escaping the 'e'? Try cd /etc

RE: How can I uninstall Cygwin? -- Where must I enter umount for this purpose?

2007-05-03 Thread Dave Korn
On 03 May 2007 18:41, Ghuoargh wrote: Dear Cygwin people! A few days ago I have downloaded Cygwin from cygwin.com and installed it on my computer. However, since then some other programs did not function properly any more and it may be that Cygwin is responsible for this. Nope. It's

Re: newlib?: pow function can produce incorrect results.

2007-05-03 Thread Lev Bishop
On 5/2/07, Cary R. wrote: Other potentially controversial special cases (may or may not be handled correctly by newlib -- I didn't check) are: atan2(+-0,-0)=+-pi atan2(+-0,+0)=+-0 newlib and my version of glibc return +0 for all these cases. Hmm *my* version of glibc gets all 4

Re: Setup.exe Problems on Vista

2007-05-03 Thread Michael D. Adams
On 5/3/07, Dave Korn wrote: On 02 May 2007 22:37, Michael D. Adams wrote: This is a bit of a bummer. I can't reproduce the error anymore. I have absolutely no idea what changed. I moved the old version out of the way and cleaned the registry, but the bug still won't appear. I guess just

RE: Some Batch-Scripting-Problems under Windows

2007-05-03 Thread Long, Phillip GOSS
Daniel Spannbauer wrote: Hello, we've build a Program for Cygwin to load some Firmware in some Hardware which is produced by us. The Firmwware is called file.tld. At the moment the USer has to open Cygwin, jumpd to the Path of the file.tld (for example: C:\Dokumente und

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Charles Wilson
Aaron Gray wrote: Any clue as to how long it will run for ? Depends on how many languages you enabled. In my case: c,c++,fortran,objc Bootstrapping the compilers took about 6 hours, and the testsuite took about 60. Okay, I have just done c, and c++. Have you got testsuite results, have

network auth problems with public-key SSH login

2007-05-03 Thread Shankar Unni
Another one of those problems... When I log in using SSH public-key authentication onto a Windows 2003 box, it sets up my LOGNAME correctly, but the USER is set to sshd_server. When I access a network share that requires domain logon credentials, the username it sees is sshd_server, and it

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
On 03 May 2007 03:41, Aaron Gray wrote: Various people run the testsuite on cygwin every now and again; check the gcc-testresults@ mailinglist archive. Yes, Tim has allready run it :- http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01540.html I haven't done one for weeks

rsync with --recursive --files-from=

2007-05-03 Thread marvin rishoff
Hi , I am having a difficult time getting rsync to run within a bash script, within cygwin. I can run the command at the command line and it works fine however when I run it from the script I get an error : rsync: failed to open files-from file (cd /c/WINDOWS/system32/LogFiles/WMS/[Global]/

Cygwin Problems on Vista (Install and others)

2007-05-03 Thread N Y
I've read that some people can get Cygwin to run on Vista without problems, but I've run into almost every reported problem. I've trying to install Cygwin on my new Dell laptop for two days now. Intel Centrino Duo with Vista Ultimate. I'm installing for all users, unix mode. From category

Re: network auth problems with public-key SSH login

2007-05-03 Thread Larry Hall (Cygwin)
On 05/03/2007, Shankar Unni wrote: Another one of those problems... When I log in using SSH public-key authentication onto a Windows 2003 box, it sets up my LOGNAME correctly, but the USER is set to sshd_server. When I access a network share that requires domain logon credentials, the

rsync hang

2007-05-03 Thread Scott T. Marshall
Hi Cygwin Folks, I have been having some errors when using rsync to copy files from a remote cygwin machine to my local cygwin machine. I read posts the cygwin web forum. I have the same hang problem in that when I try to rsync (get) files from a remote machine rsync just hangs if any