spaces in group names

2003-07-23 Thread luke . kendall
I notice that Windows allows spaces in group names, unlike Unix, so the output of the groups command can't be processed reliably under Windows. Any suggestions? : /home/luke ; id uid=11021(luke) gid=10513(Domain Users) groups=12919(adaytum),10513(Domain

documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
Good Day! I've searched the net regarding building the cygwin dll and found these. www.cygwin.com/ml/cygwin/2001-04/msg00709.html www.cygwin.com/ml/cygwin/2001-04/msg00720.html sources.redhat.com/ml/cygwin/2001-07/msg00816.html sources.redhat.com/ml/cygwin/2001-07/msg00817.html However, not one

ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
When last we left our valiant hero, he was finally able to get ImageMagic to config w/ jpeg. Although the support for EXIF seemed to still be missing something, he compiled ImageMagick and trudged on to the next step in his quest... PerlMagick. Issuing the 'perl Makefile.PL' command, his

Re: problem with history

2003-07-23 Thread Sanjay Goel
Chris January wrote: Hi, my cygwin bash does not write anything in .bash_history . I think it was working fine before and some changes done by me has caused it to stop updating this file. rxvt does not have this problem. any pointers where could be the problem. Close bash by typing exit

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: Good Day! I've searched the net regarding building the cygwin dll and found these. www.cygwin.com/ml/cygwin/2001-04/msg00709.html www.cygwin.com/ml/cygwin/2001-04/msg00720.html sources.redhat.com/ml/cygwin/2001-07/msg00816.html

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
The saga continues ... Exerpt from my \usr\src\ImageMagick-5.5.7\PerlMagick\README.txt: Next, edit Makefile.PL and change LIBS and INC to include the appropriate path information to the required libMagick library. You will also need library search paths (-L) to JPEG, PNG, TIFF,

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: Elfyn McBratney However, not one of them refers to info that shows how to build the cygwin dll. The faq contains an entry on how to build dlls but *not* how to build the cygwin dll. Perhaps from the heading it's a bit mis-leading, but what your looking for is this

[BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-23 Thread Mark Evenson
Using the cygwin port of of GNU Emacs 21.2.1 (running on a Windows 2000 pre-SP4host ), I have a bad interaction between Ant 1.5.3-1 and next-error of compile mode that results in Emacs being unable to automatically visit the source of errors. To wit: With M-x compile invoked with ant -emacs one

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: Elfyn McBratney Perhaps from the heading it's a bit mis-leading, but what your looking for is this http://cygwin.com/faq/faq_4.html#SEC104. Hello Elfyn, After reading the FAQ, I did exactly what was mentioned there, namely: I got the latest sources from CVS (a whopping 30MB+ source).

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: From: Elfyn McBratney Perhaps from the heading it's a bit mis-leading, but what your looking for is this http://cygwin.com/faq/faq_4.html#SEC104. Hello Elfyn, After reading the FAQ, I did exactly what was mentioned there, namely: I got the

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: From: Elfyn McBratney However, not one of them refers to info that shows how to build the cygwin dll. The faq contains an entry on how to build dlls but *not* how to build the cygwin dll. Perhaps from the heading it's a bit mis-leading,

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: Elfyn McBratney I got the latest sources from CVS (a whopping 30MB+ source). Of course, this created a ./src directory. I then created a ./obj directory (in the same level as ./src) and went inside it. I also created a /install directory as mentioned in the FAQ. Here

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: From: Elfyn McBratney I got the latest sources from CVS (a whopping 30MB+ source). Of course, this created a ./src directory. I then created a ./obj directory (in the same level as ./src) and went inside it. I also created a /install

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
- Original Message - From: Elfyn McBratney On Wed, 23 Jul 2003, Carlo Florendo wrote: $ mkdir /install $ cvs checkout winsup $ mkdir obj $ cd obj $ ../src/configure --prefix=/install -v configure.log 21 $ make And after a `make install' in the build

Re: practicing building the cygwin.dll

2003-07-23 Thread Max Bowsher
Carlo Florendo wrote: Hello, I'm trying to build the cygwin dll from scratch. I downloaded the entire distribution last year including the sources. I've never upgraded any package since then. I have cygwin-1.3.12-4 installed. Attached is the output of cygcheck -svr I assumed that

Re: [BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-23 Thread Joe Buehler
Mark Evenson wrote: With M-x compile invoked with ant -emacs one gets errors like: -- cd ~/work/cs9/ ant -find build.xml Searching for build.xml ... Buildfile: C:\cygwin\home\evenson\work\cs9\build.xml classes: compile:

Problems setting baud rate

2003-07-23 Thread Mats Liljegren
Hi, I'm using Cygwin GCC 3.2, and have the following code: tty_fd = open(modem_device[Port-1], O_RDWR | O_NOCTTY ); tcgetattr(tty_fd,oldtio); /* save current serial port settings */ newtio.c_cflag = bd | CS8 | CLOCAL | CREAD; and some other settings tcsetattr(tty_fd,TCSANOW,newtio); This

Re: Permission problems with recent Cygwin

2003-07-23 Thread Pierre A. Humblet
[EMAIL PROTECTED] wrote: (Sorry this took so long; it's taken me days to find the hours required to investigate.) Hi Luke, it would take me days to fully analyze your problem, but you seem to have realized what I was going to tell you urgently: ntsec is now on by default. To turn off ntsec,

Re: How to tell if ntsec is on or off

2003-07-23 Thread Larry Hall
[EMAIL PROTECTED] wrote: On 23 Jul, I wrote: I was going to qualify this with `when ntsec is defined in CYGWIN' It's not easy to find out if ntsec is turned on, is it? When I wrote the above, I was thinking ntsec turned on means $CYGWIN includes the word ntsec. But I think I've just realised

Re: How to tell if ntsec is on or off

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 10:54:06AM -0400, Larry Hall wrote: [EMAIL PROTECTED] wrote: On 23 Jul, I wrote: I was going to qualify this with `when ntsec is defined in CYGWIN' It's not easy to find out if ntsec is turned on, is it? When I wrote the above, I was thinking ntsec turned on means

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Carlo, Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: [...] Could anyone point out where the documentation to build the cygwin dll is? I don't know, please write one! Try this: #!/bin/bash # modify these two settings to your needs: export src=/winsup/src export inst=/tmp/winsup

Re: ImageMagick/PerlMagick

2003-07-23 Thread Gerrit P. Haase
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 08:29 schriebst du: [...] Seems to be a missing lib or path to find it. Takers? Please provide the output of perl Makefile.PL. Then look into Makefile.PL, there needs to be a reference to asll the IM libraries that needs to be on the link line when

Re: documentation on building the cygwin dll

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: [...] Could anyone point out where the documentation to build the cygwin dll is? I don't know, please write one! Perhaps you should read further in the thread to where the FAQ

Re: How to tell if ntsec is on or off

2003-07-23 Thread Larry Hall
Christopher Faylor wrote: On Wed, Jul 23, 2003 at 10:54:06AM -0400, Larry Hall wrote: [EMAIL PROTECTED] wrote: On 23 Jul, I wrote: I was going to qualify this with `when ntsec is defined in CYGWIN' It's not easy to find out if ntsec is turned on, is it? When I wrote the above, I was

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Carlo, you posted the log here: Ok, here's another URL then: http://210.23.117.69/zxff/index.html Instead, sending the error message in the mail would be more useful: c++ -L/src/obj/i686-pc-cygwin/winsup -L/src/obj/i686-pc-cygwin/winsup/cygwin

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Christopher, Am Mittwoch, 23. Juli 2003 um 17:14 schriebst du: On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: [...] Could anyone point out where the documentation to build the cygwin dll is? I don't know, please write

Re: documentation on building the cygwin dll

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:53:52PM +0200, Gerrit P. Haase wrote: Hallo Christopher, Am Mittwoch, 23. Juli 2003 um 17:14 schriebst du: On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: [...] Could anyone point out where the

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
Please provide the output of perl Makefile.PL. See my next post. Then look into Makefile.PL, there needs to be a reference to asll the IM libraries that needs to be on the link line when building the module for Perl. Ditto. --- Outgoing mail is certified Virus Free. Checked by AVG

Setup fails on XP Pro : no files in /etc + no permissions in /bin

2003-07-23 Thread Milner, Jon (EU-SES)
When I attempt to install Cygwin on my (new) XP Pro machine, setup appears to complete okay, and I can launch bash, but something has gone badly wrong (see listings below). Anyone know what I am doing wrong? (Or what extra information I need to provide to enable a diagnosis). bash-2.05b$ cd /etc

DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Jeffery B. Rancier
cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Richard Anderson
When I start Cygwin 1.3.22-1 and then try to shut down Windows XP using the normal Start / Turn Off Computer procedure, Windows pops up the End Program - Cygwin ... Windows cannot end this program dialog box. The cygwin ps command shows only a bash shell running. I tried using Start / Run /

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Jeffery B. Rancier
[EMAIL PROTECTED] (Jeffery B. Rancier) writes: It appears the list maintainer zapped my text? Here it is again: I installed ctags 5.5 today, after having problems with the Gnus Emacs etags not recognizing my cygwin mounts. It seems to work OK, but three times I received the following Windows

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Larry Hall
Jeffery B. Rancier wrote: -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ As a note for future reference, it is generally

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Timothy C Prince
I'm happy to end bash with an exit or ctrl-D to allow it to keep its records in order. When Windows cannot end... you have the choice of killing it or winding it up properly. -Original Message- From: Richard Anderson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 23 Jul 2003

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Randall R Schulz
Richard, You know, we heard you the first time... At 10:02 2003-07-23, Richard Anderson wrote: When I start Cygwin 1.3.22-1 and then try to shut down Windows XP using the normal Start / Turn Off Computer procedure, Windows pops up the End Program - Cygwin ... Windows cannot end this program

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Larry Hall
Jeffery B. Rancier wrote: [EMAIL PROTECTED] (Jeffery B. Rancier) writes: It appears the list maintainer zapped my text? Here it is again: I installed ctags 5.5 today, after having problems with the Gnus Emacs etags not recognizing my cygwin mounts. It seems to work OK, but three times I

Re: Setup fails on XP Pro : no files in /etc + no permissions in /bin

2003-07-23 Thread Max Bowsher
Milner, Jon (EU-SES) wrote: When I attempt to install Cygwin on my (new) XP Pro machine, setup appears to complete okay, and I can launch bash, but something has gone badly wrong (see listings below). Anyone know what I am doing wrong? (Or what extra information I need to provide to enable a

Questions about building from CVS (was Re: documentation on building the cygwin dll)

2003-07-23 Thread David Rothenberger
Gerrit P. Haase writes: Try this: #!/bin/bash Gerrit, Thanks for the script! I just started building the cygwin DLL from sources last week and this script sure does make it easier. I do have two questions for those that have done it successfully. First, how do you do the update from

RE: documentation on building the cygwin dll

2003-07-23 Thread Robb, Sam
Carlo, Don't know if this will help, but I've attached a makefile and script that I use to do a checkout and build of the Cygwin DLL source from CVS. -Samrobb -Original Message- From: Carlo Florendo [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 2:20 AM To: [EMAIL

Re: Questions about building from CVS (was Re: documentation on building the cygwin dll)

2003-07-23 Thread Max Bowsher
David Rothenberger wrote: Gerrit P. Haase writes: Try this: #!/bin/bash Gerrit, Thanks for the script! I just started building the cygwin DLL from sources last week and this script sure does make it easier. I do have two questions for those that have done it successfully.

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Richard Anderson
So this is a know issue? Seems like non-standard behavior for a Windows app. All Windows apps that I know of catch the shutdown interrupt, clean up their data structures and exit gracefully. Is there some reason why Cygwin can't do this? Richard Anderson [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-23 Thread Igor Pechtchanski
On Wed, 16 Jul 2003, Gary R. Van Sickle wrote: I've been using 1.5.0 for my large build environment since it was released. No problems yet. Same story here, with one exception, discussed later. I used all the latest [test] libs, bash, etc at work all day today, rebuilt gcc from cvs,

Error message from gcc: entry point putc_unlocked could not be located ...

2003-07-23 Thread David Guaspari
I just installed cygwin1.dll 1.3.22-1 and gcc 3.2.3. Attempts to compile with gcc result in the error message: entry point putc_unlocked could not be located in the dynamic link library cygwin1.dll Queries about this were posted to the archive a year or so ago, and the replies all said,

RE: Error message from gcc: entry point putc_unlocked could not be l ocated ...

2003-07-23 Thread Vince Hoffman
You may have 2 versions of the cygwin dll then, post the contents of cygcheck -s -v -r as an uncompressed attachment to the list. (and try a search on cygwin1.dll and see if you can find it more than once. -Original Message- From: David Guaspari [mailto:[EMAIL PROTECTED] Sent: 23 July

Re: ACL or file locking issue?

2003-07-23 Thread Igor Pechtchanski
On Wed, 16 Jul 2003, msg wrote: Greetings: Is this an ACL or file locking issue? Trying to copy a registry file in a 'bash' shell as a privileged user (whoami /priv appears below) yields: (root's prompt is '#') # cd /cygdrive/c/winnt/system32/config # cp SAM /var/tmp cp:'SAM.exe' and

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Larry Hall
Richard Anderson wrote: So this is a know issue? Seems like non-standard behavior for a Windows app. All Windows apps that I know of catch the shutdown interrupt, clean up their data structures and exit gracefully. Is there some reason why Cygwin can't do this? Let's turn the question around.

Re: Skipping the /proc filesystem

2003-07-23 Thread Shankar Unni
Randall R Schulz wrote: At 18:15 2003-07-22, David A. Cobb wrote: I would wish to tell find not to get involved with the /proc filesystem at all. Can that easily be done? Very easily: % find / -path '/proc' -prune -o -print Would it make sense to identify the inodes under /proc/registry as

RE: CYGwin PerlMagick install

2003-07-23 Thread Bill McCormick
Well I finally got it to compile by linking against libMagick.dll.a as opposed to libMagick.la. However, 'make test' seems to be unhappy; it appears there still may be a problem as indicated by the make: *** [test_dynamic] Error 255 line (at the bottom) which makes me think there is a problem

Re: xpdf ./configure error: Doesn't find specified libraries (But they are there??)

2003-07-23 Thread Igor Pechtchanski
On Thu, 17 Jul 2003, Rafael Jimenez wrote: Dear list, I am encountering some problems when building xpdf-0.92 under cygwin. I built the t1lib libraries, and installed in /usr/local/lib/ and /usr/local/include/. However, it seems that the ./configure script doesn't find them, even though I

Re: Error message from gcc: entry point putc_unlocked could not be l ocated ...

2003-07-23 Thread Larry Hall
If you weren't upgrading Cygwin on this machine, then follow Vince's advice. You have an older copy of cygwin1.dll on your system somewhere. Otherwise, just reboot. You must have Cygwin services running which prevent the newly upgraded DLL from replacing the existing one. You should have

Re: tar 1.13.25 runs forever and produces nothing on this test case

2003-07-23 Thread Igor Pechtchanski
Hmm, I wonder if it would make sense to have an FAQ entry with this info? I know it's not Cygwin specific, but something like: Q: How do I debug something on a Cygwin system? A: Same way you do it under any Unix system, i.e., and the info Larry provided below. The above would be nice

Re: Questions about building from CVS

2003-07-23 Thread Gerrit P. Haase
Hallo David, Am Mittwoch, 23. Juli 2003 um 19:52 schriebst du: [...] Second, when I run make install (or your script), I find that it produces many errors related to directories not existing in the install directory. I generally have to create them by hand and then re-run make install. I

RE: Spammers watching this user forum

2003-07-23 Thread Igor Pechtchanski
Yes, but not in the *body* of the message (so, your quoted message below shows the unobfuscated address for Brian Dessent, as well as for the Cygwin list). Furthermore, the archives at http://cygwin.com/ml/cygwin/ aren't the only archives of this mailing list, and different archives have

RE: tar 1.13.25 runs forever and produces nothing on this test case

2003-07-23 Thread Igor Pechtchanski
On Thu, 17 Jul 2003, Biederman, Steve wrote: You'll also want the source for tar. Get that from setup too. I don't see where I have a choice within setup for source ... It's the checkbox marked Src between the version and the name of the package. Igor --

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Jeffery B. Rancier
Larry Hall [EMAIL PROTECTED] writes: It's not a bug, unless you consider a Windows program not being able to understand Cygwin symbolic links a bug. I don't think there is much chance of changing Windows to permit all applications a proper understanding though. I see. Why does it work at

Cannot link C++ code under gcc 3.2 running cygwin under Windows 2000

2003-07-23 Thread Robert Deschambault
Hello, I have tried to find what my problem is by reading numerous lists, but I haven't managed to figure out exactly what is going on. I suspect I have a problem with either an incorrect library location or something similar. I can compile straight C code and produce a working executable file

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
From a cygwin list post: You wrote ... This looks weird: 'LIBS' = ['-L/usr/local/lib -lMagick -L/usr/X11R6/lib \ -L/usr/X11R6/lib -L/usr/lib -L/lib -ljbig \ -ltiff -lfreetype -ljpeg -lpng -ldpstk \ -ldps -lXext -lSM

Re: bash: cat EOF

2003-07-23 Thread Igor Pechtchanski
On Sat, 19 Jul 2003, Samuel Thibault wrote: Le sam 19 jui 2003 00:39:13 GMT, Christopher Faylor a tapot sur son clavier : On Fri, Jul 18, 2003 at 09:38:46PM -0400, Samuel Thibault wrote: Hi, We have installed cygwin on w2k (5.00.2195 service pack 3), but the files are actually hosted

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: Larry Hall [EMAIL PROTECTED] To: Robert Deschambault [EMAIL

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: Larry Hall [EMAIL PROTECTED] To: Robert Deschambault [EMAIL

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: Larry Hall [EMAIL PROTECTED] To: Robert Deschambault [EMAIL

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: Larry Hall [EMAIL PROTECTED] To: Robert Deschambault [EMAIL

Cannot link C++ code under gcc 3.2 running cygwin under Windows 2000

2003-07-23 Thread Keen Wayne A Contr AFRL/MNGG
gcc -v -o hello2 hello.cpp You are using gcc to compile C++ code, when you should use g++. Wayne -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Problem with xinetd as a service

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003, Larry Hall wrote: Christopher Faylor wrote: On Sun, Jul 20, 2003 at 07:41:42PM -0700, Martin Gainty wrote: verify [HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/] native=C:\\local\\cygwin What's the opposite of a gold star? A raspberry?

RE: Skipping the /proc filesystem

2003-07-23 Thread Chris January
Randall R Schulz wrote: At 18:15 2003-07-22, David A. Cobb wrote: I would wish to tell find not to get involved with the /proc filesystem at all. Can that easily be done? Very easily: % find / -path '/proc' -prune -o -print Would it make sense to identify the inodes under

RE: Cygwin version 1.3.20

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003, Henry Da Costa wrote: Larry Hall wrote: Why do you only have the executable? Also, why can't the provider of this executable give you with the support you need? Strictly speaking, if the provider hasn't purchased a commercial license from Red Hat, they are legally

Re: Subject: Corrupt characters in cygwin console (:310)

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003 [EMAIL PROTECTED] wrote: Subject: Corrupt characters in cygwin console (:310) I have recently installed cygwin on a Windows98 machine. In the cygwin console (and also the bash.exe console), I get corrupt characters after I type every 5 or so letters. Usually something

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Richard Anderson
- Original Message - From: Larry Hall [EMAIL PROTECTED] To: Richard Anderson [EMAIL PROTECTED] Cc: Timothy C Prince [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 11:41 AM Subject: Re: How to diagnose Cygwin / Windows shutdown problem Richard Anderson wrote: So

Re: Cygwin prevents normal Windows shutdown

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003, Richard Anderson wrote: When I start Cygwin 1.3.22-1 with the installed shortcut (which points to C:\cygwin\cygwin.bat) and then try to shut down Windows XP using the normal Start / Turn Off Computer procedure, Windows pops up the End Program - Cygwin ... Windows cannot

Re: Thread.start()

2003-07-23 Thread Igor Pechtchanski
On Tue, 22 Jul 2003, P.B. Dushkin wrote: Greetings. I hope this is the appropriate way to correspond with the list. I have been building an rmi client/server program using cygwin. my development environment is the jdk1.3.1 08. The GNU bash is version 2.05b.0(9)-release (i686-pc-cygwin). My

Re: GCC: Split it ?

2003-07-23 Thread Igor Pechtchanski
On Tue, 22 Jul 2003, Gareth Pearce wrote: IMHO, this looks like a PTC situation.. prehaps more likely MOTC. ;) ^^ Miscellaneous Opinions? ;-) Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL

RE: Skipping the /proc filesystem

2003-07-23 Thread Randall R Schulz
At 13:59 2003-07-23, Chris January wrote: Randall R Schulz wrote: At 18:15 2003-07-22, David A. Cobb wrote: I would wish to tell find not to get involved with the /proc filesystem at all. Can that easily be done? Very easily: % find / -path '/proc' -prune -o -print Would it make sense

Re: Questions about building from CVS

2003-07-23 Thread Igor Pechtchanski
On Wed, 23 Jul 2003, David Rothenberger wrote: [snip] First, how do you do the update from CVS? If I go into the src directory (created from cvs checkout winsup) and run cvs update, I get a whole bunch of other packages in addition to winsup, which isn't right. If I run cvs update in

Re: Cygwin prevents normal Windows shutdown

2003-07-23 Thread Richard Anderson
- Original Message - From: Igor Pechtchanski [EMAIL PROTECTED] To: Richard Anderson [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 2:34 PM Subject: Re: Cygwin prevents normal Windows shutdown On Mon, 21 Jul 2003, Richard Anderson wrote: When I start Cygwin

Re: Cygwin prevents normal Windows shutdown

2003-07-23 Thread Randall R Schulz
Richard, For starters, you're sending two copies of your messges (some of them, anyway), both a To: copy and a CC: copy. Please try to avoid that. At 15:19 2003-07-23, Richard Anderson wrote: - Original Message - From: Igor Pechtchanski [EMAIL PROTECTED] To: Richard Anderson [EMAIL

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Igor Pechtchanski
On Wed, 23 Jul 2003, Jeffery B. Rancier wrote: Larry Hall [EMAIL PROTECTED] writes: It's not a bug, unless you consider a Windows program not being able to understand Cygwin symbolic links a bug. I don't think there is much chance of changing Windows to permit all applications a proper

RE: Error message from gcc: entry point putc_unlocked could not be l ocated ...

2003-07-23 Thread David Guaspari
Correct advice, thank you. There was an old copy of cygwin1.dll lying around. David Guaspari ATC-NY 33 Thornwood Drive, Suite 500 Ithaca NY 14850 (607) 266-7114 [EMAIL PROTECTED] -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 2:48 PM To:

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Andrew DeFaria
Randall R Schulz wrote: Cygwin apps don't know about and cannot respond to the system-generated messages that request that applications quit in preparation for the system to shut down or the user to log off. Cannot respond to? When a system-generated message that requests that applications

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Randall R Schulz
Andrew, Cygwin apps don't have a Windows event handler do they? The two programming models (Win32 and POSIX) are fundamentally different, so based on my very limited understanding, it seems that Cygwin itself (code in Cygwin1.dll) would have to intercept these OS-generated events and

Re: CYGwin PerlMagick install

2003-07-23 Thread Gerrit P. Haase
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 20:47 schriebst du: Well I finally got it to compile by linking against libMagick.dll.a as opposed to libMagick.la. However, 'make test' seems to be unhappy; it appears there still may be a problem as indicated by the make: *** [test_dynamic] Error

SFTP only account

2003-07-23 Thread Tommie Porter
Sorry if this issue has been addressed before, but I can't find any instances of it in the archives. First off, I want to know if it's possible to have an SFTP only account. I know it's possible(FTP only) on OpenBSD. If you set their shell to /bin/false, they can't log in remotely, but can

Re: How to diagnose cygwin / Windows shutdown problem

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:34:12PM -0700, Randall R Schulz wrote: Cygwin apps don't have a Windows event handler do they? They do in some situations but not by default. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Andrew DeFaria
Randall R Schulz wrote: Andrew, Cygwin apps don't have a Windows event handler do they? To tell you the truth... I don't know for sure. The two programming models (Win32 and POSIX) are fundamentally different, so based on my very limited understanding, it seems that Cygwin itself (code in

Re: Cygwin's vanilla sed : capabilities and limitations

2003-07-23 Thread Peter S Tillier
Igor Pechtchanski wrote: On Wed, 16 Jul 2003, Igor Pechtchanski wrote: On Wed, 16 Jul 2003 [EMAIL PROTECTED] wrote: Q2. Is there a way using the supplied sed without major enhancements to change abc x def to def x abc: that is, to grab two distinct portions and swap them (using $1,$2 or

RE: CYGwin PerlMagick install

2003-07-23 Thread Bill McCormick
Change the permissions of all the .t files: $ cd t $ chmod 644 *.t Then look at the permissions with `ls -l`. Should be s.th. like this: -rw-r--r-- ... test.t That was actually the first thing I looked at. For example: I ran 'make test' as Administrator, saw the errors and looked at ...

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Igor Pechtchanski
There is such a mechanism on Win2k. I don't think there is one on Win9x. This thread seems to indicate that there isn't one on WinXP, either, at least not for shutdown messages. Igor On Wed, 23 Jul 2003, Andrew DeFaria wrote: Randall R Schulz wrote: Andrew, Cygwin apps don't

Re: SFTP only account

2003-07-23 Thread Igor Pechtchanski
On Wed, 23 Jul 2003, Tommie Porter wrote: Sorry if this issue has been addressed before, but I can't find any instances of it in the archives. First off, I want to know if it's possible to have an SFTP only account. I know it's possible(FTP only) on OpenBSD. If you set their shell to

apache dies with pppoe

2003-07-23 Thread Bill McCormick
I think this is a new one. I'm running Apache behind a nat'd f/w router attached to a dsl modem that dhcp's an ip from a pppoe connection. When the IP address changes, Apache must be restarted. At the moment I'm cron'ing a restart - but that's a kludge. Anybody have a similar setup with a

Re: apache dies with pppoe

2003-07-23 Thread Carlo Florendo
I think this is a new one. I'm running Apache behind a nat'd f/w router attached to a dsl modem that dhcp's an ip from a pppoe connection. When the IP address changes, Apache must be restarted. At the moment I'm cron'ing a restart - but that's a kludge. Anybody have a similar setup

Re: [Ready for test/1.5.0] xpm-nox

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Charles Wilson wrote: Simply recompiled on a cygwin-1.5.0 system. No other changes. (But that makes TWO DLL-positive packages released monolithically!) Someone please get Chuck some coffee, I fear he needs or else he'll be creating monolithic packages all year! ;-) --

Re: TEST: patch-2.5.8-4

2003-07-23 Thread Corinna Vinschen
On Tue, Jul 22, 2003 at 09:53:44PM -0400, Charles Wilson wrote: Corinna Vinschen wrote: Hi, I've uploaded the 64 bit version of patch, 2.5.8-4, marked as test. This didn't work, for me. I got (from memory, this was late last night) a Illegal seek value error message or something every

RE: [setup PATCH] Obsolete next_dialog use.

2003-07-23 Thread Robert Collins
On Wed, 2003-07-23 at 13:31, Gary R. Van Sickle wrote: 2003-07-22 Gary R. Van Sickle [EMAIL PROTECTED] * dialog.h (next_dialog): Remove global variable, obsolete. (do_fromcwd): Change function declaration. (NEXT): Remove obsolete macro. * download.cc

Re: Review required for whitespace changes?

2003-07-23 Thread Max Bowsher
Robert Collins wrote: On Wed, 2003-07-23 at 02:29, Max Bowsher wrote: May I apply whitespace changes which are in keeping with the style of surrounding code and the rest of setup without explicit review? Are such things supposed to be ChangeLogged? Example: -UINT Window::IsButtonChecked

Re: [setup PATCH] Obsolete next_dialog use.

2003-07-23 Thread Robert Collins
On Wed, 2003-07-23 at 20:45, Max Bowsher wrote: Of course. The patch I posted is the simple part of this change - entirely deletions of what I believe to be no-ops. It is also standalone. If you could review that first, I will pre-review Gary's followup patch above. That would be great.

[setup PATCH] Trivial: Remove redundant declarations.

2003-07-23 Thread Max Bowsher
In future, can I commit patches of this complexity without review? Max. 2003-07-23 Max Bowsher [EMAIL PROTECTED] * dialog.h (do_choose, do_desktop, do_local_dir, do_net, do_other) (do_root, do_site, do_source, do_splash): Remove declarations, since these functions no longer exist. Index:

Re: [setup PATCH] Obsolete next_dialog use.

2003-07-23 Thread Max Bowsher
Robert Collins wrote: On Wed, 2003-07-23 at 20:45, Max Bowsher wrote: Of course. The patch I posted is the simple part of this change - entirely deletions of what I believe to be no-ops. It is also standalone. If you could review that first, I will pre-review Gary's followup patch above.

Gary: LogFile::Exit/IDD_SPLASH changes.

2003-07-23 Thread Max Bowsher
Issue: LogFile::Exit **REVERSION REQUESTED** * LogFile.cc (LogFile::exit): Only exit() on error, otherwise return to caller. * LogFile.h (LogFile::exit): Remove noreturn attribute. * LogSingleton.h (LogSingleton::exit): Remove noreturn attribute. * main.cc

Gary: Your diff.txt patches.

2003-07-23 Thread Max Bowsher
Gary - please could you modify the way you work with your diff.txt patches, in order to make merging your changes not be a rapidly steepening uphill struggle. Please don't include seperately submitted patches (i.e. the next_dialog removal stuff) in diff.txt. Please don't add further

Re: [setup PATCH] Trivial: Remove redundant declarations.

2003-07-23 Thread Robert Collins
On Thu, 2003-07-24 at 00:35, Max Bowsher wrote: In future, can I commit patches of this complexity without review? Yes. Rob -- GPG key available at: http://members.aardvark.net.au/lifeless/keys.txt. signature.asc Description: This is a digitally signed message part

Re: [setup PATCH] Obsolete next_dialog use.

2003-07-23 Thread Robert Collins
On Thu, 2003-07-24 at 00:41, Max Bowsher wrote: That would be great. Your patch looked fine to me. Hmm. Is that a commit approval? Yes. Rob -- GPG key available at: http://members.aardvark.net.au/lifeless/keys.txt. signature.asc Description: This is a digitally signed message part

  1   2   >