Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Jan Nieuwenhuizen
Thorsten Kampe <[EMAIL PROTECTED]> writes: > But I'm curious (and this question is often asked). Do you think > something from the base install could be omitted /and/ having a > working Cygwin install? What is a working Cygwin install? If you leave out a package, the programs in that package w

error 22 when I use gawk on cygwin Xfree 4.2

2003-02-26 Thread DEMOTTIE Christophe DvSI/SIReS/GRE
Hello, I'm written a program with gawk on Cygwin on Windows 2000 computer. And I recently have an error : ./myProgram.sh: gawk: error 22 After a long search, I found why gawk doesn't work. I have too many characters or line in my gawk program. my gawk program has 702 lines. With 30511 c

Process states in cygwin ?

2003-02-26 Thread jurgen . defurne
Hello, Can anybody tell me what the meaning is of the process states 'O' and 'I' when I do ps in a shell ? Jurgen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: error 22 when I use gawk on cygwin Xfree 4.2

2003-02-26 Thread Corinna Vinschen
On Wed, Feb 26, 2003 at 10:49:03AM +0100, DEMOTTIE Christophe DvSI/SIReS/GRE wrote: > > Hello, > > I'm written a program with gawk on Cygwin on Windows 2000 computer. > And I recently have an error : > ./myProgram.sh: gawk: error 22 > > After a long search, I found why gawk doesn't work. I

Re: Process states in cygwin ?

2003-02-26 Thread Ronald Landheer-Cieslak
"Use the Source, Duke!" if (p->process_state & PID_STOPPED) status = 'S'; else if (p->process_state & PID_TTYIN) status = 'I'; else if (p->process_state & PID_TTYOU) status = 'O'; i.e.: S is stopped, I is input, O is output. (I should say, though, that t

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Thorsten Kampe
* Christopher Faylor (03-02-26 04:35 +0100) > On Wed, Feb 26, 2003 at 04:11:36AM +0100, Thorsten Kampe wrote: >> * Max Bowsher (03-02-25 20:13 +0100) >>> Thorsten Kampe wrote: I checked it myself and I was wrong: the default install is exactly the base install (plus dependencies) and this

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Robert Collins
On Wed, 2003-02-26 at 22:48, Thorsten Kampe wrote: > So you're telling me that > > a) there is no particular reason why the Cygwin creators made a "Base > Category" (different to all other categories (Editors, Shells)) There was a very long discussion on the cygwin-apps list about the categorie

PUTENV is not running

2003-02-26 Thread gilles BOURGEOIS
Hi folks, since getenv works fine, I manage to set a var with putenv, but it does not perfom any operation at all. (I am working with JNI, but I also tested putenv in a little simple foo programm) Does anyone know about this manipulation ? TIA gilles -- Unsubscribe info: http://cygwin.com

Re: cygwin-1.3.20-1 breaks termcaps

2003-02-26 Thread Ronald Landheer-Cieslak
This won't help you fix your problem, but might stop you from running into new ones.. (see below) On Tue, 25 Feb 2003 [EMAIL PROTECTED] wrote: > On Tuesday, February 18, 2003 at 17:13:20, Robert Fenk wrote: > > On Tuesday, February 18, 2003 at 10:10:47, Igor Pechtchanski wrote: > > > On Tue, 18 F

Re: cygwin-1.3.20-1 breaks termcaps

2003-02-26 Thread Ronald Landheer-Cieslak
BTW: does the file /usr/share/terminfo/v/vt100 exist? If your programs complain about a non-existant terminfo file, that might be it. Pure conjecture and WAGing though! rlc On Wed, 26 Feb 2003, Ronald Landheer-Cieslak wrote: > This won't help you fix your problem, but might stop you from runni

1.3.20: [incr Tcl/Tk] interpreters missing

2003-02-26 Thread Jerzy Witkowski
Hello, I just refreshed my Cygwin installation and found out that [incr Tcl/Tk] interpreters are missing. In the previous version Tcl/Tk interpreters were named `cygtclsh80.exe', `cygwish80.exe', `cygitclsh30.exe' and `cygitkwish30.exe'. Now the first two of them are named `tclsh.exe' and `wish.ex

Re: Process states in cygwin ?

2003-02-26 Thread Sergey Okhapkin
Probably else status = 'R'; //running would be a good idea then? Sergey Okhapkin Somerset, NJ - Original Message - From: "Ronald Landheer-Cieslak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 6:59 AM Subject: Re: Proce

links, links2 and elinks

2003-02-26 Thread Victor Stepanov
Hello, Does anybody using latest "home build" browser from links family? I've tried to compile each, but with same problem - links.exe does not recognize letter commands, only Ctrl ones. After finishing links.exe all letter command appears on shell prompt... Any clue or ideas? Thank you V. --

RE: Process states in cygwin ?

2003-02-26 Thread Chris January
> Probably > > else >status = 'R'; //running > > would be a good idea then? Try using procps (from the procsps package) if need process states reported more accurately. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

RE: loopback devise (was Re: mknod implementation? ... )

2003-02-26 Thread Chris January
> At 08:37 PM 2/24/2003 -0500, Christopher Faylor wrote: > >On Mon, Feb 24, 2003 at 01:52:15PM -0800, Randall R Schulz wrote: > >>Does Cygwin have a loopback block device? > > > >No. > > > >As Randall correctly points out, the existence of the mknod command has > >no bearing on the existence of fun

RE: Distributed Compilation

2003-02-26 Thread Chris January
> Have you folks seen/tried this... > > > > "distcc is a program to distribute compilation of > C or C++ code across several machines on a network. > distcc should always generate the same results as a > local compile, is simple to install and use, and is > often two

Compiling irda socket code

2003-02-26 Thread Ohgren, Daniel [Non-Employee/0454]
Now i almost pinpointed my problem to: 108:struct sockaddr_irda { 109:sa_family_t sir_family; /* AF_IRDA */ 110:__u8sir_lsap_sel; /* LSAP selector */ 111:__u32 sir_addr; /* Device address */ 112:charsir_name[25]; /* Us

Re: Process states in cygwin ?

2003-02-26 Thread Ronald Landheer-Cieslak
Why? rlc On Wed, 26 Feb 2003, Sergey Okhapkin wrote: > Probably > > else >status = 'R'; //running > > would be a good idea then? > > Sergey Okhapkin > Somerset, NJ > - Original Message - > From: "Ronald Landheer-Cieslak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc

RE: Compiling irda socket code

2003-02-26 Thread Norman Vine
Ohgren, Daniel writes: > > Now i almost pinpointed my problem to: > > 108: struct sockaddr_irda { > 109: sa_family_t sir_family; /* AF_IRDA */ > 110: __u8sir_lsap_sel; /* LSAP selector */ > 111: __u32 sir_addr; /* Device address */ > 112: c

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-26 Thread Jason Tishler
Pierre, On Tue, Feb 25, 2003 at 06:29:01PM -0500, Andre Bleau wrote: > Sorry to jump in now. A good way to resolve that kind of problem is > auditing. As administrator, enable auditing. With regedt32, enable > auditing on selected keys and subkeys for read or write failure, as > required. You will

Re: cygwin-1.3.20-1 breaks termcaps,Re: Re: cygwin-1.3.20-1 breaks termcaps

2003-02-26 Thread fenk
On Wednesday, February 26, 2003 at 13:15:54, Ronald Landheer-Cieslak wrote: > This won't help you fix your problem, but might stop you from > running into new ones.. (see below) o.k. so I keep with one installation ... > On Tue, 25 Feb 2003 [EMAIL PROTECTED] wrote: [...] > You *cannot* have two d

[ANNOUNCEMENT] New package: tin-1.4.6-1

2003-02-26 Thread Corinna Vinschen
This new package contains tin, a usenet newsreader. Homepage of the project is http://www.tin.org. This is the latest stable tin release 1.4.6 with just a minor tweak to Makefile.in to allow error free installing of the man page. To update your installation, click on the "Install Cygwin now" li

Re: links, links2 and elinks

2003-02-26 Thread Frédéric L. W. Meunier
Victor Stepanov wrote: > Does anybody using latest "home build" browser from links > family? I've tried to compile each, but with same problem - > links.exe does not recognize letter commands, only Ctrl ones. > After finishing links.exe all letter command appears on shell > prompt... Someone repo

CD/DVD writers

2003-02-26 Thread Maurício
Hi, Is it possible to write CD or DVDs using cygwin (obviously, giving that I have the appropriate equipment working under windows)? Maurício -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-26 Thread Pierre A. Humblet
Jason Tishler wrote: > > Using good old fashioned strings and Andre's suggestion I have isolated > the registry keys requiring read access for Everyone (which did not > already have it) to the following: > > 1. HKLM\System\CurrentControlSet\Services\Winsock\Parameters > 2. HKLM\System\Cur

Re: error 22 when I use gawk on cygwin Xfree 4.2

2003-02-26 Thread DEMOTTIE Christophe DvSI/SIReS/GRE
> Details? Is the awk script inside of a shell script? Which shell? > sh or bash? The awk script is inside a shell script. And it's bash. So I rip it out into a specific file and change my shell script accordingly. And now, it's OK. Thanks very much, Corinna. have a good day. Christophe. >

Re: cygstart, mutt or mailcap?

2003-02-26 Thread Ajay Simha
On Tue Feb 25 22:57:34 2003, Pierre A. Humblet wrote: > At 11:09 AM 2/24/2003 -0500, Ajay Simha wrote: > >On Mon Feb 24 10:32:51 2003, Pierre A. Humblet wrote: > >> On Mon, Feb 24, 2003 at 10:24:58AM -0500, Ajay Simha wrote: > >> > > -rwxrwxrwx1 1040 65535 162 Feb 24 10:10 > ~$LS_ca

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 12:48:39PM +0100, Thorsten Kampe wrote: >* Christopher Faylor (03-02-26 04:35 +0100) >> On Wed, Feb 26, 2003 at 04:11:36AM +0100, Thorsten Kampe wrote: >>> * Max Bowsher (03-02-25 20:13 +0100) Thorsten Kampe wrote: > I checked it myself and I was wrong: the default

Re: cygstart, mutt or mailcap?

2003-02-26 Thread Pierre A. Humblet
Ajay Simha wrote: > > [EMAIL PROTECTED] ~]$ mkpasswd -d > /etc/passwd > mkpasswd: [5] Access is denied. < Use mkpasswd -l -c Note that -c is a recent & still experimental flag. In the future it may go away and be implied by -l (for domain users). Its goal is to avoid the kind of probl

Re: Please add imm.h in cygwin/MinGW distribution.

2003-02-26 Thread Larry Hall (RFK Partners, Inc.)
Christopher Faylor wrote: On Tue, Feb 25, 2003 at 11:28:32PM -0500, Larry Hall (RFK Partners, Inc.) wrote: In open-source projects, you always have the power. Submit a patch and it will be thoughtfully considered. Hey. "Patches thoughtfully considered". I like that. Time for a new catchphras

Avoid Con

2003-02-26 Thread Robert Fenk
$hi $you, $point $bye$i $forward -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Avoid creation of DOS-conole

2003-02-26 Thread Robert Fenk
$hi $you, $point $bye$i $forward -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Avoid creation of DOS-con

2003-02-26 Thread Robert Fenk
$hi $you, $point $bye$i $forward -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Avoid creation of DOS-con

2003-02-26 Thread Robert Fenk
$hi $you, $point $bye$i $forward -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Avoid creation of DOS-con

2003-02-26 Thread Robert Fenk
$hi $you, $point $bye$i $forward -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

[ANNOUNCEMENT] Updated: tetex 2.0.1-1

2003-02-26 Thread Jan Nieuwenhuizen
TeTeX, a TeX distribution for UNIX compatible systems, has been updated to version 2.0.1-1. Omega is included again. TeTex is split up and packaged in seven parts. Three packages for executables and runtime libraries: tetex-bin, libkpathsea3, tetex-x11. Three packages for the texmf tree: tetex-

Avoid creation of DOS-console when running gdb in X11-xemacs

2003-02-26 Thread fenk
Hi, when running a program from an GDB session within XEmacs under fullscreen-X11 a new "DOS-"console window will popup for the i/O of the program and so the context switches from X11 to this new console. This is quite annoying. When running gdb from an xterm the programs I/O is also done on thi

Re: cygwin-1.3.20-1 breaks termcaps, Re: Re: cygwin-1.3.20-1 breakstermcaps

2003-02-26 Thread Ronald Landheer-Cieslak
On Wed, 26 Feb 2003 [EMAIL PROTECTED] wrote: > On Wednesday, February 26, 2003 at 13:15:54, Ronald Landheer-Cieslak wrote: > > This won't help you fix your problem, but might stop you from > > running into new ones.. (see below) > o.k. so I keep with one installation ... Good. :) > On Wednesday, F

RE: file name case sensitivity

2003-02-26 Thread Gerald S. Williams
Shankar Unni wrote: > > Yes, but in my opinion it could be of use to John Williams because he > > wanted to "case sensitivity in filenames under Cygwin". > > No, it won't work, because if you remember, he said that he had files > with the same name but different case *in the same directory*. Th

[ANNOUNCEMENT] Updated: lilypond-1.6.8-1 for Cygwin

2003-02-26 Thread Jan Nieuwenhuizen
LilyPond 1.6.8 is now available for Cygwin. This release fixes problems with incorrect font naming in .pfa files (i.e. possibly broken PDF output). LilyPond prints beautiful sheet music. It produces music notation from a description file. It excels at typesetting classical music, but you can al

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Max Bowsher
Thorsten Kampe wrote: > I don't know these reasons for all those Base packages. But the > reasons are in my opinion not trivial. Omitting tar for example hasn't > simply the effect "so you cannot use tar" but "so you cannot install > via setup.exe, because the installation packages are tarred (and

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 04:15:23PM -, Max Bowsher wrote: >You obviously weren't thinking when you wrote this. Here's YA catchphrase for the cygwin mailing list... :-) cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Do

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Thorsten Kampe
* Christopher Faylor (03-02-26 15:59 +0100) > On Wed, Feb 26, 2003 at 12:48:39PM +0100, Thorsten Kampe wrote: >>* Christopher Faylor (03-02-26 04:35 +0100) >>> On Wed, Feb 26, 2003 at 04:11:36AM +0100, Thorsten Kampe wrote: * Max Bowsher (03-02-25 20:13 +0100) > Thorsten Kampe wrote: >

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Max Bowsher
Christopher Faylor wrote: > On Wed, Feb 26, 2003 at 04:15:23PM -, Max Bowsher wrote: >> You obviously weren't thinking when you wrote this. > > Here's YA catchphrase for the cygwin mailing list... :-) "YOWTWYWT"? Hmm... catchy! :-) Max. -- Unsubscribe info: http://cygwin.com/ml/#unsu

Re: Avoid creation of DOS-conole

2003-02-26 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 04:38:00PM +0100, Robert Fenk wrote: >$hi $you, > >$point > >$bye$i > >$forward Yep. Uh huh. Ba bye now. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/do

Re: Avoid creation of DOS-conole

2003-02-26 Thread friedman_hill ernest j
I think Christopher Faylor wrote: > On Wed, Feb 26, 2003 at 04:38:00PM +0100, Robert Fenk wrote: > >$hi $you, > >$point > >$bye$i > >$forward > > Yep. Uh huh. Ba bye now. > > cgf > I think the OP was contributing a new cygwin tool; here's the whole message he intended to send. # CYGWIN Auto-

Can someone please answer this question I've posted repeatedly even if it is just to say slag off

2003-02-26 Thread Jon A. Lambert
Does dumper.exe work? I am unable to get the dumper utility to produce a core dump. I have read the FAQ, the webpages and searched the mailing lists. My cygwin.bat startup file contains the following: set CYGWIN=error_start=c:\cygwin\bin\dumper.bat My dumper.bat file contains the following:

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Igor Pechtchanski
On Wed, 26 Feb 2003, Max Bowsher wrote: > Christopher Faylor wrote: > > On Wed, Feb 26, [EMAIL PROTECTED]:15:23PM -, Max Bowsher wrote: > >> You obviously weren't thinking when you wrote this. > > > > Here's YA catchphrase for the cygwin mailing list... :-) > > "YOWTWYWT"? Hmm... catchy! :-)

Re: file name case sensitivity

2003-02-26 Thread Shankar Unni
Gerald S. Williams wrote: As you may have guessed, I've been working on this problem recently. I just put a request into SourceForge to create a new project: a library I've been calling CaseWise. It's only for Windows NT/2000/XP since it uses the Native API, but I'm hoping to get Cygwin to use it

Re: cygstart, mutt or mailcap?

2003-02-26 Thread Ajay Simha
On Wed Feb 26 10:05:45 2003, Pierre A. Humblet wrote: > Ajay Simha wrote: > > > > > [EMAIL PROTECTED] ~]$ mkpasswd -d > /etc/passwd > > mkpasswd: [5] Access is denied. < mkpasswd -l -c certainly make the files permissions of the ~.doc look better but it did not solve the word corrupt

Re: Minimum Install for Executable Distrubution

2003-02-26 Thread Randall R Schulz
Max, At 08:30 2003-02-26, Max Bowsher wrote: Christopher Faylor wrote: > On Wed, Feb 26, 2003 at 04:15:23PM -, Max Bowsher wrote: >> You obviously weren't thinking when you wrote this. > > Here's YA catchphrase for the cygwin mailing list... :-) "YOWTWYWT"? Hmm... catchy! :-) Pronounced "yo

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: Minimum Install for Executable Distrubution

2003-02-26 Thread Max Bowsher
Randall R Schulz wrote: > Max, > > > At 08:30 2003-02-26, Max Bowsher wrote: >> Christopher Faylor wrote: >>> On Wed, Feb 26, 2003 at 04:15:23PM -, Max Bowsher wrote: You obviously weren't thinking when you wrote this. >>> >>> Here's YA catchphrase for the cygwin mailing list... :-) >>

Re: CD/DVD writers

2003-02-26 Thread Robert Citek
At 06:08 PM 2/26/2003 +, David Starks-Browning wrote: >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 >

Re: CD/DVD writers

2003-02-26 Thread Cliff Hones
Robert Citek <[EMAIL PROTECTED]> wrote: > It does work just fine: mkisofs, cdrecord, cdda2wav. > > However, you may need to get the ASPI layer (e.g. wnaspi32.dll). I > downloaded my copy from Ahead (http://ahead.de). [Apologies - this is getting a little OT.] Adaptec now (at last) offer their AS

pdksh installation

2003-02-26 Thread BB
I have read in the cygwin-apps list that pdksh is available. Until it is officially announced and available in the package list, what is the correct procedure for installing it? Can I use the setup program to install it? I guess this question applies to any new package that is not officially rel

Re: cygstart, mutt or mailcap?

2003-02-26 Thread Igor Pechtchanski
On Mon, 24 Feb 2003, Ajay Simha wrote: > On Sun Feb 23 13:07:07 2003, Igor Pechtchanski wrote: > > Ajay, > > > > On Sat, 22 Feb 2003, Ajay Simha wrote: > > > > > On Fri Feb 21 10:09:23 2003, Igor Pechtchanski wrote: > > > > On Fri, 21 Feb 2003, Ajay Simha wrote: > > > > > On Fri Feb 21 09:33:58 20

Re: pdksh installation

2003-02-26 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 11:45:37AM -0600, BB wrote: >I have read in the cygwin-apps list that pdksh is available. Until it is >officially announced and available in the package list, what is the correct >procedure for installing it? Can I use the setup program to install it? > >I guess this quest

Cannot start program after installation

2003-02-26 Thread Marvin Ma
I am totally new to use cygwin. After I install cygwin by following the instructions, I find I cannot run cygwin. After I start cygwin, the command windows will give me this reply. 'bash' is not recognized as an internal or external command, operable program or batch file. -- Unsubscribe info:

RE: cpu and partition info

2003-02-26 Thread Chris January
> Hello all, > > Is there a /proc/partitions or a /proc/cpuinfo in newer versions > of Cygwin? > I'm looking for a way to determine cpu info and drive info from the > command line. I'm using v1.3.14. I'll code some up for you, how about that? Chris -- Unsubscribe info: http://cygwin.com

Re: pdksh installation

2003-02-26 Thread Igor Pechtchanski
On Wed, 26 Feb 2003, you (whoever you are) wrote: > I have read in the cygwin-apps list that pdksh is available. Until it is > officially announced and available in the package list, what is the correct > procedure for installing it? Can I use the setup program to install it? > > I guess this qu

Re: Cannot start program after installation

2003-02-26 Thread Igor Pechtchanski
On Thu, 27 Feb 2003, Marvin Ma wrote: > I am totally new to use cygwin. After I install cygwin by following the > instructions, I find I cannot run cygwin. > After I start cygwin, the command windows will give me this reply. > 'bash' is not recognized as an internal or external command, operable >

RE: cpu and partition info

2003-02-26 Thread Igor Pechtchanski
On Wed, 26 Feb 2003, Chris January wrote: > > Hello all, > > > > Is there a /proc/partitions or a /proc/cpuinfo in newer versions > > of Cygwin? > > I'm looking for a way to determine cpu info and drive info from the > > command line. I'm using v1.3.14. > I'll code some up for you, how about tha

Re: pdksh installation

2003-02-26 Thread Igor Pechtchanski
On Wed, 26 Feb 2003, Christopher Faylor wrote: > YOWTWYWT. Now this *screams* for an FAQ entry (right up there with ). Or will in a few days... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_

Re: pdksh installation

2003-02-26 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 02:45:36PM -0500, Igor Pechtchanski wrote: >On Wed, 26 Feb 2003, you (whoever you are) wrote: >>I have read in the cygwin-apps list that pdksh is available. Until it >>is officially announced and available in the package list, what is the >>correct procedure for installing

Re: cpu and partition info

2003-02-26 Thread Bruce Dobrin
It took me about an hour to change/add enough to the perl GPL "hinv" port to get it to work with cygwin ( hinv v 1.4pre2). example code: #!/usr/bin/perl #open (FD, "/proc/registry/HKEY_LOCAL_MACHINE/HARDWARE/DESCRIPTION/System/CentralProces sor"); if (-e "/proc/registry/HKEY_LOCAL_MACHINE/HARDWA

Re: cygstart, mutt or mailcap?

2003-02-26 Thread Ajay Simha
On Wed Feb 26 14:08:28 2003, Igor Pechtchanski wrote: > On Mon, 24 Feb 2003, Ajay Simha wrote: > > > On Sun Feb 23 13:07:07 2003, Igor Pechtchanski wrote: > > > Ajay, > > > > > > On Sat, 22 Feb 2003, Ajay Simha wrote: > > > > > > > On Fri Feb 21 10:09:23 2003, Igor Pechtchanski wrote: > > > > > On

Re: cygstart, mutt or mailcap?

2003-02-26 Thread Igor Pechtchanski
On Wed, 26 Feb 2003, Ajay Simha wrote: > On Wed Feb 26 14:08:28 2003, Igor Pechtchanski wrote: > > On Mon, 24 Feb 2003, Ajay Simha wrote: > > > > > On Sun Feb 23 13:07:07 2003, Igor Pechtchanski wrote: > > > > Ajay, > > > > > > > > On Sat, 22 Feb 2003, Ajay Simha wrote: > > > > > > > > > On Fri Fe

RE: cpu and partition info

2003-02-26 Thread [EMAIL PROTECTED]
>Original Message: >- >From: Chris January [EMAIL PROTECTED] >Date: Wed, 26 Feb 2003 19:32:07 - >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: RE: cpu and partition info > > >> Hello all, >> >> Is there a /proc/partitions or a /proc/cpuinfo in newer versions >> of Cygwi

Re: cygstart, mutt or mailcap?

2003-02-26 Thread Ajay Simha
..snip > > > Ajay, > > > > > > Does it fail in the same way if you use the rule I proposed? Does > > > /tmp/blah.doc remain behind? What is the timestamp on it? Can you > > > compare it to the saved version (which does work)? > > > > > > It makes a lot of sense, with the rule I proposed, tha

Re: sh crashes when executing msgfmt

2003-02-26 Thread Andreas Madritsch
Corinna Vinschen wrote: On Thu, Feb 27, 2003 at 12:03:59AM +0100, Andreas Madritsch wrote: Hello I have a configure script which uses sh.exe to execute msgfmt.exe. Every time msgfmt.exe is executed from sh.exe, sh.exe crashes and the configure script aborts. Could anybody help me please. Please

Re: sh crashes when executing msgfmt

2003-02-26 Thread Max Bowsher
Andreas Madritsch wrote: > Corinna Vinschen wrote: >> On Thu, Feb 27, 2003 at 12:03:59AM +0100, Andreas Madritsch wrote: >> >>> Hello >>> >>> I have a configure script which uses sh.exe to execute msgfmt.exe. >>> Every time msgfmt.exe is executed from sh.exe, sh.exe crashes and >>> the configure sc

Re: Can someone please answer... [Was:DUMPER.EXE - Problem getting it working!]

2003-02-26 Thread Andre Bleau
If that's any consolation, I can reproduce your problem with: gcc version 3.2 20020927 (prerelease) gcc-2 version 2.95.3-10 (cygwin special) dumper (cygwin) 1.9 cygwin 1.3.20 You wrote: Upon execution I see the following in the cygwin console: $ ./div.exe 7 [main] div 2296 handle_except

Re: Avoid creation of DOS-conole

2003-02-26 Thread fenk
On Wednesday, February 26, 2003 at 08:58:33, friedman hill ernest j. wrote: > I think Christopher Faylor wrote: > > On Wed, Feb 26, 2003 at 04:38:00PM +0100, Robert Fenk wrote: > > >$hi $you, > > >$point > > >$bye$i > > >$forward > > > > Yep. Uh huh. Ba bye now. > > > > cgf > > > > I think th

Re: sh crashes when executing msgfmt

2003-02-26 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 09:21:15PM -, Max Bowsher wrote: >Andreas Madritsch wrote: >> Corinna Vinschen wrote: >>> On Thu, Feb 27, 2003 at 12:03:59AM +0100, Andreas Madritsch wrote: I have a configure script which uses sh.exe to execute msgfmt.exe. Every time msgfmt.exe is executed fro

Re: cpu and partition info

2003-02-26 Thread Robert Citek
Thanks, Bruce, At 12:02 PM 2/26/2003 -0800, Bruce Dobrin wrote: >It took me about an hour to change/add enough to the perl GPL "hinv" port to >get it to work with cygwin ( hinv v 1.4pre2). I took your code and modified it. Works great under Cygwin. See below. I'm not quite sure what this code

Re: cpu and partition info

2003-02-26 Thread Bruce Dobrin
on older (NT?) os's, there are 2 places which each have 1/2 of the info needed to emulate the standard "hinv" format. I don't remember when or where the cutoff is, it is so that all works the same on XP , 2k and NT and with the rest of the "hinv" code ( I only sent a little as an example...) ---

Re: sh crashes when executing msgfmt

2003-02-26 Thread Andreas Madritsch
Christopher Faylor wrote: > On Wed, Feb 26, 2003 at 09:21:15PM -, Max Bowsher wrote: > >>Andreas Madritsch wrote: >> >>>Corinna Vinschen wrote: >>> On Thu, Feb 27, 2003 at 12:03:59AM +0100, Andreas Madritsch wrote: >I have a configure script which uses sh.exe to execute msgfmt.exe.

Re: sh crashes when executing msgfmt

2003-02-26 Thread Bob McGowan
Andreas, I'm a bit confused about what you're saying here. Are you saying the error is not 'msgfmt: not found'? In other words, the script is really finding msgfmt.exe? I'm confused because the rest of your statement seems to indicate you may have copied msgfmt.exe into c:/cygwin/usr/bin usin

cygwin1.dll, nontsec, and NTFS disk issue

2003-02-26 Thread Wu Yongwei
With newer versions of cygwin1.dll (maybe 1.3.15 and later), the ntsec/nontsec behaviour has changed. Now ntsec is the default, and even when nontsec is specified, the command-line autocomplete still behaves like ntsec when operating on a NTFS disk, i.e., when I have a test.c and a test.exe, "

Improper or badly managed non-US Mirror

2003-02-26 Thread Gregg C Levine
Hello from Gregg C Levine This is probably the wrong venue for this complaint, but here goes. I have just started a download, and install, of the current Cygwin setup. I needed to restart, and pick a different mirror, after the Planet Mirror one, unexpectedly canceled my activities. I believe that

Re: Improper or badly managed non-US Mirror

2003-02-26 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 09:16:25PM -0500, Gregg C Levine wrote: >Hello from Gregg C Levine >This is probably the wrong venue for this complaint, but here goes. > >I have just started a download, and install, of the current Cygwin setup. I >needed to restart, and pick a different mirror, after the P

RE: Improper or badly managed non-US Mirror

2003-02-26 Thread Gregg C Levine
Hello again from Gregg C Levine My apologies Christopher. I was under the impression that this was supposed to be the venue for nearly everything to do with Cygwin, except areas covered by the other lists. I am just thoroughly annoyed at the incompetence shown by the people at Planet Mirror. And a

Re: cygwin1.dll, nontsec, and NTFS disk issue

2003-02-26 Thread Thorsten Kampe
* Wu Yongwei (03-02-27 03:10 +0100) > With newer versions of cygwin1.dll (maybe 1.3.15 and later), the > ntsec/nontsec behaviour has changed. Now ntsec is the default, and even > when nontsec is specified, the command-line autocomplete still behaves > like ntsec when operating on a NTFS disk, i

Re: cygwin1.dll, nontsec, and NTFS disk issue

2003-02-26 Thread Christopher Faylor
On Thu, Feb 27, 2003 at 04:13:00AM +0100, Thorsten Kampe wrote: >* Wu Yongwei (03-02-27 03:10 +0100) >>With newer versions of cygwin1.dll (maybe 1.3.15 and later), the >>ntsec/nontsec behaviour has changed. Now ntsec is the default, and >>even when nontsec is specified, the command-line autocomple

RE: Avoid creation of DOS-conole

2003-02-26 Thread Gary R. Van Sickle
> I think Christopher Faylor wrote: > > On Wed, Feb 26, 2003 at 04:38:00PM +0100, Robert Fenk wrote: > > >$hi $you, > > >$point > > >$bye$i > > >$forward > > > > Yep. Uh huh. Ba bye now. > > > > cgf > > > > I think the OP was contributing a new cygwin tool; here's the whole > message he intended

Re: Cannot start program after installation

2003-02-26 Thread Marvin Ma
Install cygwin just by choosing 'install from internet' I have tried to start cygwin by using the short cut in the 'start/program' of the windows Also I have tried to run it by using MS dos and executing the cygwin.bat in the /cygwin/ Both gives me the same result: 'bash' is not recognized as an i

Predefine _M_IX86 in gcc

2003-02-26 Thread Cosmin Truta
Hi, After discussing with the MinGW people, we concluded that _M_IX86 is part of the Win32 platform definition (and there is software that relies on it), so I intend to add it to the gcc/MinGW specs: ... -D__i386 -D__i386__ ... ... march=i486:-D__i486 -D__i486__ ... ... will become ...

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

2003-02-26 Thread jurgen . defurne
Hello, Here is the output from strace for rxvt on my system. It is a short snippet, but it is repeated indefinitely. It seems that the attachment it is in Unix format, it was generated under Cygwin. Jurgen Igor Pechtchanski <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 02/21/2003 0

Re: cygwin1.dll, nontsec, and NTFS disk issue

2003-02-26 Thread Wu Yongwei
You are correct about file permissions, Christopher. We all know that Windows has loose file permissions and all files are marked executable by default. When CYGWIN=nontsec, Old behaviour: when an executable is wanted, the system will check by extension and content, not file permissions; New

Re: Updated: lilypond-1.6.8-1 for Cygwin

2003-02-26 Thread Jan Nieuwenhuizen
Ton van Overbeek <[EMAIL PROTECTED]> writes: > The lilypond-doc-1.6.8-1 only includes the info files, no html > files. Thanks for the report. I'll prepare a -2 shortly. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | ht

Re: Updated: lilypond-1.6.8-1 for Cygwin

2003-02-26 Thread Ton van Overbeek
Jan, The lilypond-doc-1.6.8-1 only includes the info files, no html files. So people trying to find the tutorial as written in the announcement will not be able to find it. You can also see it on the sizes: lilypond-doc-1.6.5-1.tar.bz27,915 KB lilypond-doc-1.6.8-1.tar.bz2 106 KB Ton van

Re: Cygwin snap 20030223 hangs with bleadperl

2003-02-26 Thread H.Merijn Brand
On Tue 25 Feb 2003 14:15, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > ../ext/IO/lib/IO/t/io_udp..ok > ../ext/IO/lib/IO/t/io_unix.ok 1/5 > > 20030220 still OK 20030225 also hangs (Note that I'm still not on the list) -- H.Merijn BrandAmsterdam Perl Mongers (htt