Re: gcc-3.2-3: bootstrap build fails (HAVE_DECL_GETOPT not in config.h?)

2002-12-02 Thread Anurag Sharma
Hi All, Has there been a resolution to this issue? I can't see any answeres in the previous posts. Regards, Anurag On Wed, 20 Nov 2002 10:14:59 +1100 Nigel Stewart & Fiona Smith <[EMAIL PROTECTED]> wrote: > Michael, > > I have encountered the same problem on my setup. > > Regards, > > Nigel

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Randall R Schulz
Andre, Whatever your problems are, they're local to your system. Although I'm usually loathe to make (or accept) this suggestion as a means to correct problems, perhaps you should re-install Acrobat Reader. By the way, version 5.1 is out, so perhaps you could upgrade while you're at it (if you

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Andre Srinivasan
e> What happens when you run acrobat directly from the cygwin terminal e> without using cygstart? or what about running e> \winnt\system32\cmd.exe /K \path\to\acrobat? Invoking 'acrord32 foo.pdf' directly from a cygwin terminal (rxvt) causes a Dr. Watson. Invoking it via 'cmd /k 'c:\Program File

Re: ls.exe shows windows system hidden files

2002-12-02 Thread Andrew DeFaria
Randall R Schulz wrote: Andrew, Cygwin uses stock "ls" source code. Cygwin's "ps" is entirely it's own--it's all "distinctly Cygwin." Makes sense. Still I would like ls to do it (in my case by default). You see I'm one of those, I guess, few Windows users who actually uses hidden files and

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Paul G.
I am inclined to believe it is AcroRd induced. Even so, if I use the Cygwin command prompt (bash/rxvt), and manually navigate to the appropriate directory, AcroRd32.exe launches just fine with "start" (NT4). So, if your program is setting the working directory correctly (pwd), then it should b

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Michael Schaap
On 3-12-2002 0:28, Andre Srinivasan wrote: BB> What happens using plain start (C:\WINDOWS\COMMAND\start.exe)? I can't seem to find start.exe on my W2K box. No such thing on W2K. "start" is a cmd.exe builtin. You could try: $ cmd /c start - Michael -- Unsubscribe info: http://c

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Michael Schaap
On 2-12-2002 23:57, Charles Wilson wrote: Andre Srinivasan wrote: I noticed sometime in August or September that I could no longer invoke acroreader (v5.0.5) via cygstart or directly from AcroRd32 if I wanted to view a document. If I do invoke either, I get a Dr. Watson (which I've appended).

Re: cygwin telnet issues from dos prompt & tera term

2002-12-02 Thread praymond8
Greetings, OOPS! SORRY! Paul R [EMAIL PROTECTED] On Thu, 28 Nov 2002 10:47:48 +0100 Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Thu, Nov 28, 2002 at 06:30:41AM +, Elfyn > McBratney wrote: > > Hi, > > [...] > > [EMAIL PROTECTED] > > > > >Greetings Cygwin Support, > > Oh and, btw., this

Re: cygwin's autoconf?

2002-12-02 Thread Soren A
Robert Collins <[EMAIL PROTECTED]> wrote in 1038820917.2953.13.camel@lifelesswks:">news:1038820917.2953.13.camel@lifelesswks: > On Mon, 2002-12-02 at 11:36, Soren A wrote: >> At the very LEAST, something that does what AM_MAINTAINER_MODE >> causes, should have been the *default* for all autotool

Re: ls.exe shows windows system hidden files

2002-12-02 Thread Randall R Schulz
Andrew, Cygwin uses stock "ls" source code. Cygwin's "ps" is entirely it's own--it's all "distinctly Cygwin." I still think an orthogonal approach is what's called for here. Otherwise, the number of commands that could reasonably be expected to have this sort of functionality would be much to

Re: ls.exe shows windows system hidden files

2002-12-02 Thread Randall R Schulz
Chris, I suppose that would be an adequate basis for constructing something with the effect I imagined. Realistically, if I cared about being able to do this, I'd probably wrap the Windows "attrib" command in a script that would allow it to accept Cygwin's POSIX paths and to allow it to act li

Re: ls.exe shows windows system hidden files

2002-12-02 Thread Christopher Faylor
On Mon, Dec 02, 2002 at 01:39:58PM -0800, Randall R Schulz wrote: >Perhaps a utility analogous to "getfacl" and "setfacl" for >Windows-specific file system properties is in order. If done properly, >it could be used by those few who need to restrict output of other >commands w.r.t. to Windows pro

Re: ls.exe shows windows system hidden files

2002-12-02 Thread Andrew DeFaria
[EMAIL PROTECTED] wrote: Hi, Try to remember that cygwin is a unix emulation layer for windows that tries to emulate unix in as many respects as possible. To change the ls source to accomadate for something windows uses to hide files, sometimes unknown from its users, would not be unix like.

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Andre Srinivasan
BB> What happens using plain start (C:\WINDOWS\COMMAND\start.exe)? I can't seem to find start.exe on my W2K box. -andre. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Andre Srinivasan
... CW> function pdfv () { CW> cygstart /d/Program\ Files/Adobe/Acrobat\ 5.0/Reader/AcroRd32.exe CW> \"`cygpath -w -a $1`\" & CW> } I get the same Dr. Watson when I try the above. I agree, I don't think it's cygstart, but it feels like there is a race condition or mutex issue exposed w

Re: cygwin emacs: broken key mappings

2002-12-02 Thread [EMAIL PROTECTED]
Hi, Just so you know, you do not need X to run rxvt. The rxvt distributed with cygwin (X:\cygwin\bin\rxvt.exe) does not require any libs from XFree86 only the normal win32 libs and the cygwin1.dll. Elfyn [EMAIL PROTECTED] Original Message: - From: Jason Dufair [EMAIL PROTECTED] D

Re: cygwin emacs: broken key mappings

2002-12-02 Thread Jason Dufair
I'm having this same problem and have tty in my CYGWIN env var. I don't run X and really don't care to, so xterm and rxvt aren't options. Is there anything I can do to fix this? Joe Buehler wrote: [EMAIL PROTECTED] wrote: The emacs C-c, C-h and C-SPC keys are broken: C-c maps to C-g

Re: cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Charles Wilson
Andre Srinivasan wrote: I noticed sometime in August or September that I could no longer invoke acroreader (v5.0.5) via cygstart or directly from AcroRd32 if I wanted to view a document. If I do invoke either, I get a Dr. Watson (which I've appended). On the otherhand, if I invoke IE and pass it

cygstart foo.pdf results in 'AcroRd32.exe has generated errors'

2002-12-02 Thread Andre Srinivasan
I noticed sometime in August or September that I could no longer invoke acroreader (v5.0.5) via cygstart or directly from AcroRd32 if I wanted to view a document. If I do invoke either, I get a Dr. Watson (which I've appended). On the otherhand, if I invoke IE and pass it the file to open, acror

RE: ls.exe shows windows system hidden files

2002-12-02 Thread [EMAIL PROTECTED]
Hi, Sorry about the last post, I went into windows hate mode for a second. As I've been looking for something to contribute to cygwin, and things in the dll-to-do list seem to be for a time when I know more about the cygwin api and the like, how about I volunteer for this one? Elfyn [EMAIL PROTEC

RE: ls.exe shows windows system hidden files

2002-12-02 Thread [EMAIL PROTECTED]
Hi, Try to remember that cygwin is a unix emulation layer for windows that tries to emulate unix in as many respects as possible. To change the ls source to accomadate for something windows uses to hide files, sometimes unknown from its users, would not be unix like. But saying that if your requi

RE: ls.exe shows windows system hidden files

2002-12-02 Thread Randall R Schulz
Hi, Perhaps a utility analogous to "getfacl" and "setfacl" for Windows-specific file system properties is in order. If done properly, it could be used by those few who need to restrict output of other commands w.r.t. to Windows properties not otherwise accessible in Cygwin. Randall Schulz Moun

RE: ls.exe shows windows system hidden files

2002-12-02 Thread Wendell Pinegar
In our instance the reason this an issue is that we call the ls.exe utility from PHP web code and have found that Windows XP is creating system hidden files in some of our subdirectories (usually the XP auto-created thumbnail databases). We have also found other ls.exe implementations that do prop

Re: How to make setup.exe download everything?

2002-12-02 Thread Michael A Chase
On Mon, 02 Dec 2002 14:08:21 -0500 Francis Litterio <[EMAIL PROTECTED]> wrote: > I recently tried to use setup.exe to download everything from the latest > Cygwin release, but setup.exe only lets me download packages that are > not already installed. > > I need to download everything so I can ins

Re: How to make setup.exe download everything?

2002-12-02 Thread Michael A Chase
On Mon, 2 Dec 2002 16:02:03 -0500 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > If what you mean is to download *all* of the cygwin release you can do that > using the cygwin installer (http://cygwin.com/setup.exe) option `Download > From Internet' and set your download directory to wherever o

Re: FAQ now misleads about cygcheck output

2002-12-02 Thread Igor Pechtchanski
On Sun, 1 Dec 2002, Jason C. Johnston wrote: > 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 f

RE: How to make setup.exe download everything?

2002-12-02 Thread [EMAIL PROTECTED]
HI, If what you mean is to download *all* of the cygwin release you can do that using the cygwin installer (http://cygwin.com/setup.exe) option `Download >From Internet' and set your download directory to wherever on the windows filesystem you want to store the downloaded release. Just click throu

Re: Cygwin official logo ?

2002-12-02 Thread Igor Pechtchanski
On Fri, 29 Nov 2002, Peter A. Castro wrote: > On Fri, 29 Nov 2002, Elfyn McBratney wrote: > > > I think the linux pengu should stay with them. I do like the idea for a > > koala. Is anyone a good drawer? > > For what it's worth, the Koala is on a few O'Reilly books (HTML related > books). Rats,

Re: PostgreSQL 7.3 Package for Cygwin

2002-12-02 Thread Jason Tishler
Daniel, On Mon, Dec 02, 2002 at 11:37:15AM -0500, Daniel Morgan wrote: > Does anyone have a PostgreSQL 7.3 binary package for Cygwin? > > PostgreSQL version 7.3 was just recently released. > > http://archives.postgresql.org/pgsql-announce/2002-11/msg4.php Thanks for the heads up. I will re

Re: how to be "superuser" on W98 ?

2002-12-02 Thread Igor Pechtchanski
On Thu, 28 Nov 2002, Don Sharp wrote: > joel fernandez wrote: > > > > Thank you for your help, > > > > But I read this doc before sending the mail, and I don't understand why I can't >have root permissions. > > Don't fret. It isn't the lack of root permissions that is hiding > /usr/bin and /usr/l

How to make setup.exe download everything?

2002-12-02 Thread Francis Litterio
I recently tried to use setup.exe to download everything from the latest Cygwin release, but setup.exe only lets me download packages that are not already installed. I need to download everything so I can instal Cygwin on a non-networked machine, can anyone tell me how to use setup.exe to download

Re: ls.exe shows windows system hidden files

2002-12-02 Thread Randall R Schulz
Wendell, That is at the very best a matter of opinion and I don't think your opinion is widely shared. In particular, the mixing of file system models in the "ls" source code that would be required to implement your suggestion would render ls a horse of a different color and would set a poor pr

RE: [ANNOUNCEMENT] Updated cygwin package: rxvt-2.7.9-2

2002-12-02 Thread Sergei Okhapkin
Shift-KP- and Shift-KP+ no longer change the font size in Windows mode. The hotkeys work fine in X-Window mode. -Original Message- From: Steve O [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 12:00 PM To: [EMAIL PROTECTED] Subject: [ANNOUNCEMENT] Updated cygwin package: rxvt-2

Re: ls.exe shows windows system hidden files

2002-12-02 Thread Max Bowsher
Wendell Pinegar <[EMAIL PROTECTED]> wrote: > There seems to be a long running defect in the implementation of > ls.exe. It shows windows system hidden files - which it shouldn't do > by default. On Unix systems files are hidden by placing a period in > front of the filename (ie, .profile), but i

Re: cygwin official logo ?

2002-12-02 Thread Jehan
Charles Wilson wrote: Yeah, that's a good idea. Let's infringe on a Disney copyright. They don't usually mind that sort of thing, do they? [...] What was that about 'stitch'? Sorry, sorry, I was just kidding. I always found the girl in the movie had a funny of saying "I think it's a koala".

RE: When will we see chkconfig and xinetd?

2002-12-02 Thread Sergei Okhapkin
The packages are being reviewed. If you need the packages ASAP, you'll find them at http://users.rcn.com/sokhapkin/release/ -Original Message- From: Jim Drash [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:46 AM To: [EMAIL PROTECTED] Subject: When will we see chkconfig and

ls.exe shows windows system hidden files

2002-12-02 Thread Wendell Pinegar
There seems to be a long running defect in the implementation of ls.exe. It shows windows system hidden files - which it shouldn't do by default. On Unix systems files are hidden by placing a period in front of the filename (ie, .profile), but in the windows world files are not routinely hidden t

PostgreSQL 7.3 Package for Cygwin

2002-12-02 Thread Daniel Morgan
Does anyone have a PostgreSQL 7.3 binary package for Cygwin? PostgreSQL version 7.3 was just recently released. http://archives.postgresql.org/pgsql-announce/2002-11/msg4.php -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: cygwin official logo ?

2002-12-02 Thread Barry Buchbinder
Don't even think about it. It's under Disney copyright, and the word "agressive" doesn't come close to describing how Disney protects their copyrights. - Barry -Original Message- From: Jehan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:35 am To: [EMAIL PROTECTED] Subject

¿ QUIERES GANAR DINERO POR INTERNET ??

2002-12-02 Thread Dinero en Internet
Si tienes una computadora, una conexion a internet y quieres ganar dinero, ESTA ES LA OPORTUNIDAD DE TU VIDA Envia un email a la direccion: [EMAIL PROTECTED] ESPERAMOS TU RESPUESTA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

Re: cygwin official logo ?

2002-12-02 Thread Charles Wilson
Jehan wrote: Corinna Vinschen wrote: That's ok with me but my intend is to find a neat animal (there are lots of them besides otters and koalas) What about a "stitch"? In the movie they say it looks like a koala and I'm sure O'Reilly didn't use it on their books. :) Yeah, that's a good idea

[ANNOUNCEMENT] Updated cygwin package: rxvt-2.7.9-2

2002-12-02 Thread Steve O
Hi, rxvt is a terminal program that can be used instead of the windows command shell. It does not require an X server. This release fixes some multibyte character issues and is built with --enable-languages, thanks to a series of patches from Cole Lin. It also re-enables xpm support, thanks to

Re: cygwin official logo ?

2002-12-02 Thread Gerald S. Williams
Christopher Faylor wrote: > Please grant me this one conceit. Linus likes penguins. I like otters. > > If there is going to be an animal mascot for cygwin it should be an otter. Bummer, I was going to suggest a baby swan (i.e., a cygnet). So, will it be a river otter or a sea otter? -Jerry

When will we see chkconfig and xinetd?

2002-12-02 Thread Jim Drash
Sergei? thanks in advance. -- 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/

Re: cygwin official logo ?

2002-12-02 Thread Jehan
Corinna Vinschen wrote: That's ok with me but my intend is to find a neat animal (there are lots of them besides otters and koalas) What about a "stitch"? In the movie they say it looks like a koala and I'm sure O'Reilly didn't use it on their books. :) Jehan -- Unsubscribe info: htt

Re: defaults

2002-12-02 Thread Christopher Faylor
On Mon, Dec 02, 2002 at 12:56:03PM -, Morrison, John wrote: >The first is that this script, although best as a postinstall, >would have be executed _after every install_. > >The other would be to get people to use it ;) > >Well, that's my mental thoughts on paper(?!). Any comments? >would it b

Re: cygwin official logo ?

2002-12-02 Thread Christopher Faylor
On Mon, Dec 02, 2002 at 09:55:37AM +0100, Corinna Vinschen wrote: >On Fri, Nov 29, 2002 at 12:32:46PM -0500, Chris Faylor wrote: >> If there is going to be an animal mascot for cygwin it should be an >> otter. > >That's ok with me but my intend is to find a neat animal (there are >lots of them besi

Re: cygwin official logo ?

2002-12-02 Thread Peter A. Castro
On Mon, 2 Dec 2002, Corinna Vinschen wrote: > On Fri, Nov 29, 2002 at 12:32:46PM -0500, Chris Faylor wrote: > > If there is going to be an animal mascot for cygwin it should be an > > otter. > > That's ok with me but my intend is to find a neat animal (there are > lots of them besides otters and

[ANNOUNCEMENT] Doxygen-1.2.18-1

2002-12-02 Thread Ryunosuke Satoh
Doxygen 1.2.18-1 is now available. HP: http://www.doxygen.org Doxygen is a documentation system for C++, C, Java, IDL (Corba, Microsoft, and KDE-DCOP flavors) and to some extent PHP and C#. See http://www.doxygen.org/manual.html for more information. Ryunosuke Satoh mailto:[EMAIL PROTECTED] C

defaults

2002-12-02 Thread Morrison, John
Hi all. This has been at the back of my mind for awhile now since having to do something for /etc/profile.default. What I'm thinking of is a directory structure containing default files and a script which, if the original of the default file doesn't exist, copies it. I'm specifically thinking of

Problem with CYGWISH

2002-12-02 Thread javadeveloper
Dear all, I'm using the latest cygwin release on a windows 2000 system. After having started cygwish and typing tk_getOpenFile, I get a response that an internal win32 error occured - of type CDERR_INITIALIZATION. Searching the net for any reasons didn't show any results yet. And Microsofts docume

Re: Question about Cygwin license

2002-12-02 Thread Corinna Vinschen
On Sun, Dec 01, 2002 at 10:22:01PM -, Chris January wrote: > Can standard GPL v2 code be included in Cygwin? No. It's incompatible with the Cygwin license. > What if I look at how that code does something and then write my own > implementation? What if the two implementations are very simila

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

VNC/ssh connection freezes, so does PC

2002-12-02 Thread fred ma
Hello, I'm using TightVNC1.2.2 on WinME to connect to a TightVNC server on a remote sunbox via cygwin's OpenSSH_3.5p1 (on both sun and WinME). It works for anywhere from 10 minutes to about 2 hours, then everything freezes. The computer is totally unresponsive. I can bring up the task manager,

Re: cygwin's autoconf?

2002-12-02 Thread Robert Collins
On Mon, 2002-12-02 at 11:36, Soren A wrote: > At the very LEAST, something that does what AM_MAINTAINER_MODE causes, > should have been the *default* for all autotool'd packages, and only by > significant contortions should it have been made possible to cause all that > "default" behavior to g

Re: max user processes

2002-12-02 Thread egor duda
Hi! Monday, 02 December, 2002 Lee Tuck [EMAIL PROTECTED] wrote: LT> Can I recompile or rebuild the cygwin source so that I LT> can set the maximum process per user id to 500? If LT> yes, how? Which is the source that I should change? LT> Hope that you can help out. If you want it, you'll have to

Re: cygwin official logo ?

2002-12-02 Thread Corinna Vinschen
On Fri, Nov 29, 2002 at 12:32:46PM -0500, Chris Faylor wrote: > If there is going to be an animal mascot for cygwin it should be an > otter. That's ok with me but my intend is to find a neat animal (there are lots of them besides otters and koalas) which isn't already on an O'Reilley book. I thou

max user processes

2002-12-02 Thread Lee Tuck
hi, Can I recompile or rebuild the cygwin source so that I can set the maximum process per user id to 500? If yes, how? Which is the source that I should change? Hope that you can help out. Thanks in advance. Regards, Lee __ Do you Yahoo!? Yahoo! M