Re: [ANNOUNCEMENT] Updated: zsh-4.0.6-3

2003-02-07 Thread BStrohhaecker
Not sure whether it's worth mentioning, but here it is: zprofile and zshell.zsh have DOS-style line-endings. Should be changed to unix format. Kind regards, Bernd -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

[ANNOUNCEMENT] CMake 1.6.3-1

2003-02-07 Thread Bill Hoffman
CMake 1.6.3-1 is now available on Cygwin mirrors. This is a minor release from CMake version 1.6.1, that fixes a few problems with the EXPORT_LIBRARY_DEPENDENCIES command and NOTFOUND variables. Version 1.6 includes a number of new features to help make project management easier. Version 1.6 i

[ANNOUNCEMENT] New package: ioperm-0.3-1

2003-02-07 Thread Marcel Telka
New Cygwin package ioperm-0.3-1 is available for download. This software adds support for ioperm()/iopl() functions to Cygwin. This support includes sys/io.h and sys/perm.h header files (not included in Cygwin by default) together with development and runtime libraries. ==

Re: crontab -u

2003-02-07 Thread Corinna Vinschen
On Thu, Feb 06, 2003 at 03:14:14PM -0500, House, Mark wrote: > When I use cygwin I am automatically logged in as Administrator in = > bash. At the command line I have used "crontab start_extract" to set = > the crontab file and I have used "crontab stop_extract" to set the = > crontab file. I con

RE: awk strangely outputs to file

2003-02-07 Thread Harald Kierer
> From: Chiranth [mailto:[EMAIL PROTECTED]] > On Feb 3, Harald Kierer wrote > >How can awk write Windows-like text files from within the script? > >The only way right now is to redirect the whole output like above. > > perhaps you would like to keep awk working the way it is currently and > ca

RE: [avail for test] libtool-devel-20030121-1

2003-02-07 Thread Ralf Habacker
> You never followed up on that. Rebooting every time need very much time (about 10 minutes for me) and there is an easier way to emulate that. I've written an applications which's allocate any available memory. This removes all cached files' dll's and so one. I had similar problems while inspecti

Re: [ANNOUNCEMENT] Updated: zsh-4.0.6-3

2003-02-07 Thread Dr. Volker Zell
> "BStrohhaecker" == BStrohhaecker <[EMAIL PROTECTED]> writes: BStrohhaecker> Not sure whether it's worth mentioning, but here it is: BStrohhaecker> zprofile and zshell.zsh have DOS-style line-endings. BStrohhaecker> Should be changed to unix format. Also /bin/mkzsh BStrohha

rsh: connection refused.

2003-02-07 Thread lu fang
Hi, all I want to use CVS/SSH on windows2000. I have installed CVS under cygwin. and I set export CVS_RSH=ssh export CVSROOT=":ext:username@host:/var/cvs" but when I try to connect to my cvs repository, I always got the error msg: ssh : connection to host refused. connection failed. Then I

Problems compiling trivial C program.

2003-02-07 Thread Christopher January
I'm having trouble compiling this test program: void f(){} using the command line: gcc test.c -c -o test.o using 1.3.19 or latest Cygwin snapshot (2003-Feb-07) (same error with both) and gcc-3.2-3. The error I see is: 16 bit MS-DOS Subsystem /usr/src/cygwin-cvs/obj The NTVDM CPU has encountere

[ANNOUNCEMENT] Whois 4.6.2-1 available

2003-02-07 Thread Mark Bradshaw
The most recent version of GNU Whois (4.6.2) has been uploaded to sourceware. This fixes the report that whois wasn't working on .org domains. The whois client allows you to query a whois db (RFC-812). Using whois you can get information on a domain name (whois redhat.com), IP addresses (whois 1

Re: Problems compiling trivial C program.

2003-02-07 Thread Max Bowsher
Christopher January wrote: >> I'm having trouble compiling this test program: >> >> void f(){} >> >> using the command line: >> gcc test.c -c -o test.o >> >> using 1.3.19 or latest Cygwin snapshot (2003-Feb-07) (same error with >> both) and gcc-3.2-3. >> >> The error I see is: >> >> 16 bit MS-DOS S

Java on Cygwin (was: TclX and J2SDK)

2003-02-07 Thread David P. Caldwell
Paulus: You wrote: ** I also plan to install J2SDK on Cygwin, can anybody help me with this? I have downloaded the bin file from SUN website, what next? For Java, you'll need to install the Windows version of the SDK, not the Linux version. Since the executables (javac, java, etc.) are native

Can't compile glib with cygwin: Error 139 in make

2003-02-07 Thread Andres Moya
Hello. I'm trying to compile glib 2.2.0 or 2.2.1 in Cygwin, and had some problems. The last one is one that I cannot handle :-P 1) At first place, the compiler complained about not finding libkernel32.a and libuser32.a. I fixed it by declaring the environment variable LDFLAGS=-L/lib/w32api 2) Th

Re: Problems compiling trivial C program

2003-02-07 Thread Keen Wayne A Contr AFRL/MNGG
You might want to do either a: which gcc and gcc -v to see what gcc you are using and where it is coming from... Wayne Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

Re: Problems compiling trivial C program.

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 01:33:40PM -, Christopher January wrote: >I'm having trouble compiling this test program: > >void f(){} > >using the command line: >gcc test.c -c -o test.o > >using 1.3.19 or latest Cygwin snapshot (2003-Feb-07) (same error with >both) and gcc-3.2-3. > >The error I see i

Re: Can't compile glib with cygwin: Error 139 in make

2003-02-07 Thread Max Bowsher
Andres Moya wrote: >> I'm trying to compile glib 2.2.0 or 2.2.1 in Cygwin, and had some >> problems. The last one is one that I cannot handle :-P >> What can I do to continue investigating? Well-asked question, but remember to search the archives. In this case "glib 2.2" should reveal a post

I can't exit emacs

2003-02-07 Thread Stephen Ford
PC + Win 98se + 160Mb Ram + 20Mb free HDD I have just installed Cygwin including the emacs editor (v21.2.1) and discovered that it will not exit. If I press C-x, then C-x- appears at the bottom of the screen. Pressing C-c results in a beep. C-h does nothing. I installed the Cygwin basic docs So

Re: 1.3.20

2003-02-07 Thread Christopher Faylor
On Thu, Feb 06, 2003 at 06:33:51PM +, Jonathan Larmour wrote: >Michael H. Cox wrote: >>don't think that's what I want since I'll be getting changes that have >>occurred since the 1.3.19-1 release. How do I get the versions of w32api, >>newlib, etc. that were used to build 1.3.19-1 out of CVS?

testing accessibility to sources.redhat.com

2003-02-07 Thread Don Sharp
This is a somewhat off topic item. I have been trying for the last three weeks to update my cygwin installation with setup.exe. Unfortunately I can't establish a connection. traceroute (from my linux firewall) and tracert from my NT box both show that the trace reaches a router somewhere in the US

RE: awk strangely outputs to file

2003-02-07 Thread Igor Pechtchanski
On Fri, 7 Feb 2003, Harald Kierer wrote: > > From: Chiranth [mailto:[EMAIL PROTECTED]] > > On Feb 3, Harald Kierer wrote > > >How can awk write Windows-like text files from within the script? > > >The only way right now is to redirect the whole output like above. > > > > perhaps you would like

Re: assimilation cmd towards cygwin/bash

2003-02-07 Thread svartsjel
Nigel Steward wrote: > Time to get used to left-button copy, > middle-button paste. Once you get a > grip on the that, you've been officially > assimilated! :-) > > Put this line in your cygwin.bat... > > rxvt -sl 1000 -rv -geometry 120x30 +sr -e bash -i Hi Nigel! Well, this has nothing to do wit

Re: I can't exit emacs

2003-02-07 Thread Larry Hall (RFK Partners, Inc)
At 10:51 AM 2/7/2003, Stephen Ford wrote: >PC + Win 98se + 160Mb Ram + 20Mb free HDD > >I have just installed Cygwin including the emacs editor (v21.2.1) and >discovered that it will not exit. > >If I press C-x, then C-x- appears at the bottom of the screen. Pressing C-c >results in a beep. > >C-h

Re: GNU Screen

2003-02-07 Thread Igor Pechtchanski
Jurgen, I've been able to compile screen-3.9.13 before with the attached patch. I didn't test the resulting binary too much, though. Just compiled the whole thing again today (with gcc 3.2) by untarring the source tarball, then $ patch -p0 < screen-3.9.13-cygwin.patch $ autoconf $ configure $ ma

Setup: A suggestion

2003-02-07 Thread Jim Drash
The setup program fits my needs well over 90% of the time. I would like to make one suggestion to add a view that would combine the Partial view plus any packages currently "Skipped". This would give us a single view to see all currently installed programs that have updates available and any "ne

Re: assimilation cmd towards cygwin/bash

2003-02-07 Thread Shankar Unni
As long as you don't mind hitting after the ^D, this seems to work: c:\> doskey ^D=exit Now, if you hit ^D (the is unfortunately required), CMD.EXE will exit. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentati

Re: Setup: A suggestion

2003-02-07 Thread Stephen Ford
Jim Good idea. I found Setup a real pain to understand, but once run several times, I found that it does the job very well. I would ask for -: A Help button or a readme to say what it does ( what are the radio buttons for?) Something to say what on earth 'default' means! A resizeable window - i

Re: I can't exit emacs

2003-02-07 Thread Stephen Ford
Larry, Hello... <<..Check if you're running Cygwin's version of Emacs first..>> I assume it is - I've only just installed cygwin and I didn't have emacs prior to the install. <<..check the email archives for the Emacs package announcement..>> Initial searches ("emacs") retrieved so much that I

Re: I can't exit emacs

2003-02-07 Thread Igor Pechtchanski
Stephen, On Fri, 7 Feb 2003, Stephen Ford wrote: > Larry, Hello... > > <<..Check if you're running Cygwin's version of Emacs first..>> > > I assume it is - I've only just installed cygwin and I didn't have emacs > prior to the install. Try "cygcheck -c emacs"... > <<..check the email archives f

Re: testing accessibility to sources.redhat.com

2003-02-07 Thread Elfyn McBratney
> This is a somewhat off topic item. > I have been trying for the last three weeks to update my cygwin > installation with setup.exe. Unfortunately I can't establish a connection. Just a bit ;-) > traceroute (from my linux firewall) and tracert from my NT box both show > that the trace reaches a

Re: I can't exit emacs

2003-02-07 Thread David Robinow
"Stephen Ford" <[EMAIL PROTECTED]> wrote: >Larry, Hello... > ><<..check the email archives for the Emacs package announcement..>> > >Initial searches ("emacs") retrieved so much that I was overwhelmed. Read Larry's advice more closely. Check for words "Announcement" and "emacs". >Google with "

Re: I can't exit emacs

2003-02-07 Thread Stephen Ford
David <<.. Search on "cygwin" "emacs" "environment". It should point you to http://sources.redhat.com/ml/cygwin/2003-01/msg01446.html ..>> Noted. Thanks. <<.. Note2: You need to question whether you really want to run cygwin emacs. NTemacs, Xemacs for Windows, and cygwin Xemacs are all pre

Re: [METOO]: GCC from cvs builds with Feb 7 snapshot

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 12:43:11PM -0600, Gary R Van Sickle wrote: >No more Signal 11's, all is as it should be. HOORAY! I think we have Jonathan Larmour to thank for this. He performed quite a service to cygwin by tracking this problem down. It didn't look like an easy one to fix either. cgf

Re: I can't exit emacs

2003-02-07 Thread Stephen Ford
Igor <<..Try "cygcheck -c emacs"..>> Plain old emacs <<..Try searching the cygwin-announce archives..>> Not used to cygwin-speak ... learning! <<..information there about setting 'tty' in your CYGWIN environment variable..>> Put 'set CYGWIN=tty' in cygwin.bat and now C-x C-c exits emacs. The

MySQL for Cygwin?

2003-02-07 Thread Andrew DeFaria
I was wondering if MySQL was ported to Cygwin. I went to http://cygwin.com/packages/ and typed in mysql and was surprised to see things like exim listed! I also saw Apache mod stuff for MySQL as well as PostgressSQL. What I didn't see is MySQL. I'm wondering how exactly, for instance, the Apach

The Cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Stephen Ford
I was rather surprised at the cumbersome nature of the Cygwin mailing lists. There are difficult to manage, and the fact that all mails appear in your mailbox, whether related to a post or not is, not what I would have expected. The Cygwin environment is very comprehensive, but something as simple

Re: The Cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Igor Pechtchanski
On Fri, 7 Feb 2003, Stephen Ford wrote: > I was rather surprised at the cumbersome nature of the Cygwin mailing lists. > There are difficult to manage, and the fact that all mails appear in your > mailbox, whether related to a post or not is, not what I would have > expected. The Cygwin environmen

Re: Setup: A suggestion

2003-02-07 Thread Jeffery B. Rancier
> "Jim" == Jim Drash <[EMAIL PROTECTED]> writes: > The setup program fits my needs well over 90% of the time. I would like > to make one suggestion to add a view that would combine the Partial view > plus any packages currently "Skipped". This would give us a single view > to

Re: The Cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Randall R Schulz
Stephen, Gmane has a Cygwin list mirroring group. The consensus among the users and especially the doers is that a mailing list suits Cygwin best. This is an old and recurring topic. Please review the copious postings that have gone before. If you have something genuinely new to contribute, th

Re: I can't exit emacs

2003-02-07 Thread David Starks-Browning
On Friday 7 Feb 03, Stephen Ford writes: > Put 'set CYGWIN=tty' in cygwin.bat and now C-x C-c exits emacs. The 'M-x > save-buffers-kill-emacs' works too, but C-h does not. Any further ideas? What do you want C-h to do? Use F1 for help. Regards, David -- Unsubscribe info: http://cygwin.com

Re: I can't exit emacs

2003-02-07 Thread Stephen Ford
David <<..What do you want C-h to do?..>> Info emacs says that it start emacs' help. F1 isn't mentioned - or at least not in the text that I read. Got to admit that F1 never occured to me - add it works too! :-)) Thanks Stephen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: The cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 07:16:31PM -, Stephen Ford wrote: >I was rather surprised at the cumbersome nature of the Cygwin mailing >lists. There are difficult to manage, and the fact that all mails >appear in your mailbox, whether related to a post or not is, not what I >would have expected. Th

Re: testing accessibility to sources.redhat.com

2003-02-07 Thread Don Sharp
Elfyn McBratney wrote: > > > This is a somewhat off topic item. > > I have been trying for the last three weeks to update my cygwin > > installation with setup.exe. Unfortunately I can't establish a connection. > > Just a bit ;-) > > > traceroute (from my linux firewall) and tracert from my NT

Re: assimilation cmd towards cygwin/bash

2003-02-07 Thread svartsjel
Shankar Unni wrote: > As long as you don't mind hitting after the ^D, this seems to > work: > >c:\> doskey ^D=exit > > Now, if you hit ^D (the is unfortunately required), CMD.EXE > will exit. Yes, this seems to work... and there should still be a trick for adding the missing key code to the

Re: assimilation cmd towards cygwin/bash

2003-02-07 Thread Larry Hall (RFK Partners, Inc)
At 03:44 PM 2/7/2003, [EMAIL PROTECTED] wrote: >Shankar Unni wrote: > > As long as you don't mind hitting after the ^D, this seems to > > work: > > > >c:\> doskey ^D=exit > > > > Now, if you hit ^D (the is unfortunately required), CMD.EXE > > will exit. >Yes, this seems to work... and there

Re: testing accessibility to sources.redhat.com

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 08:44:47PM +, Don Sharp wrote: > > >Elfyn McBratney wrote: >> >> > This is a somewhat off topic item. >> > I have been trying for the last three weeks to update my cygwin >> > installation with setup.exe. Unfortunately I can't establish a connection. >> >> Just a bit ;

Re: I can't exit emacs

2003-02-07 Thread Aldi Kraja
Hi, I had time that had seen the problem of not exiting emacs of cygwin. So instead of its interface that is too plain, I created a symbolic link to cygwin and I invoke the xemacs PC version. Also I would like to say to whom is working on Xfree that they have done tremendous job on their emacs,

Re: I can't exit emacs

2003-02-07 Thread Joe Buehler
Aldi Kraja wrote: I had time that had seen the problem of not exiting emacs of cygwin. So instead of its interface that is too plain, I created a symbolic link to cygwin and I invoke the xemacs PC version. Also I would like to say to whom is working on Xfree that they have done tremendous job

RE: I can't exit emacs

2003-02-07 Thread Salvo
>I have just installed Cygwin including the emacs editor (v21.2.1) and >discovered that it will not exit. If I press C-x, then C-x- appears at the bottom of the screen. Pressing C-c results in a beep. Any ideas? I've tried this one: F10 f e And emacs exit. Cheers -- Unsubscribe info:

Re: The cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Rui Carmo
On Sexta, Fev 7, 2003, at 20:33 Europe/Lisbon, Christopher Faylor wrote: I see that the announcement of the gmane cygwin newsgroup has fallen off the bottom of the main cygwin web page so I can't in good conscience use my usual "use the web page" rebuke. The first thing that crossed my mind wh

Re: The cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Igor Pechtchanski
On Fri, 7 Feb 2003, Rui Carmo wrote: > On Sexta, Fev 7, 2003, at 20:33 Europe/Lisbon, Christopher Faylor wrote: > > > I see that the announcement of the gmane cygwin newsgroup has fallen > > off the bottom of the main cygwin web page so I can't in good > > conscience use my usual "use the web page

RE: The cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Robb, Sam
> > P.S.: anyone know of a good (free) NFS client for Windows XP, btw? > > That's the only thing he's missing so far. I have to point out that all I'm working on right now is the server end of things. If you know of an existing NFS client, though, you might be able to get it working under cygwin

Re: The cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 06:05:38PM -0500, Igor Pechtchanski wrote: >On Fri, 7 Feb 2003, Rui Carmo wrote: >>On Sexta, Fev 7, 2003, at 20:33 Europe/Lisbon, Christopher Faylor wrote: >>>I see that the announcement of the gmane cygwin newsgroup has fallen >>>off the bottom of the main cygwin web page s

Re: The cygwin mailing lists are rather archaic and cumbersome aren't they...?

2003-02-07 Thread Elfyn McBratney
> ...I can say "I fail to understand how > you missed the obvious link on the main web page". > > Heh, heh, heh. Mean? You bet. > > cgf LOL! Everybody, He's back and boy is he mean ;-) Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.

one solution for sshd/cygrunsrv win32 error 1062

2003-02-07 Thread Evers Ding
Hello, As with many others on this list, I've encountered the following seemingly inexplicable message cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. ...when trying to start sshd (OpenSSH_3.5p1) on Win2K after installing per th

RE: MySQL for Cygwin?

2003-02-07 Thread Salvo
>Question: Where did you get the MySQL 4 beta? www.mysql.com I've got mysql for Windows, not for CygWin, obviously, but it works with Apache inside CygWin. Cheers salvo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Docum

Re: one solution for sshd/cygrunsrv win32 error 1062

2003-02-07 Thread Larry Hall (RFK Partners, Inc)
At 06:47 PM 2/7/2003, Evers Ding wrote: >Hello, > >As with many others on this list, I've encountered >the following seemingly inexplicable message > > cygrunsrv: Error starting a service: >QueryServiceStatus: Win32 error 1062: > The service has not been started. > >...when trying to start

mod_php4

2003-02-07 Thread Uwe Mayer
Hi, there have been some problems installing mod_php4 with apache, using setup.exe. i had the problem previously and here is how you can install php anyways: what happens is that setup.exe installs mod_php4, returns and nothing. php doesn't work. what i did was: extract the libphp4.dll from your

mod_auth_ntsec

2003-02-07 Thread Uwe Mayer
Hi, I just mentioned the problem with mod_php4, the same applies to mod_auth_ntsec. However this time I extracted the mod_auth_ntsec.dll directly to /lib/apache/new and re-run: $ ./apache-mod_auth_ntsec.sh.done [activating module `ntsec_auth' in /etc/apache/httpd.conf] cp mod_auth_ntsec.dll /usr

'hostname' now returns lower case

2003-02-07 Thread Lynn Wilson
I'm now running cygwin 1.3.19-1. I've recently noticed that a bash script that previously worked is failing. The problem is that the 'hostname' command used to return an upper case machine name. It now returns a lower case name. Which is correct? I modified my script to accept either case.

Re: GCC 3.3-Signal 11

2003-02-07 Thread Kelley Cook
[This followup was posted to gmane.comp.gcc.devel and a copy was sent to the cited author.] In article , [EMAIL PROTECTED] says... > > This is where the fault is at. > > > > > for f in $gf; do \ > ech

Re: GCC 3.3-Signal 11

2003-02-07 Thread Kelley Cook
[This followup was posted to gmane.comp.gcc.devel and a copy was sent to the cited author.] In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > It's not a GCC problem. > > Cygwin 1.3.19 added in support for vasprintf (previously GCC > would use the version included in libiberty). >

[METOO]: GCC from cvs builds with Feb 7 snapshot

2003-02-07 Thread Gary R Van Sickle
No more Signal 11's, all is as it should be. HOORAY! -- Gary R. Van Sickle Braemar Inc. 11481 Rupp Dr. Burnsville, MN 55337 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html F

Re: [avail for test] libtool-devel-20030121-1

2003-02-07 Thread Charles Wilson
Okay, using a more 'fair' metric on speed (don't throw a lot of 'unknowns' at the libid() function; libtool presumably will only present things that IT believes are libraries or DLLs for identification. Unless the user mis-specifies something. So, using THIS test routine, which only grabs .dll