Re: corrupted cygwin startup.

2002-03-29 Thread Gerrit P. Haase
Hallo Dave, > I've got a win2k box with cygwin on it. Apparently something got > corrupted somewhere, i can no longer run cygwin, the shortcut does nothing. > I'm thinking it's an association issue, can someone tell me what file > association to use? The shortcut usually points to x:\cygwin\

Re: New package: keychain-1.8-1 available for test

2002-03-29 Thread Charles Wilson
Seems to work okay for me. --Chuck Hack Kampbjørn wrote: > Is there any objection to remove the test label from this package? > Has anybody tested it? Are there any problems that should be addresses > before releasing it as stable? > > Hack 8-) > -- Unsubscribe info: http://cygwin.com

cygqwin with mingw32 question

2002-03-29 Thread Jonathan Wilson
I am going to be doing something thats going to use cygwin, -mno-cygwin and mingw32 and I need to know what compiler flags I can use to test for this. This same code already builds on win32 with visual C++ and also on *nix with gcc so is there a set of tests I can do to say "#ifdef _WIN32 && _

Re: corrupted cygwin startup.

2002-03-29 Thread Pavel Tsekov
Hello dave, Friday, March 29, 2002, 3:48:25 AM, you wrote: d> Hello, d> I've got a win2k box with cygwin on it. Apparently something got d> corrupted somewhere, i can no longer run cygwin, the shortcut does nothing. d> I'm thinking it's an association issue, can someone tell me what file d>

Re: ipc-daemon doen't start as service on boot on my Windows 2000 server

2002-03-29 Thread Charles Wilson
Roland Glenn McIntosh wrote: > If you can, please help. I made sure that: - my /bin directory > (C:\cygwin\bin) is in your system PATH (e.g. set for the entire > system from the My Computer properties) (Chuck msg 9/2001) > > - The PATH is set correctly (Kurt msg 9/2001) Just for kicks i >

minor update to setup.exe

2002-03-29 Thread Robert Collins
I've uploaded a minor update to setup.exe that might help anyone not able to get into the chooser - the package selection - screen. This may help the WINE folk too. Thanks to Ton for identifying the problem. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

cygqwin with mingw32 question

2002-03-29 Thread David Starks-Browning
On Friday 29 Mar 02, Jonathan Wilson writes: > I am going to be doing something thats going to use cygwin, -mno-cygwin > and mingw32 and I need to know what compiler flags I can use to test for > this. > This same code already builds on win32 with visual C++ and also on *nix > with gcc so is th

Re: cygqwin with mingw32 question

2002-03-29 Thread Jonathan Wilson
I did see that but what I dont understand is if __CYGWIN__ is defined when -mno-cygwin is selected. I also need to know if cygwin GCC defines some specific flag that I can test for that identifies it as GCC. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

is there a cl.exe wrapper for cygwin

2002-03-29 Thread Jonathan Wilson
Basicly, I want a program called cl.exe that will take MS command line arguments and translate them into GCC args then call GCC. It should also return any error codes from gcc back to the caller so that e.g. a make process can act on it. Does such a thing exist? (and one for lib, link & rc as we

Re: cygqwin with mingw32 question

2002-03-29 Thread David Starks-Browning
On Friday 29 Mar 02, Jonathan Wilson writes: > I did see that but what I dont understand is if __CYGWIN__ is defined > when -mno-cygwin is selected. Try it! Bet you would have learned faster than asking here! (Would have saved *me* some time, that's for sure...) > I also need to know if cygwi

RE: stacktrace from withn an exec upon error condition

2002-03-29 Thread Heribert Dahms
Hi Hans, I sometimes manually lookup like: $ gdb foo.exe l *0xdeadbeef Bye, Heribert ([EMAIL PROTECTED]) -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Freitag, 29. März 2002 05:06 To: [EMAIL PROTECTED] Subject: Re: stacktrace from withn an exec upon error

I'm having problems with CPAN mod...

2002-03-29 Thread Muhammad Isa
Hi,A PERL QUESTION ??? - I was wondering if anybody has noticed a problem with the CPAN 'shell'. With all other 'Net' applications shut down, it seems to behave quite well, except when running the 'readme' routine. It first says it's runn

I'm having Trouble with 'readme' on CPAN

2002-03-29 Thread Muhammad Isa
Hi,A PERL QUESTION ??? - I was wondering if anybody has noticed a problem with the CPAN 'shell'. With all other 'Net' applications shut down, it seems to behave quite well, except when running the 'readme' routine. It first says it's runn

README for Objective-C in Cygwin

2002-03-29 Thread Ildar Mulyukov
-- Ildar Mulyukov, free SW programmer/designer email: [EMAIL PROTECTED] projects: http://os-development.sourceforge.net/ home: http://www.faki.mipt.ru/~ildar This README shows how to build gc

Bash history slow first time

2002-03-29 Thread IBrandt
Hi, I searched the archives but came up empty. Sorry if this has already been asked... The first time I use [Ctrl]-r to scroll back through this command history, cygwin often hangs for a while, and there is a lot of disc activity. Here's the scenario in more detail: - Start bash for the firs

Re: stacktrace from withn an exec upon error condition

2002-03-29 Thread Hans Horn
Dear Chris, this looks like it would take more like a hardcore system programmer to do, rather than naive me. In any case, I'm very grateful that you have taken so much of your precious time to respond to my posting. thanks a lot Hans p.s. Do you consider me fish? As I have nipples, I'd rather

Re:tftpd hpa under windows

2002-03-29 Thread Jorge Goncalvez
Hi folks, I used by default the Cygwin tftpd server and it works rather fine but unfortunetly i must now use a tftpd server which understands the option "tsize" and the Cygwin tftpd don't so I tried the last version of tftpd-hpa 0.29 which includes a port on Win32 with cygwin and know tsi

RE: cygqwin with mingw32 question

2002-03-29 Thread Jon Leichter
Jonathan, I have to admit that I don't quite understand your original question either. However, it seems like you're interested in understanding some of the internals of Cygwin's gcc and the -mno-cygwin switch. First of all, a quick response: when you specify -mno-cygwin to the compiler, __CYGWI

Re: is there a cl.exe wrapper for cygwin

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
At 07:12 AM 3/29/2002, Jonathan Wilson wrote: >Basicly, I want a program called cl.exe that will take MS command line arguments and >translate them into GCC args then call GCC. >It should also return any error codes from gcc back to the caller so that e.g. a make >process can act on it. >Does su

Re: I'm having problems with CPAN mod...

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
At 07:58 AM 3/29/2002, Muhammad Isa wrote: >Hi,A PERL QUESTION ??? > - >I was wondering if anybody has noticed a problem with the CPAN 'shell'. >With all other 'Net' applications shut down, it seems to behave quite well, >except when runnin

Re: Bash history slow first time

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
At 09:37 AM 3/29/2002, [EMAIL PROTECTED] wrote: >Hi, > >I searched the archives but came up empty. Sorry if this has already >been asked... > >The first time I use [Ctrl]-r to scroll back through this command >history, cygwin often hangs for a while, and there is a lot of disc >activity. > >Here

Re: corrupted cygwin startup.

2002-03-29 Thread dave
Hi, Thanks, it logged in. It's the .bat association. Here's cygwin.bat. Thanks. Dave. - Original Message - From: "Pavel Tsekov" <[EMAIL PROTECTED]> To: "dave" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 4:31 AM Subject: Re: corrupted cygwin startup.

ScanMail Message: To Recipient virus found and action taken or blocked a file matching the blocking rules.

2002-03-29 Thread System Attendant
ScanMail for Microsoft Exchange has detected virus-infected attachment(s) or blocked a file matching the blocking rules. Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED] Subject = Re: corrupted cygwin startup. Scanning Time = 03/29/2002 17:41:59 Action on virus found: The attachment c

Re: is there a cl.exe wrapper for cygwin

2002-03-29 Thread Ryan T. Sammartino
On Fri, Mar 29, 2002 at 08:12:21PM +0800, Jonathan Wilson wrote: > Does such a thing exist? (and one for lib, link & rc as well) Yes. SN Systems uses such a system to integrate the GameCube cross-compiler (which is gcc based) with Visual Studio. Intel also has such a system so that you can ea

sendto bug

2002-03-29 Thread David E Euresti
Hello, I believe the implementation of sendto in cygwin.dll has a bug. The following code works on linux but not on cygwin. I believe the reason is that cygwin checks whether the to field is null however it is absolutely permissible for the to field to be null, as seen in the following li

how can I use my mother tongue?

2002-03-29 Thread jinhyuk choi
i set my /etc/inputrc to set meta-flag on set input-meta on set convert-meta off set output-meta on aliased ls to alias ls='/bin/ls --color=tty --show-control-chars' I can see the output now, but still have trouble in typing my mother tongue. what should do I more? OS=win98 ; MOTHER_TONGUE=kor

Re: corrupted cygwin startup.

2002-03-29 Thread Michael A Chase
From: "dave" <[EMAIL PROTECTED]> To: "Pavel Tsekov" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 08:37 Subject: Re: corrupted cygwin startup. > Thanks, it logged in. It's the .bat association. > Here's cygwin.bat. The cygwin.bat you send looks unchanged from the default one, so it s

Re: bash: more: command not found

2002-03-29 Thread Joshua Daniel Franklin
> On Thu, Mar 28, 2002 at 09:57:58PM -0800, Joshua Daniel Franklin wrote: > >The funny thing is, after a big discussion on cygwin-apps, 'more' was > >put in the "BASE" category, which means it is installed by default > >unless someone un-checks it in setup.exe. I hope that in this case the > >mir

^C stops ssh with "Killed by signal 2"

2002-03-29 Thread C. R. Oldham
Greetings, Does anyone know why hitting ^C within an ssh session kills ssh instead of passing the ^C on to the host? I get Killed by signal 2 Every time. It hasn't always done this. Is there a setting somewhere I can tweak? -- C. R. Oldham, Director of Technology NCA CASI Arizona State Uni

ScanMail Message: To Recipient virus found or matched file blocking setting.

2002-03-29 Thread System Attendant
ScanMail for Microsoft Exchange has taken action on the message, please refer to the contents of this message for further details. Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED]; Subject = cygwin Digest 29 Mar 2002 17:44:26 - Issue 1844 Scanning Time = 03/29/2002 12:48:43 Engine/

Re: stacktrace from withn an exec upon error condition

2002-03-29 Thread Christopher Faylor
On Fri, Mar 29, 2002 at 06:37:23AM -0800, Hans Horn wrote: >p.s. Do you consider me fish? As I have nipples, I'd rather be >referred to a mammal. http://cygwin.com/cgi-bin/htsearch?method=and&sort=time&restrict=%2Fml%2Fcygwin%2F&exclude=&words=fish+teach cgf -- Unsubscribe info: http://c

Re: sendto bug

2002-03-29 Thread Christopher Faylor
On Fri, Mar 29, 2002 at 12:13:22PM -0500, David E Euresti wrote: > I believe the implementation of sendto in cygwin.dll has a bug. >The following code works on linux but not on cygwin. I believe the reason >is that cygwin checks whether the to field is null however it is >absolutely permiss

Printing postscript file

2002-03-29 Thread Paul Dilip K NPRI
I have a postscript graphics file draw.ps. If I give the command- notepad /p draw.ps- it prints few pages of postscript language text. I am sending the file to a postscript printer.    Can anyone suggest please. Dilip K. Paul mailto:[EMAIL PROTECTED]   -- Unsubscribe info: http://cy

Re: Printing postscript file

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
At 01:37 PM 3/29/2002, you wrote: >I have a postscript graphics file draw.ps. If I give the command- >notepad /p draw.ps- it prints few pages of postscript language text. I am sending the >file to a postscript printer. > >Can anyone suggest please. Run the file through the ghostscript and s

Fwd: Re: Printing postscript file

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
>Date: Fri, 29 Mar 2002 13:43:18 -0500 >To: Paul Dilip K NPRI <[EMAIL PROTECTED]> >From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >Subject: Re: Printing postscript file >Cc: [EMAIL PROTECTED] > >At 01:37 PM 3/29/2002, you wrote: >>I have a postscript graphics file draw.ps. If I give t

Re: Fwd: Re: Printing postscript file

2002-03-29 Thread Christopher Faylor
On Fri, Mar 29, 2002 at 01:49:22PM -0500, Larry Hall (RFK Partners, Inc) wrote: > >>Date: Fri, 29 Mar 2002 13:43:18 -0500 >>To: Paul Dilip K NPRI <[EMAIL PROTECTED]> >>From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >>Subject: Re: Printing postscript file >>Cc: [EMAIL PROTECTED] >> >>At

Re: Fwd: Re: Printing postscript file

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
At 01:53 PM 3/29/2002, you wrote: >On Fri, Mar 29, 2002 at 01:49:22PM -0500, Larry Hall (RFK Partners, Inc) wrote: > > > >>Date: Fri, 29 Mar 2002 13:43:18 -0500 > >>To: Paul Dilip K NPRI <[EMAIL PROTECTED]> > >>From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> > >>Subject: Re: Printing po

Configure gets bad result

2002-03-29 Thread Jonathan Hayward
Configure is getting an unterminated quoted string when it checks whether make sets ${MAKE}. I've heard about problems with a path "/path/to/foo/" being converted to "\path\to\foo\" which is not properly terminated. I looked at my environment variables for something ending with a slash and did

Re: Configure gets bad result

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
At 03:13 PM 3/29/2002, Jonathan Hayward wrote: >Configure is getting an unterminated quoted string when it checks whether make sets >${MAKE}. I've heard about problems with a path "/path/to/foo/" being converted to >"\path\to\foo\" which is not properly terminated. I looked at my environment >v

Re: sendto bug

2002-03-29 Thread David E Euresti
Actually the Single UNIX Specification says: If the socket is connectionless-mode, the message will be sent to the address specified by dest_addr. If the socket is connection-mode, dest_addr is ignored. And since sendto calls either WSASendTo or winsock 1 sendTo that sta

VI and DOS Mode

2002-03-29 Thread Gaurav Khanna
Hi, I installed the cygwin bash shell along with the VIM editor on windows. Now the problem is that it opens up the files in UNIX mode and not in DOS mode. And it saves that way too. I have tried reinstalling the whole thing including the vim editor and specifying DOS as the default file type but

RE: bash.exe on Windows XP

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
Good to know they stand behind their product offering. I've forwarded your message to the list. At 03:37 PM 3/29/2002, you wrote: >Dear cygwin > >After I emailed you last, I called Netburner and, wonder of wonders, they >have just put together a new version of their NDDK which seems to work fine

Re: VI and DOS Mode

2002-03-29 Thread Larry Hall (RFK Partners, Inc)
At 03:36 PM 3/29/2002, Gaurav Khanna wrote: >Hi, > >I installed the cygwin bash shell along with the VIM editor on windows. >Now the problem is that it opens up the files in UNIX mode and not in >DOS mode. And it saves that way too. I have tried reinstalling the whole >thing including the vim edit

inet_ntop support in cygwin?

2002-03-29 Thread Harris, Jeffrey A
I just completed the install and download of all the packages of cygwin. When compiling a program in cygwin I get the following.. gcc -g -Wall -c connect.c connect.c: In function `lookup_host': connect.c:26: warning: implicit declaration of function `inet_ntop' connect.c:26: `INET_ADDRSTRLEN' und

RE: ^C stops ssh with "Killed by signal 2"

2002-03-29 Thread Dr. Carsten Bormann
> Does anyone know why hitting ^C within an ssh session kills ssh instead > of passing the ^C on to the host? I get > > Killed by signal 2 > > Every time. It hasn't always done this. Is there a setting somewhere I > can tweak? Switch off ForwardX11 in your .ssh/config No, I don't know why thi

System Services in PS

2002-03-29 Thread CRuprecht
Hi all, the ps -W command gives me most of the information I need for running processes, except it doesn't list system services. I have looked through the source and it doesn't look it makes any atempts to even go there. Does anybody know of any utility which does that, which is freely available

Corrupt File: Cygwin binutils

2002-03-29 Thread Alan Dobkin
FYI, the following file is corrupt on mirrors.rcn.net: /pub/sourceware/cygwin/latest/binutils/binutils-20011002-1.tar.bz2 It fails both the md5sum and the bzip2 tests, regardless of whether I download it using the Cygwin setup program, http, or ftp directly. It does appear to be okay on othe

ps within DOS

2002-03-29 Thread Brian Warn
As part of a (win32) perl program I'm running, I'm trying to run a system ps command and return to the DOS shell (or whatever the shell is known as in Win2K). From the command line, I can do the following, but I stay in the bash shell: C:> c:\cygwin\cygwin.bat | ps | exit [ ps info here ] my_m

RE: ps within DOS

2002-03-29 Thread Brian Warn
I suppose that I could run this under cygwin's perl ... -Original Message- From: Brian Warn [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 2:54 PM To: '[EMAIL PROTECTED]' Subject: ps within DOS As part of a (win32) perl program I'm running, I'm trying to run a system ps comman

RE: stacktrace from withn an exec upon error condition

2002-03-29 Thread Robert Collins
> -Original Message- > From: Hans Horn [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 30, 2002 1:37 AM > p.s. Do you consider me fish? As I have nipples, I'd rather > be referred to a mammal. Hans, the references to fish in this list are not suggesting that anyone is a fish, but

Re: Printing postscript file

2002-03-29 Thread Charles Wilson
[Sorry if this is a duplicate...mailserver probs...] Try lpr.exe from the cygutils package. --Chuck Larry Hall (RFK Partners, Inc) wrote: > At 01:37 PM 3/29/2002, you wrote: > >>I have a postscript graphics file draw.ps. If I give the command- >>notepad /p draw.ps- it prints few pages of post

Re: ps within DOS

2002-03-29 Thread Michael A Chase
- Original Message - From: "Brian Warn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 14:55 Subject: RE: ps within DOS > I suppose that I could run this under cygwin's perl ... It would certainly be easier if you aren't mixing environment when you don't have t

Re: sendto bug

2002-03-29 Thread Christopher Faylor
On Fri, Mar 29, 2002 at 03:36:23PM -0500, David E Euresti wrote: > >Actually the Single UNIX Specification says: > > If the socket is connectionless-mode, the message will be sent to > the address specified by dest_addr. If the socket is > connection-mode, dest_addr is ignored. >

Re: sendto bug

2002-03-29 Thread Christopher Faylor
On Fri, Mar 29, 2002 at 07:13:29PM -0500, Christopher Faylor wrote: >On Fri, Mar 29, 2002 at 03:36:23PM -0500, David E Euresti wrote: >> >>Actually the Single UNIX Specification says: >> >> If the socket is connectionless-mode, the message will be sent to >> the address specified by dest

Re: ps within DOS

2002-03-29 Thread Jeremy Hetzler
At 02:54 PM 3/29/2002 -0800, Brian Warn wrote: >As part of a (win32) perl program I'm running, I'm trying to run a >system ps command and return to the DOS shell (or whatever the shell is >known as in Win2K). From the command line, I can do the following, but >I stay in the bash shell: > >C:> c:\