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
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
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
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
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
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
> 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
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=
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
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
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
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
>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.
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
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://
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
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
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
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:
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 $)
* * *
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
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
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
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
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
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:
>>
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
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
* [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
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
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
31 matches
Mail list logo