Re: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread sugitakukun
Thanks a lot!! As you say, I have 2 cygwin1.dll in my PC. When I deleted one in C:\..\SYSTEM ,then $ cygcheck `gcc -print-prog-name=cc1` D:\cygwin/lib\gcc/i686-pc-cygwin/3.4.4/cc1.exe D:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WI

[ANNOUNCEMENT] Updated: binutils-20080523-2

2008-07-08 Thread Christopher Faylor
I've made a new version of binutils available for installation. This version contains a bug fix for the problem described here: http://sourceware.org/ml/binutils/2008-07/msg00106.html i.e., "nm -C" did not remove leading underscores. There should be no other changes besides this one fix from Al

Re: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread Brian Dessent
sugitakukun wrote: > $ cygcheck `gcc -print-prog-name=cc1` > D:\cygwin/lib\gcc/i686-pc-cygwin/3.4.4/cc1.exe > C:\WINDOWS\SYSTEM\cygwin1.dll > C:\WINDOWS\system32\ADVAPI32.DLL > C:\WINDOWS\system32\ntdll.dll > C:\WINDOWS\system32\KERNEL32.dll > C:\WINDOWS\system32\RPCRT4.dll

Re: Event viewer application error?

2008-07-08 Thread Larry Hall (Cygwin)
Kevin M wrote: Hello, I'm getting this error. /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: /usr/sbin/cron: PID 2784: (CRON) error (can't switch user context). I checked and found something that said to add e

RE: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread sugitakukun
Thanks for advice. Try cygcheck, then $ cygcheck `gcc -print-prog-name=cc1` D:\cygwin/lib\gcc/i686-pc-cygwin/3.4.4/cc1.exe C:\WINDOWS\SYSTEM\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RP

Event viewer application error?

2008-07-08 Thread Kevin M
Hello, I'm getting this error. /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: /usr/sbin/cron: PID 2784: (CRON) error (can't switch user context). I checked and found something that said to add execute permsisio

re: openssh error 1062

2008-07-08 Thread Lee Parsons
> and one for how to uninstall a cygwin service: > http://cygwin.com/faq/faq-nochunks.html#faq.setup.uninstall-service Aha, that seems to have solved the problem. I uninstalled it as a service, and then re-ran ssh-host-config to re-install it as a service. Now things seem to be working correctly

RE: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread Dave Korn
sugitakukun wrote on 08 July 2008 18:55: > Hi everyone. > > I installed Cygwin a little days ago to use gcc & g++. > I tried "gcc hello.c -o test" ,but no error messages were printed and no > file were made.(So do g++ & hello.cpp) Missing DLL, most likely. Run "cygcheck `gcc -print-prog-name=

RE: openssh error 1062

2008-07-08 Thread Dave Korn
Lee Parsons wrote on 08 July 2008 17:36: > > I'm not sure if this is important, but I noticed when I ran > 'ssh-host-config -y' as administrator, it never gave a "CYGWIN=" prompt. > I haven't found a good explanation for this behavior, either. Your uninstall-fu is weak. You didn't delete the

configure:2090: error: C compiler cannot create executables

2008-07-08 Thread sugitakukun
Hi everyone. I installed Cygwin a little days ago to use gcc & g++. I tried "gcc hello.c -o test" ,but no error messages were printed and no file were made.(So do g++ & hello.cpp) I tried Automake for hello.c on Cygwin, then $ ./configure checking for gcc... gcc checking for C compiler default

re: openssh error 1062

2008-07-08 Thread Lee Parsons
I just noticed a typo that was returned on the 'cygrunsrv -VQ sshd' command. The environment line came back as "CYGWIN="htsec tty"". I then ran cygrunsrv -R sshd followed by cygrunsrv -I sshd -p /usr/sbin/sshd -a '-D' -d 'CYGWIN sshd' -e 'CYGWIN=ntsec tty' -y tcpip and then cygrunsrv -VQ

Re: Connect cygwin with old version of gcc

2008-07-08 Thread Larry Hall (Cygwin)
yu xuesheng wrote: Thank you Larry! You said "You could then point 'setup.exe' at that local directory and install from it. " I already downloaded gcc-core-3.3.3-3-src.tar.bz2, how can I make setup.exe do the installation from this file? If you believe that this package is the sum total of wha

re: openssh error 1062

2008-07-08 Thread Lee Parsons
>What does 'cygrunsrv -VQ sshd' show? $ cygrunsrv -VQ sshd Service : sshd Display name: CYGWIN sshd Current State : Stopped Command : /usr/sbin/sshd -D stdin path : /dev/null stdout path : /var/log/sshd.log stderr path : /var/log/sshd.

Re: Updating cygwin from a remote shell?

2008-07-08 Thread cuicui
Thomas Walker a écrit : Apologies if this is a newbie question... I did a decent amount of looking through mailing lists but couldn't find anything relevant. I'm a Linux/Unix person by hobby and profession and don't really do much Windows but my family (living in another state) is still rather W

Re: openssh error 1062

2008-07-08 Thread René Berber
Lee Parsons wrote: I am working on a windows 2000 box that openssh recently stopped working on. [snip] What does 'cygrunsrv -VQ sshd' show? Any messages on Windows' Event Viewer? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://

Re: Connect cygwin with old version of gcc

2008-07-08 Thread yu xuesheng
Thank you Larry! You said "You could then point 'setup.exe' at that local directory and install from it. " I already downloaded gcc-core-3.3.3-3-src.tar.bz2, how can I make setup.exe do the installation from this file? Xuesheng --- yu xuesheng wrote: Hi

Re: Connect cygwin with old version of gcc

2008-07-08 Thread Larry Hall (Cygwin)
yu xuesheng wrote: Hi. I just wonder how to connect the old version of GCC to Cygwin? I have a large code, which only can run under GCC 3.3.3. Thank you for your help! Looks like it's still an available Cygwin package but it's old enough that 'setup.exe' won't present it to you by default. You

openssh error 1062

2008-07-08 Thread Lee Parsons
I am working on a windows 2000 box that openssh recently stopped working on. For several months openssh worked correctly through cygwin as a service, until the box was errantly shut down by a power outage. Subsequent attempts to log in to said box through ssh resulted in authentication errors. S

Connect cygwin with old version of gcc

2008-07-08 Thread yu xuesheng
Hi. I just wonder how to connect the old version of GCC to Cygwin? I have a large code, which only can run under GCC 3.3.3. Thank you for your help! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Poor man's mailer??

2008-07-08 Thread Kevin M
David, Here is my crontab -l output: [EMAIL PROTECTED] ~ $ crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.QulgheVy6A installed on Tue Jul 8 12:07:04 2008) # (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $) * * *

Re: perl-5.10.0-4 -> perl-5.10.0-5 update appears to break DateTime

2008-07-08 Thread Reini Urban
2008/7/8 Gary R. Van Sickle <[EMAIL PROTECTED]>: > Hi Reini, > > It looks like something changed between perl 5.10.0-4 and -5 which breaks > the DateTime module from CPAN (version 0.4302, latest). The attached Simple > Test Case(tm) results in only the following errors: > > Use of uninitialized va

Re: Updating cygwin from a remote shell?

2008-07-08 Thread Larry Hall (Cygwin)
Thomas Walker wrote: Apologies if this is a newbie question... I did a decent amount of looking through mailing lists but couldn't find anything relevant. I'm a Linux/Unix person by hobby and profession and don't really do much Windows but my family (living in another state) is still rather Wind

Re: Becoming a mirror of Cygwin

2008-07-08 Thread Christopher Faylor
On Tue, Jul 08, 2008 at 03:43:37PM +0100, Dave Korn wrote: >Christopher Faylor wrote on 08 July 2008 15:35: > >> On Tue, Jul 08, 2008 at 09:47:09AM +0200, Thorsten Kampe wrote: >>> * [EMAIL PROTECTED] (Tue, 08 Jul 2008 14:16:56 +0700) I'm a system administrator of FPT Telecom - one of the larg

Re: Updating cygwin from a remote shell?

2008-07-08 Thread Andrew DeFaria
Thomas Walker wrote: Apologies if this is a newbie question... I did a decent amount of looking through mailing lists but couldn't find anything relevant. I'm a Linux/Unix person by hobby and profession and don't really do much Windows but my family (living in another state) is still rather W

RE: Becoming a mirror of Cygwin

2008-07-08 Thread Dave Korn
Christopher Faylor wrote on 08 July 2008 15:35: > On Tue, Jul 08, 2008 at 09:47:09AM +0200, Thorsten Kampe wrote: >> * [EMAIL PROTECTED] (Tue, 08 Jul 2008 14:16:56 +0700) >>> I'm a system administrator of FPT Telecom - one of the largest ISP in >>> Vietnam. I'm being responsible for becoming a mir

Re: Becoming a mirror of Cygwin

2008-07-08 Thread Christopher Faylor
On Tue, Jul 08, 2008 at 09:47:09AM +0200, Thorsten Kampe wrote: >* [EMAIL PROTECTED] (Tue, 08 Jul 2008 14:16:56 +0700) >> I'm a system administrator of FPT Telecom - one of the largest ISP in >> Vietnam. I'm being responsible for becoming a mirror of community >> sites. >> >> I have a question: >>

Re: Poor man's mailer??

2008-07-08 Thread Kevin M
Dave Korn has brought this to us : Kevin M wrote on 03 July 2008 18:40: Hello, A while ago Pierre gave me a "poor mans mailer" and I have lost he email that contained the instructions. Sorry about that. I recall setting up a MAILTO= something or another in the crontab file and after that I can

Updating cygwin from a remote shell?

2008-07-08 Thread Thomas Walker
Apologies if this is a newbie question... I did a decent amount of looking through mailing lists but couldn't find anything relevant. I'm a Linux/Unix person by hobby and profession and don't really do much Windows but my family (living in another state) is still rather Windows centric. A hard di

Re: Becoming a mirror of Cygwin

2008-07-08 Thread Thorsten Kampe
* [EMAIL PROTECTED] (Tue, 08 Jul 2008 14:16:56 +0700) > I'm a system administrator of FPT Telecom - one of the largest ISP in > Vietnam. I'm being responsible for becoming a mirror of community > sites. > > I have a question: > How does our site become a mirror of Cygwin? "Contact sourcemaster at

Re: Becoming a mirror of Cygwin

2008-07-08 Thread Corinna Vinschen
On Jul 8 14:16, [EMAIL PROTECTED] wrote: > How does our site become a mirror of Cygwin? See http://cygwin.com/mirrors.html. Send mail to sourcemaster AT sourceware DOT org. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader c

Becoming a mirror of Cygwin

2008-07-08 Thread [EMAIL PROTECTED]
Hi, I'm a system administrator of FPT Telecom - one of the largest ISP in Vietnam. I'm being responsible for becoming a mirror of community sites. I have a question: How does our site become a mirror of Cygwin? Looking forward your feedbacks. Thanks & Best regards, [EMAIL PROTECTED] -- Unsu