Re: Any progress on "Fork issues ith long command lines and long $PATH"?

2016-01-20 Thread Richard Heintze
>On Tuesday, January 19, 2016 5:26 PM, Ken Brown wrote: >[Please don't top post.] >On 1/19/2016 6:34 PM, Richard Heintze wrote: >> Regarding my choice of terms: I was trying use terms consistent with that >> old link >> "https://cygwin.com/ml/cygwin/20

How to expand tabs? Where is expand program.

2015-07-02 Thread Richard Heintze
There used to be a very handy cygwin program called expand for expanding tabs into spaces. Now I cannot find it on the nice installation GUI (setup_x86_64.exe). I tried searching the archives for it but there were too many hits for other topics ("expand" is a common word, apparently). Has th

Re: Where is libxml2.dll?

2004-07-11 Thread Richard Heintze
f cygcheck, you > have > >> two nd.exe's, and > >> c:\util\nd.exe doesn't seem to be the same as > >> c:\cygwin\usr\local\bin\nd.exe... The one in > >> c:\cygwin\usr\local\bin > >> seems to have correct DLL dependencies, so that's &

Re: Where is the gnu/cygwin GUI Source code debugger?

2004-07-11 Thread Richard Heintze
that too, see my earler post. (gdb.exe started the GUI interface, but it could not load the source code file -- something to do with stat failing. chmod 777 test.c did not help). Siegfried --- Arturus Magi <[EMAIL PROTECTED]> wrote: > Richard Heintze wrote: > > I remember runn

Re: Where is libxml2.dll?

2004-07-11 Thread Richard Heintze
t, 10 Jul 2004, Richard Heintze wrote: > > > See below: > > > > --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > > > Siegfried, > > > > > > <http://cygwin.com/acronyms/#PCYMTNQREAIYR>. > > > Thanks. > > > > I'm not

How to run debugger?

2004-07-11 Thread Richard Heintze
> wrote: > Another GUI debugger is DDD, also part of Cygwin. > Can't say how it compares to insight, though. > > Have a great day!! > > James E. Merritt > > --- Arturus Magi <[EMAIL PROTECTED]> wrote: > > Richard Heintze wrote: > > > I remember

Re: Where is libxml2.dll?

2004-07-10 Thread Richard Heintze
n" in your Windows > PATH, and make sure it gets propagated to Emacs. > Alternatively, you could > try to get Emacs to run "bash -l" as its shell > (don't ask me how, I don't > use Emacs). > Igor I just checked and C:\cygwin\bin is already in th

Where is the gnu/cygwin GUI Source code debugger?

2004-07-10 Thread Richard Heintze
I remember running a GUI based source code debugger for gcc. I was very impressed. Can anyone remind me of the command I used to start it? I assume I installed with cygwin, but I'm not completely certain. Does it work with g77 too? I tried typing gdb but that only brings up the old command line de

How to run deamons like inetd and ftpd on Windows?

2004-07-10 Thread Richard Heintze
I typed "info inetd" and it says it should be "run at boot time by /etc/rc (see rc(8))." What the heck does that mean? I tried "info rc" and that did not work. OK, I know a little about UN*X. There are these directories in rc.d and I see the cygwin installation has created them on my windows mac

Options for Source Code Control: RCS v. SCCS v. CVS

2004-07-10 Thread Richard Heintze
I need some help understanding how RCS works. I typed "info RCS" and felt confused. Is RCS like CVS in the sense that one runs a un*x deamon or windows service on a remote node and legions of programmers use a client implemented with sockets or pipes. If so, (1) how do I start the service or deam

Re: Where is libxml2.dll?

2004-07-09 Thread Richard Heintze
find nd.exe. Anybody know why? Anybody know how to fix this? Thanks, Siegfried --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Fri, 9 Jul 2004, Richard Heintze wrote: > > > I am running Windows 2003 server with on which I > have > > installed c

HOw to install emacs?

2004-07-09 Thread Richard Heintze
I've been downloading emacs from the gnu site and running addpm.exe to install it on Windows 2003. I notice there is an emacs in the cygwin distribution but I cannot figure out how to run it. Do not I need to run addpm.exe like I do in the GNU distribution? I cannot find this program in the cygwin

Where is libxml2.dll?

2004-07-09 Thread Richard Heintze
I am running Windows 2003 server with on which I have installed cygwin within the last month. I found a terrific little utility (webdav client) at http://www.gohome.org/nd/ which I downloaded and compiled (with gcc) with cygwin. At the bash command prompt, it appears to work. However, it is inte

Uncompressing bz2 files

2004-05-15 Thread Richard Heintze
What is the cygwin command for uncompressing bz2 files? A previous email message on mail scripts referenced a bz2 file. Thanks, Sieg __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/

Calling g77 FORTRAN code from MSVC 7?

2004-05-14 Thread Richard Heintze
I've searched the web, I've looked at the FAQ. I spent all day yesterday trying to figure this out myself and I am close. I just downloaded the complete cygwin about a month ago so everything should be pretty recent. I can call my g77 code (sum.f) from g++ by creating a dll and calling the dll fro