Re: emacs on cygwin

2002-10-10 Thread David Starks-Browning
emote shell > > > >>works fine. > > > >To be exact, I know that there is now a Cygwin version of GNU Emacs, that > >XEmacs does not have a (setup.exe) Cygwin package, and that those URLs work. > >However, I don't the status of GNU Emacs or NT Emacs in a r

Re: emacs on cygwin

2002-10-10 Thread David Starks-Browning
On Thursday 10 Oct 02, Bjoern Kahl AG Resy writes: > > However, I don't use the Cygwin port of Emacs (yet?), so I also do not > > know the status of using "emacs -nw" from a remote shell. > > > > Has anyone tried this? Does it work? > > I have installed Cygwin including the GNU-emacs package of

Re: Cannot compile my first Cygwin program

2002-10-30 Thread David Starks-Browning
On Wednesday 30 Oct 02, Janos Blazi writes: > Now everything works. > ... > and I could compile my test.cpp. Congratulations. Now for the next lesson: don't call your test application "test" (or test.exe). You will probably have difficulty distinguishing it from the bash shell builtin "test" an

ssh-add fails on win98 w/ cygwin1.dll 1.3.14,15

2002-11-07 Thread David Starks-Browning
Greetings, With cygwin-1.3.13 on Win98, these work great, and I use them all the time: bash$ eval `ssh-agent` bash$ ssh-add But since 1.3.14, and still with 1.3.15, ssh-add fails with: Could not open a connection to your authentication agent. When I run ssh-add under st

rxvt dosn't read .Xdefaults.

2002-11-12 Thread David Starks-Browning
On Tuesday 12 Nov 02, Fletcher, Bob (GEAE, EB&TS) writes: > Greetings, > I'm running rxvt 2.7.2 and It's not reading my .Xdefaults Yes it does, but you need to get the entries right. > I added these lines to my .Xdefaults ( Note that bash recognizes how to expand > ~) > > ~ > cat ~/.Xdefa

Not just X (Was: Cygwin Emacs-X uses 99% of cpu)

2002-11-13 Thread David Starks-Browning
I also observe emacs spinning. I see it with both emacs and emacs-nox. I also see it on an old cygwin non-X build of xemacs-21.5. So it's not strictly related to X. (Except that it is very easily triggered by emacs + X.) I observe it in cygwin-1.3.15-1 and 1.3.15-2. It all goes away if I rever

Not just X (Was: Cygwin Emacs-X uses 99% of cpu)

2002-11-13 Thread David Starks-Browning
On Wednesday 13 Nov 02, David Starks-Browning writes: > I also observe emacs spinning. I see it with both emacs and > emacs-nox. I also see it on an old cygwin non-X build of xemacs-21.5. > So it's not strictly related to X. (Except that it is very easily > triggered by e

winsup/cygwin ChangeLog autoload.cc cygthread. ...

2002-11-13 Thread David Starks-Browning
> Modified files: > cygwin : ChangeLog autoload.cc cygthread.cc >exceptions.cc fhandler_console.cc >fhandler_serial.cc fhandler_tty.cc miscfuncs.cc >pinfo.cc sched.cc sigproc.cc thread.cc tty.cc > > Log messa

later w32api package required to build cygwin

2002-11-14 Thread David Starks-Browning
Greetings, I've been attempting to build cygwin1.dll from within Cygwin. I checked out winsup from cvs, and am building in a separate directory. It fails because my installed /usr/include/w32api/winioctl.h (from the w32api-2.0-1 package) is out of date compared to that in cvs (winsup/w32api/incl

patched cygwin emacs available (for signal looping problem)

2002-11-14 Thread David Starks-Browning
Joe, Good work! This fixes the problem for me. I tried emacs.exe with X and was not able to get it to spin. Thanks very much! David On Thursday 14 Nov 02, Joe Buehler writes: > Would those people having a problem with the Cygwin emacs > going into an infinite signal loop please try testing th

patched cygwin emacs available (for signal looping problem)

2002-11-14 Thread David Starks-Browning
would not fail the *one time* I mistakenly thought I was running your new test version. Crazy. These tests, in which both versions of emacs.exe spin, were with the latest cygwin1.dll snapshot (2002-11-13). Regards, David On Thursday 14 Nov 02, David Starks-Browning writes: > Joe, > >

Re: patched cygwin emacs available (for signal looping problem)

2002-11-14 Thread David Starks-Browning
On Thursday 14 Nov 02, Christopher Faylor writes: > On Thu, Nov 14, 2002 at 10:31:09AM -0500, Joe Buehler wrote: > >Would those people having a problem with the Cygwin emacs > >going into an infinite signal loop please try testing the > >new emacs binaries that can be found at the following locatio

Re: patched cygwin emacs available (for signal looping problem)

2002-11-14 Thread David Starks-Browning
On Thursday 14 Nov 02, Christopher Faylor writes: > >> There is a new cygwin snapshot which *may* fix this behavior, too. > >> Please try it. > > > >No, I tried it, it does not help. > > Well, that's wonderful. One report of "It works, sort of" and one of > "It doesn't fix the problem 100%". Not

Re: later w32api package required to build cygwin

2002-11-14 Thread David Starks-Browning
On Thursday 14 Nov 02, Igor Pechtchanski writes: > See http://cygwin.com/ml/cygwin-developers/2002-11/msg00045.html Actually, I'm not convinced this is correct. I'm investigating. Unfortunately each iteration takes quite a while on my lowly PII-300 laptop. Regards, David -- Unsubscribe info:

Re: later w32api package required to build cygwin

2002-11-14 Thread David Starks-Browning
On Thursday 14 Nov 02, Brian Keener writes: > Igor Pechtchanski wrote: > > See http://cygwin.com/ml/cygwin-developers/2002-11/msg00045.html > > Igor > > -- > > > Actually I just responded to that - tried it on w2k and still no go - see > http://cygwin.com/ml/cygwin-developers/2002-11/msg00048.htm

Emacs spin-loop in X -- fixed with cygwin1-20021114.dll snapshot

2002-11-15 Thread David Starks-Browning
Thanks so much Chris! This seems to have done the trick. I've been banging on /usr/bin/emacs in X11 with the 20021114 snapshot and I have not been able to lock it up. I will keep trying (I've been fooled before) but it looks rock solid. Gratefully, David > Modified files: > cygwin

emacs lockup w/ TERM = linux

2002-11-15 Thread David Starks-Browning
On Friday 15 Nov 02, Bill Priest writes: > I've tried this with the cygwin1-20021114.dll.bz2 > snapshot as well as the net release. Are you sure that you're using the 2002-11-14 snapshot? Did you rename it to cygwin1.dll, replacing the previous one? Because that snapshot fixes all those problems

emacs lockup w/ TERM = linux

2002-11-15 Thread David Starks-Browning
On Friday 15 Nov 02, Bill Priest writes: > All, > Another piece of the puzzle. > > if TERM = linux inside rxvt (windows version) then > emacs hangs while loading the lisp files; status line > freezes on "Loading international/mule-cmds..." OK, there is indeed something wierd going on with TER

Mirrors very slow?

2002-11-16 Thread David Starks-Browning
On 16 Nov 02, Henry S. Thompson writes: > Am I the only one who has found the mirrors very slow to get synced > lately? None of the recently announcement packages are available at > any of the mirrors I've checked, and over the last few weeks it's > sometimes taken two or three days for things to

later w32api package required to build cygwin

2002-11-16 Thread David Starks-Browning
Thanks Chris, your new gcc package makes it possible to build Cygwin from cvs, using Cygwin on Windows 98. VERY impressive. Nice work Cygwinners! Regards, David On Thursday 14 Nov 02, David Starks-Browning writes: > Greetings, > > I've been attempting to build cygwin1.dll from

Re: cygwin release

2002-11-17 Thread David Starks-Browning
On Sunday 17 Nov 02, Igor Pechtchanski writes: > On Sun, 17 Nov 2002, Lapo Luchini wrote: > > > Dennis Lubert wrote: > > > > > just saw the new cygwin release, and since I don't know who to ask, I > > > ask you ;) Is there any other shell, oder shell-like program I can use > > > cygwin with ? I us

Re: cygwin release

2002-11-18 Thread David Starks-Browning
On Sunday 17 Nov 02, Igor Pechtchanski writes: > Thanks for the prompt response. I realized that he asked for a better > window, that's why I tried searching for both. > For the future, though, would sending a patch to winsup/doc/faq.texinfo > instead make your job easier, or harder? Patches are

ls problem

2002-11-18 Thread David Starks-Browning
On Monday 18 Nov 02, Carlo Florendo writes: > Hello, > > I've been using cygwin for 3 years now and last week, I downloaded the > latest cygwin from one of the mirrors and everything in well except for one > problem. I noticed that whenever I type 'ls -', the output gets delayed for > a few secon

Re: ls problem

2002-11-22 Thread David Starks-Browning
Carlo, Do you have any anti-virus software running? 'ls -l' has to open each file, and this typically triggers your AV software to scan it. Depending on your AV product, and how you have configured it, this might explain unusual delays. If you do have AV software running, try repeating the tests

Newbie setup question

2002-11-29 Thread David Starks-Browning
On Friday 29 Nov 02, [EMAIL PROTECTED] writes: > My appologies for this simple question. Please let me know if this is the > wrong place to ask, but I've been struggling with this for some time now... > > I'm trying to use GCC for Palm programming. I followed the "Installing > prc-tools on MS Wi

FAQ now misleads about cygcheck output

2002-12-02 Thread David Starks-Browning
On Sunday 1 Dec 02, Jason C. Johnston writes: > For the Cygwin FAQ maintainer: > > Quoted from the FAQ under "Posting Guidelines" -- > > Details about your Cygwin setup, accomplished by pasting the > output of 'cygcheck -s -v -r' into your message. (Do not send the > output as a file

Re: FAQ now misleads about cygcheck output

2002-12-03 Thread David Starks-Browning
On Monday 2 Dec 02, Igor Pechtchanski writes: > I submitted a patch for this a while ago, but it didn't seem to make it > into the FAQ... Any news on that? I haven't gotten to it yet, sorry. Perhaps tonight. Thanks, David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Bugs in Rsync?

2003-01-14 Thread David Starks-Browning
On Monday 13 Jan 03, Michael Hipp writes: > I'm trying to use Rsync to back up this system to a remote across the > network. I'm butting my head against 2 probs: > > - When rsync is given a source of /, it absolutely refuses to descend into > /cygdrive. It's as if the -x (one fs only) is set. I t

Re: Emacs Problem

2003-01-15 Thread David Starks-Browning
Scott, You don't say anything about: - whether you mean emacs to an X display or "emacs -nw" aka "emacs-nox" - assuming the latter, whether in the standard Cygwin command window, or rxvt. I don't think you'll have this problem in rxvt (I don't). If a standard command window, does Randall's

RE: SIGINT to bash behaves differently in rxvt as compared to console

2003-01-22 Thread David Starks-Browning
On Wednesday 22 Jan 03, [EMAIL PROTECTED] writes: > Igor, > > Cheers - but I just tried that and it didn't have any effect. That variable > is not set by default in either the console or rxvt. > > Bummer. > > Duncan. Did you set CYGWIN before starting *any* Cygwin programs? Put it in your syst

Re: SSH and Home

2003-01-27 Thread David Starks-Browning
On Monday 27 Jan 03, Thorsten Kampe writes: > >>> I'm logged onto a W2K machine as 'Kevin Jones' [...] > >> > >> Don't do that, it's going to bring you nothing but trouble. Change > >> your username so it doesn't contain spaces. > > > > FYI, there was a long discussion on the list some months ago

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

Can't set mark in emacs

2003-02-12 Thread David Starks-Browning
On Wednesday 12 Feb 03, Mike Robertson writes: > I just installed cygwin on my NT 4.0 system. I have tried using the shell > based emacs and am having some problems. > First I couln't use the C-x C-c command to exit. I figured that out > (CYGWIN=tty), but I am still having some problems with sett

cygdrive

2003-02-12 Thread David Starks-Browning
On Wednesday 12 Feb 03, Maurício writes: >Hi, > >Why can't we see /cygdrive with ls in /, and also can't see it using > word completion in bash (i.e., typing cd /cyg and pressing tab)? > >Thanks, >Maurício I guess this belongs in the FAQ. (It's not there already?) /cygrive is

Re: Why the rash of people bypassing setup.exe to install?

2003-02-17 Thread David Starks-Browning
On Saturday 15 Feb 03, andrew clarke writes: > ... > Section 2 of the FAQ might also put people off using Setup because it's > described as a "work-in-progress" and seemingly a bit of a moving target. I'll see if I can make this sound less off-putting. But I also agree with Chris, that the people

Re: cron and network drives

2003-02-17 Thread David Starks-Browning
On Friday 14 Feb 03, Larry Hall (RFK Partners, Inc.) writes: > >>We need an entry in the FAQ about the inaccessiblity of network shares > >>from Cygwin run services. > > > > > > FWIW, it's in the User's Guide: > > > > Igor > > T

a2ps

2003-02-17 Thread David Starks-Browning
On Monday 17 Feb 03, Ajay Simha writes: > hi, > > I tried to run configure on a2ps-4.13 and get this error: > > [asimha@ASIMHA-W2K /tmp/a2ps-4.13]$ ./configure > ... > checking for flex... no > checking for lex... no > checking for flex... ${SHELL} /tmp/a2ps-4.13/auxdir/missing --run flex > check

Username with space in it

2003-02-18 Thread David Starks-Browning
On Tuesday 18 Feb 03, David Rasmussen writes: > My Windows user name is "David Rasmussen". I've found > that some things choke on the space in the user name, > for example bootstrapping gcc. So I would like to use > another name, "david" as my username. Can that be > done? And how? Do you really n

rxvt dialog at shutdown suggests failure to exit due to ssh-agent?

2003-02-20 Thread David Starks-Browning
On Wednesday 19 Feb 03, Jim Kleckner writes: > Consistently when I shutdown Win2K I get a dialog > asking to end an rxvt process: > End Program: rxvt0510 > Windows cannot end this program. It may need > more time to complete an operation. ... > End Now/Cancel > > I launch rxvt

Re: rxvt dialog at shutdown suggests failure to exit due to ssh-agent?

2003-02-20 Thread David Starks-Browning
On Thursday 20 Feb 03, Jim Kleckner writes: > Thank you for the suggestion. > > David Starks-Browning wrote: > > > On Wednesday 19 Feb 03, Jim Kleckner writes: > [snip] > > If *all* shells source that line, then you have the problem that the > > first one to ex

Re: GPL Violation

2003-02-20 Thread David Starks-Browning
On Thursday 20 Feb 03, Frédéric L. W. Meunier writes: > Corinna Vinschen wrote: > > >> I make cygwin1.dll.bz2 available so that people can run the > >> static binaries. > > > If you provide the Cygwin DLL in binary form, you must > > provide the sources of that version as well. > > Would a link

toggling DOS versus UNIX line ends

2003-02-21 Thread David Starks-Browning
On Friday 21 Feb 03, Rich DeFuria writes: > Hello, > > I am (happily) running cygwin on a win2k box. > > During installation, I chose the DOS line end option; big mistake! > > Now I want to change the setting to UNIX line ends. > > How do I toggle that setting? > > BTW, I have read the cygwin

1.3.20 most recent upgrades : rxvt creates 100% load on CPU

2003-02-21 Thread David Starks-Browning
On Friday 21 Feb 03, [EMAIL PROTECTED] writes: > Hello, list, > > I was experimenting with emacs, found out about C-h and Backspace > problem, and then, in suggestion to found answers, I decided to try > rxvt. > > rxvt seems to have a load problem, however. I haven't found anything > in the maili

Re: toggling DOS versus UNIX line ends

2003-02-21 Thread David Starks-Browning
On Friday 21 Feb 03, Igor Pechtchanski writes: > You can re-run Setup and switch that setting (without installing any > packages, just set all to "Keep" or "Skip", unless you want to upgrade at > the same time). I didn't think of that. I should add it to the FAQ. Thanks, David -- Unsubscribe i

Re: Why the rash of people bypassing setup.exe to install?

2003-02-21 Thread David Starks-Browning
On Monday 17 Feb 03, David Starks-Browning writes: > On Saturday 15 Feb 03, andrew clarke writes: > > ... > > Section 2 of the FAQ might also put people off using Setup because it's > > described as a "work-in-progress" and seemingly a bit of a moving target. &g

ssh-add could not open connection

2003-02-24 Thread David Starks-Browning
On Sunday 23 Feb 03, Matt writes: > I am running cygwin on WinXP I am having trouble with > ssh-agent not being able to establish the > SSH_AUTH_SOCK and SSH_AGENT_PID environment variables. > then when i go to run ssh-add it can't find the > authentication agent. I know this is the problem > bec

Re: ssh-add could not open connection

2003-02-24 Thread David Starks-Browning
Please keep this on the list. On Monday 24 Feb 03, Matt writes: > nope, sorry, i forgot to mention i tried that having > seen it in posts. i tried it again and here's what i > get > > $ eval 'ssh-agent' These are the wrong quotes. > SSH_AUTH_SOCK=/tmp/ssh-HKmR3576/agent.3576; export > SSH_AUTH

Cygwin crashes on .Net Server 2003 with Terminal Services enabled

2003-02-24 Thread David Starks-Browning
On Monday 24 Feb 03, Christoph Hense writes: > I try to use cygwin on a .Net Server 2003 RC2 with Terminal Services > enabled. > > However none of the cygwin tools work. That's too bad... > ... > > Does anyone have any idea? Please don't ask anyone to look at this until after .Net Server is fo

1.30 gcc cannot exec \'cc1\'

2003-02-24 Thread David Starks-Browning
On Monday 24 Feb 03, [EMAIL PROTECTED] writes: > > Hi > > I am trying to compile ORCA (www.orcaware.com) under cygwin and get an error under > configure. I have traced the error to gcc under cygwin. > gcc -v --help gives: You've got a bit of learning to do if you think the Cygwin mailing list w

RE: upgrading broke cygwin?

2003-02-24 Thread David Starks-Browning
On Monday 24 Feb 03, Val Schmidt writes: > Yes, this has caused much trouble. > > I'm assuming I must create a new XP account to that of a single word > username, and then change that in the cygwin passwd file. Would a reasonable > procedure be something like the following: Did you read the FAQ

gcc problem with filename case insensitivity

2003-02-24 Thread David Starks-Browning
Greetings, I have a problem which I realise comes from Windows' being case-insensitive with filenames. Even so, maybe someone here knows how to solve it. Suppose I have this source file: #include #include "String.h" int main() { // some stuff } and I

Re: gcc problem with filename case insensitivity

2003-02-25 Thread David Starks-Browning
On Monday 24 Feb 03, Elfyn McBratney writes: > > ... > > and I compile with "gcc -Imy/include/dir sourcefile.c" where > > String.h lives in my/include/dir. > > > > GCC uses my/include/dir/String.h to satisfy the directive. > > I just tried this with "check_case:strict" in my CYGWIN environment >

Re: Cygwin crashes on .Net Server 2003 with Terminal Services enabled

2003-02-25 Thread David Starks-Browning
On Tuesday 25 Feb 03, Thorsten Kampe writes: > > cygwin works like a charm on my .NET Standard Server 2003 RC2 with remote > > desktop enabled. > > I tried it myself and it is definitely "Terminal Services" that make > Cygwin fail. In a few months there will be dozen of questions like > "Cygwin

CD/DVD writers

2003-02-26 Thread David Starks-Browning
On Wednesday 26 Feb 03, Maurício writes: >Hi, > >Is it possible to write CD or DVDs using cygwin (obviously, giving > that I have the appropriate equipment working under windows)? Try . It might wo

Re: Setup "Download from Internet" Question

2003-02-27 Thread David Starks-Browning
On Thursday 27 Feb 03, BB writes: > As a followup question, In order to create a CD to install from, would it be > better to simply ftp the files from one of the mirror sites. Yes. > What would the > correct directory structure have to be for setup to install from the > d:\cygwin-setup as a loca

Re: gcc Core Dump

2003-03-06 Thread David Starks-Browning
On Thursday 6 Mar 03, Max Bowsher writes: > [EMAIL PROTECTED] wrote: > > Hi, > > > > I'm a newbie in programming under Cygwin, and I have a very basic > > problem with gcc: > > Any help is appreciated. > > OK, right mailing list this time, but, as I said in my previous reply, it > works fine for m

Re: gcc Core Dump

2003-03-06 Thread David Starks-Browning
On Thursday 6 Mar 03, [EMAIL PROTECTED] writes: > > cygcheck -c gcc > Cygwin Package Information > Package Version > gcc 3.2-1 Have you tried using setup to update the gcc package to the latest available? What does "uname -a" say? Regar

Re: gcc Core Dump

2003-03-06 Thread David Starks-Browning
On Thursday 6 Mar 03, [EMAIL PROTECTED] writes: > uname -a says: > CYGWIN_NT-5.0 ZWG15-0274 1.3.15(0.63/3/2) 2002-11-06 22:41 i686 unknown ^^ This is rather old. I would upgrade the Cygwin package first. David -- Unsubscribe info: http://cygwin.com/ml/#unsub

Permission denied calling configure on Win95

2003-03-06 Thread David Starks-Browning
On Thursday 6 Mar 03, karim Hamed-Abdelouahab writes: > Hi, > I've just installed cygwin (version 1.95) Huh? There is no such thing. Where did you get it? David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: gcc Core Dump

2003-03-06 Thread David Starks-Browning
> just that the installation has crashed my bash installation (I had > [EMAIL PROTECTED] before...) It "crashed your bash installation"? Poor choice of words. You mean your user name is not displayed properly. Look at the mkpasswd command (mkpasswd --help) and possibly regenerate your /etc/pass

Re: Permission denied calling configure on Win95

2003-03-06 Thread David Starks-Browning
On Thursday 6 Mar 03, Christopher Faylor writes: > Before you do that, however, you might want to try this: > > cd / > chmod -R a+r . > chmod -R a+x bin sbin usr/sbin usr/local/bin lib/gcc-lib > > If you get errors from the "a+x" line above that's ok. This needs to get into the FAQ. But first I

undefined reference to `___w32_sharedptr_initialize'

2003-03-06 Thread David Starks-Browning
On Thursday 6 Mar 03, Jean-Luc Vay writes: > I have just updated cygwin on a Windows2000 pc and recompiled a code. > At the linking phase, I now get the following error message: > > gcc -shared -Wl,--enable-auto-image-base -Wl,--export-all-symbols \ > -Wl,--allow-multiple-definition \ > -o warpC.d

Re: libtool 20030216: problem recognizing import libraries

2003-03-07 Thread David Starks-Browning
On Friday 7 Mar 03, Teun Burgers writes: > I've found the culprit. I installed the perl LWP module which > installs a HEAD script that fetches the header of an URL. > On unix HEAD and head are different but on cygwin having > both HEAD and head.exe along the path causes a problem... Would CYGWIN=c

chmod not working on Win98

2003-03-08 Thread David Starks-Browning
On Saturday 8 Mar 03, Greg Matheson writes: > When I installed fetchmail-6.2.2.1, fetchmail started refusing to > use my .fetchmailrc. I think the requirement that permissions be > 600 on it is new. > > However when I tried chmodding it to 600, it stays at 644 This is in the FAQ. David -- Unsu

RE: Is the Cygwin 1.3.2 DLL Win 2000 compatible?

2002-03-01 Thread David Starks-Browning
On Thursday 28 Feb 02, Larry Hall (RFK Partners, Inc) writes: > David (Starks-Browning), do you think it's necessary to update this > FAQ entry so that it's clear that the Cygwin DLL has historically supported > the then released versions of Windows? Larry, I don't unde

install freeze in win2k

2002-03-01 Thread David Starks-Browning
On Thursday 28 Feb 02, Ling F. Zhang writes: > I am just try to install cygwin in my win2k machine. > I selected everything after some serious > mouse-clicking...and after it downloaded everything, > it starts to install and my computer is dead frozen > when it try to install gcc-lib*anyone h

RE: Is the Cygwin 1.3.2 DLL Win 2000 compatible?

2002-03-03 Thread David Starks-Browning
On Friday 1 Mar 02, Larry Hall (RFK Partners, Inc) writes: > Perhaps. It's an esoteric one. The original poster of this question wanted > to know if Cygwin 1.3.2 would work with Win2000. I replied with the FAQ > entry that says Cygwin works with 9x/Me/NT/W2K/XP. The reply I got back > from t

RE: "start" for Cygwin

2002-03-03 Thread David Starks-Browning
On Saturday 2 Mar 02, Stephan Mueller writes: > Note though, that on Win9x, start is a standalone file (I forget if it's > start.exe or start.com) on the path. > Cygwin still supports 9x, so fears about consternation in some quarters > still apply (it's just that they're different quarters than Ch

RE: "start" for Cygwin

2002-03-03 Thread David Starks-Browning
On Sunday 3 Mar 02, Robert Collins writes: > I think cygstart or something like that will eliminate the potiential > for touble. Indeed, that would solve it! David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentatio

Make is missing on setup

2002-03-04 Thread David Starks-Browning
On Monday 4 Mar 02, Alexandre Kazantsev writes: > Hi, > > I'm new here, and I'm not a Unix programmer. There is a problem with the > Cygwin installation from the Web using the Setup program. For my purpose, > the Cygwin is supposed to be a shell for the PRC-Tools development chain, > and it occur

cygwin1.dll 1.3.10 release

2002-03-05 Thread David Starks-Browning
On Monday 4 Mar 02, Luis Escobar writes: > Hello > > New dll cause error at connect from remote terminal. I get the same error. I checked all the snapshots at and found that the problem first appears with the cygwin1-20020219.dll snapshot. Does that help isolate

Re: Telneting/ftping to cygwin

2002-03-11 Thread David Starks-Browning
On Monday 11 Mar 02, Corinna Vinschen writes: > On Mon, Mar 11, 2002 at 10:18:47AM +, John Beranek wrote: > > Corinna Vinschen wrote: > > >On Fri, Mar 08, 2002 at 04:05:01PM +, Don Sharp wrote: > > > > > >>I can confirm that there is a problem. I telnetted from a linux box to > > >>my cygw

ssh to windows (cygwin) host --- shell not a tty?

2002-03-13 Thread David Starks-Browning
On 12 Mar 02, [EMAIL PROTECTED] writes: > I can SSH to my cygwin on XP host no problem. > I tried to run 'emacs -nw', and got: > > emacs: standard input is not a tty > > Um... is this something I can fix? No(*). Use 'xemacs -nw' instead. You can build xemacs from source or download a

Re: Any chance of upping MAX_DELQUEUES_PENDING?

2002-03-18 Thread David Starks-Browning
> See the FAQ entry: > > Why do I get a message saying Out of Queue slots? > http://cygwin.com/faq/faq_4.html#SEC65 > > It's an oldie but a goodie! ;-) Which suggests I should remove the warning about it possibly being out of date. I'll fix that. Thanks for the reference. David (Cygwin FAQ m

Re: Start up script

2002-03-18 Thread David Starks-Browning
I think clever (or not so clever) examples of .bashrc or whatever are off-topic for this list, unless it is something specifically relevant to Cygwin. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

RE: Not all mans available

2002-03-19 Thread David Starks-Browning
On Tuesday 19 Mar 02, Robert Mark Bram writes: > Hi Mark! > > >So I guess that the right thing to do would be for the > >postinstall script for each package that includes info files > >to run install-info. Looks like many don't, including diff > >which doesn't have any postinstall script. So as

Re: Telneting/ftping to cygwin

2002-03-19 Thread David Starks-Browning
On Monday 18 Mar 02, Christopher Faylor writes: > On Mon, Mar 11, 2002 at 01:54:48PM +0000, David Starks-Browning wrote: > >On Monday 11 Mar 02, Corinna Vinschen writes: > >> On Mon, Mar 11, 2002 at 10:18:47AM +, John Beranek wrote: > >> > Corinna Vinschen wrote

Re: Telneting/ftping to cygwin

2002-03-20 Thread David Starks-Browning
n or off, when I login, via the NT console, to my domain user account. Here are excerpts from my /etc/passwd and /etc/group files: /etc/group ~~ Everyone:S-1-1-0:0: None:S-1-5-21-2063797194-1668831906-355810188-513:513: Users:S-1-5-32-545:545: Domain Users:S-1-5-21-1516261886-1165125591-5

RE: Emacs for cygwin?

2002-03-20 Thread David Starks-Browning
On Thursday 21 Mar 02, Robert Mark Bram writes: > I take that back - I have found references to Emacs, but can anyone point me > in the right direction for a download site (hopefully with a few > instructions)? Since GNU Emacs is not a Cygwin application, such a query is off-topic for this list.

scp leaves ssh running on win98

2002-03-20 Thread David Starks-Browning
In the "Known Problems" section of the Cygwin FAQ, it used to read: - Fixed in the Next Release - On Win9x, scp and cvs/ssh leave ssh processes running, and cvs/ssh hangs at completion. In fact, cvs+ssh no longer leaves ssh processes running, and no longer hangs at compl

./config -luser32 error, but libuser32.a is in the usr/lib/w32apidirectory

2002-03-20 Thread David Starks-Browning
Ouch. Get rid of the old cygwin1.dll. This is in the FAQ. On Wednesday 20 Mar 02, Luke J Crook writes: > And lastly... > > ** > 751k 2002/02/25 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > "cygwin1.dll" v0.0 ts=2002/2/25 8:14 >

new FAQ entry for GNU Emacs

2002-03-20 Thread David Starks-Browning
There is a new FAQ entry about GNU Emacs and Cygwin, addressing the common questions. In addition, it tells you where to find cygwin-mount.el, by Klaus Berndl. This bit of elisp makes Emacs aware of your Cygwin mount table. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: Telneting/ftping to cygwin

2002-03-21 Thread David Starks-Browning
On Wednesday 20 Mar 02, Christopher Faylor writes: > On Wed, Mar 20, 2002 at 10:10:53AM +0000, David Starks-Browning wrote: > >ntsec on > > > >uid=11024(starksb) gid=10513(Domain Users) >groups=0(Everyone),545(Users),10513(Domain Users) > > > >ntsec o

GCC problem

2002-03-21 Thread David Starks-Browning
On Thursday 21 Mar 02, Mike Hayden writes: > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: > cannot find -luser32 > collect2: ld returned 1 exit status > > I have read the mailing list and noted that many people have had the same > problem. In most all of those case

GCC- Error

2002-03-21 Thread David Starks-Browning
Sheesh. If you would have checked the mailing list archives for even just the previous 24 hours, you would have learned that this is a known problem and is being worked on. David On Thursday 21 Mar 02, Sankaran, Senthil K (Indsys) writes: > $ gcc hello.c -o hello.exe > /usr/lib/gcc-lib/i686-pc-

Re: where can I find man page section 2 ?

2002-03-21 Thread David Starks-Browning
On Thursday 21 Mar 02, Milton Calnek writes: > > man 2 command > > And you only need to specify the section if the topic is listed in > multiple sections ie: write. > > FWIW: you could have read this in the "man" man page. > ie: man man > > And you may find man -k (aka apropos) useful too.

Re: [ANNOUNCEMENT] Setup.exe update

2002-03-25 Thread David Starks-Browning
On Monday 25 Mar 02, Cliff Hones writes: > Despite having followed the various posts, I am > still confused by the current status of setup.exe, > and I doubt if I'm alone. > > Robert announced the new version on 19th March. > I downloaded setup.exe shortly after (but didn't use it) > and found I

RE: [ANNOUNCEMENT] Setup.exe update

2002-03-25 Thread David Starks-Browning
On Monday 25 Mar 02, Gaethofs, Danny writes: > Dear David, > > I earlier posted a mail of setup creating new menu entries in my install > directory. I have looked at the setup version that was being used and found, > just downloaded it today, version: 2.194.2.15, while I was under the > impressio

bash failed to initialize on telnet/rsh/rlogin server

2002-03-27 Thread David Starks-Browning
On Tuesday 26 Mar 02, Polley Christopher W writes: > I'm trying to get inetd set up for telnet/rsh/rlogin on my machine and have > everything going up to the point that after login.exe gives the motd to the > telnet client, a dialog window pops up on the server titled "bash.exe - > Application Err

Re: rxvt / telnet / emacs

2002-03-28 Thread David Starks-Browning
On Wednesday 27 Mar 02, Christopher Glaeser writes: > > Do you have a DISPLAY environment variable set? If so, unset it. > > Perfect! Many thanks. > > BTW, I don't know how the cygwin FAQ is updated, but a google search of the > cygwin/telnet/emacs returned many hits with no solutions. Appare

ntsec, ssh and cygwin

2002-03-28 Thread David Starks-Browning
On Thursday 28 Mar 02, Daniel Holtkamp writes: > Hello everyone, > >I´m using cygwin for some time now but today i ran into a problem. >I´ve got a user-request that they want to be able to scp files to a >host without entering their password everytime. No problem i >thought, deplo

Re: bash: more: command not found

2002-03-28 Thread David Starks-Browning
On Thursday 28 Mar 02, Larry Hall (RFK Partners, Inc) writes: > David (Starks-Browning), would it be worthwhile to add the "How do I find out > what package utility XXX is in?" to the FAQ? "What packages should I download?" is already there. David -- Unsubscribe in

Re: bash: more: command not found

2002-03-28 Thread David Starks-Browning
> >On Thursday 28 Mar 02, Larry Hall (RFK Partners, Inc) writes: > > > David (Starks-Browning), would it be worthwhile to add the "How do I find out > > > what package utility XXX is in?" to the FAQ? > > > >"What packages should I download?&quo

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 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: cygqwin with mingw32 question

2002-03-30 Thread David Starks-Browning
On Saturday 30 Mar 02, Norman Vine writes: > Since this question comes up quite frequently > maybe we could add the following 'tip' to the faq > > Q) What preprocessor symbols does Cygwin define > A) Use the tool Luke :-) > > % echo > jnk.c > % gcc -E -dM jnk.c > % gcc -mno-cygwin -E -dM jnk.c

RE: ncftp current release won't run - missing CYGREADLINE5.DLL

2002-04-04 Thread David Starks-Browning
On Thursday 4 Apr 02, Robert Collins writes: > > Sorry, but I ran the newest setup This Week (monday), and it > > broke my ftpd operation, ("Can't set uid") and tossed out the > > cygreadline5.dll breaking ncftp.exe so I'm not spreading old > > information. > > > > One of the posters aimed me

Re:bash script Q

2002-04-05 Thread David Starks-Browning
Unless there is something Cygwin-specific to your question here, I would point out that this is off-topic for this list, and ask you to take your shell programming questions elsewhere. Thanks, David On Friday 5 Apr 02, Gupta, Sanjay writes: > I assuming that I am reading all files from /tmp/ dir

question about local variables in bash for cygwin

2002-04-08 Thread David Starks-Browning
On Monday 8 Apr 02, Evan Teran writes: > Hello I have cygwin installed on my WinXP box and am loving it. However > I just noticed today that when I tried to use the local keyword in my > bash script it gives me the error "local: not found". The script works > on a RedHat box as expected so I wou

is it impossible to use 2000-like command.com on 98?

2002-04-10 Thread David Starks-Browning
On Wednesday 10 Apr 02, jinhyuk choi writes: > I use win98. > I just wanna use cmd.exe like bash shell not > command.com > free scroll, cut and paste, input locale language, > etc. Try rxvt. Regards, David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

  1   2   >