RE: DocBook and OpenJade packages

2002-01-28 Thread Gary R. Van Sickle

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Foster
 Sent: Sunday, January 27, 2002 9:23 AM
 To: [EMAIL PROTECTED]
 Subject: DocBook and OpenJade packages


 Hi all,

 I've recently installed the DocBook text processing system under CygWin.
 This was quite fiddly, as there are many small tools that have to be
 downloaded and configured.


Holy bejesus you can say that again.  I spent way too much time trying to do
this myself with close to zero luck.

 I'm willing to volunteer to produce and maintain proper CygWin packages for
 these tools, so that they can be easily installed by just choosing the
 packages in the setup program.

 * Is this something you'd like?

I most definitely would.

 * Is anybody currently working on this?


Not me.  As I said I had done some work in this direction, but with so little to
show for it after much too much dinking around, I gave up a while ago.

[snip]

--
Gary R. Van Sickle
Brewer.  Patriot.




FW: failure notice

2002-01-28 Thread Rajat Bawa



Just wanted to know the support of the Cygwin utilities for 
 
- Files with Japanese data 
- Files with Japanese filenames 
 
 
Regards, 
Rajat Bawa



Re: Texmf stalled, or waiting for votes?

2002-01-28 Thread Corinna Vinschen

On Sun, Jan 27, 2002 at 04:24:49PM +0100, Jan Nieuwenhuizen wrote:
 Hi,
 
 What's the status of the texmf packages?  I expected to probably get
 some comment on the hint files (Corinna said they seemed ok, but
 didn't know too much about TeX), or some other suggestions for the
 packages; and hoped they'd be uploaded to contrib some time after.
 
 Possibly we're still waiting for a third aye vote?

As per Jerome's suggestion you should add the test markers to
your hint files and when you ping that you're ready, I'll upload
them, ok?  If you could give the URL again in your mail, I'd
appreciate it :-)

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



Re: for the brave

2002-01-28 Thread Earnie Boyd

Charles Wilson wrote:
 
 file:/Polgara/private/software/windows/cygwin-new/setup.ini
 file:Polgara/private/software/windows/cygwin-new/setup.ini
 

This makes sense.  You need two // after file: and two // before
Polgara.  The extra fifth / was just ignored.

Earnie.

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




RE: DocBook and OpenJade packages

2002-01-28 Thread Ralf Habacker

I' ve send this mail original to cygwin, because I was told to use the cygwin list, if 
not talking about cygwin
distributed apps, but I don*t know I you are listening to cygwin, soo this is a 
resent. :-)

 Hi all,

 I've recently installed the DocBook text processing system under CygWin.
 This was quite fiddly, as there are many small tools that have to be
 downloaded and configured.

 I'm willing to volunteer to produce and maintain proper CygWin packages for
 these tools, so that they can be easily installed by just choosing the
 packages in the setup program.

 * Is this something you'd like?

for the kde2.2.x port too. This would be nice for kdevelop, which need this

 * Is anybody currently working on this?

I have tried to compile Openjade, but without success. So I have stopped this.


 As per the guidelines at http://cygwin.com/setup.html, I've written proposed
 setup.hint files - they're at the end of this e-mail.  Comments welcome.
 I haven't started working on the actual packages yet.

 Kind regards,

 Jon Foster

 --- sgml-base/setup.hint ---
 # This package is assembled from:
 # - A perl script to maintain the SGML catalog file, probably from Debian's
 #   sgml-base package, and probably modified for cygwin - I haven't checked
 #   yet.
 # - ISO entity definitions, from http://www.oasis-open.org/cover/ISOEnts.zip
 # - HTML 3.2 DTDs from http://www.w3.org/TR/REC-html32
 # - HTML 4.0 DTDs from http://www.w3.org/TR/1998/REC-html40-19980424
 # - HTML 4.01 DTDs from http://www.w3.org/TR/1999/REC-html401-19991224
 #
 category: Text
 requires: perl bash
 # perl  - To run the SGML catalog maintainace script.
 # bash  - To run the post-install script to set up an SGML catalog.
 test: 1.01-1
 sdesc: A basic SGML tree, and tools to maintain it.
 ldesc: A basic SGML tree, and tools to maintain it.
 Includes the ISO entities, and the definitions of HTML 3.2, 4.0 and 4.01.

 --- openjade/setup.hint ---
 # Original source: http://openjade.sourceforge.net/
 category: Text
 requires: cygwin sgml-base bash
 # cygwin- This package contains binaries.
 # sgml-base - So we can add DTDs to the SGML catalog.
 # bash  - To run the post-install script to update the SGML catalog.
 test: 1.3.1-1
 sdesc: The OpenSP SGML parser and the OpenJade DSSSL processor.
 ldesc: The OpenSP SGML parser and the OpenJade DSSSL processor.

 OpenSP is a library for reading SGML files.

 OpenJade can transform SGML files into other formats, such as
 HTML and TeX files.  The transformation is controlled by DSSSL
 style sheets (not included).

 OpenJade is commonly used with the docbook and docbook-dsssl packages.

 For more information, see http://openjade.sourceforge.net/;

 --- xhtml-dtd/setup.hint ---
 # Original sources:
 # XHTML 1.0 DTD: http://www.w3.org/TR/xhtml1/
 # XHTML 1.1 DTD: http://www.w3.org/TR/xhtml11/
 #
 # (This package is included for completeness, not because DocBook needs it).
 #
 category: Text
 requires: sgml-base libxml2 bash
 # sgml-base - So we can add DTDs to the SGML catalog.
 # libxml2   - So we can add DTDs to the XML catalog.
 # bash  - To run the post-install script to update the SGML
 # and XML catalogs.
 test: 1.1-1
 sdesc: DTDs defining XHTML 1.0 and 1.1, for use by XML and SGML tools.
 ldesc: DTDs defining XHTML 1.0 and 1.1, for use by XML and SGML tools.

 For more information, see http://www.w3.org/MarkUp/;

 --- docbook/setup.hint ---
 # Original source: http://www.oasis-open.org/docbook/
 category: Text
 requires: sgml-base openjade bash
 # sgml-base - So we can add DTDs to the SGML catalog.
 # bash  - To run the post-install script to update the SGML catalog.
 # openjade  - not really required for installation, but if you
 # want to do anything *useful* with it you'll need an
 # SGML parser, and openjade is the only one cygwin offers.
 test: 4.1-1
 sdesc: An SGML DTD for writing books and other documentation.
 ldesc: An SGML DTD for writing books and other documentation,
 especially technical documentation.

 To convert DocBook documents to other formats such as HTML, you also need
 the package docbook-dsssl.

 This DTD is also available in XML flavour (in package 'docbook-xml').

 See http://www.oasis-open.org/docbook/ for more information.

 --- docbook-xml/setup.hint ---
 # Original source: http://www.oasis-open.org/docbook/
 category: Text
 requires: sgml-base libxml2 bash
 # sgml-base - So we can add DTDs to the SGML catalog.
 # libxml2   - So we can add DTDs to the XML catalog.
 # bash  - To run the post-install script to update the SGML
 # and XML catalogs.
 test: 4.1.2-1
 sdesc: An XML DTD for writing books and other documentation.
 ldesc: An XML DTD for writing books and other documentation,
 especially technical documentation.

 To convert DocBook documents to other formats such as HTML, you also need
 the package docbook-xsl.

 This DTD is also available in SGML flavour (in package 'docbook').

 See 

Re: [ping] [WAS: Re: Texmf stalled, or waiting for votes?]

2002-01-28 Thread Corinna Vinschen

On Mon, Jan 28, 2002 at 01:12:21PM +0100, Jan Nieuwenhuizen wrote:
 Corinna Vinschen [EMAIL PROTECTED] writes:
 
  As per Jerome's suggestion you should add the test markers to
  your hint files and when you ping that you're ready, I'll upload
  them, ok?
 
 Ok thanks.  I've added the test markers.
 
   If you could give the URL again in your mail, I'd appreciate it :-)
 
 Sure.  Here's the toplevel url, find the specific urls below.
 
 http://lilypond.org/cygwin/testing/tar/texmf

Thanks.  I've loaded it up to cygwin.com.  Please prepare an
announcement according to http://cygwin.com/setup.html#submitting,
point 9.  Please wait some hours until at least a few mirrors
had a chance to get the package.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



Re: sh-utils: su patch for use with ntsec..

2002-01-28 Thread Christopher Faylor

On Sat, Jan 26, 2002 at 11:08:49PM +1100, Robert Collins wrote:
Alex, I cannot access your web site, can you post the patch to
[EMAIL PROTECTED] please, or even just direct to me.

Btw, this is not appropriate for cygwin-patches:
http://cygwin.com/lists.html#available-lists .

cgf



Re: for the brave

2002-01-28 Thread Robert Collins

Yes, I thought it was the shares issue - see README :}.

Thanks for confirming it though, I can work on a patch now.

Rob

===
- Original Message -
From: Charles Wilson [EMAIL PROTECTED]

  Okay, this is from setup 2.188 (compiled just now) and I am trying
to do
  a local install from //polgara/private/software/windows/cygwin-new/
  which contains a standard tree structure and the attached setup.ini.
  Setup responds can't get setup.ini from setup.ini

 AHA!

...
 So, the problem with unable to get setup.ini from setup.ini seems to
 be due to problems handling windows shares in the local_dir variable
 within ini.cc.





Re: for the brave

2002-01-28 Thread Robert Collins

- Original Message -
From: Charles Wilson [EMAIL PROTECTED]
  Is //polgara/private/software/windows/cygwin the path you enter in
  'choose local dir' ?


 Sortof.  I didn't type it in; it already knew somehow.  And it was
in
 this form: '\\polgara\private\software\windows\cygwin' with
backslashes,
 not forward slashes.  (Retyping it with forward slashes doesn't seem
to
 change anything)

IIRC this is reproducible for you Chuck, can you shoot me some logs
please.

Rob






base-files package needs a maintainer

2002-01-28 Thread Robert Collins

Setup.hint:
@ base_files
sdesc: Core common files needed for correct operation of cygwin
category: Base

The entire package is attached.

The /etc/profile generation is getting removed from setup.exe unless
someone provides a _real good_ reason for it to remain.

Setup.exe should be *data driven*, and in this area is not at the
moment.

This package can be released at any point, it shouldn't cause any
problem with current setup.exe's, and will allow a future release of
setup.exe to do away with the /etc/profile generation crud.

Rob



base_files-0-1.tar.bz2
Description: Binary data


Re: for the brave

2002-01-28 Thread Charles Wilson



Earnie Boyd wrote:

 Charles Wilson wrote:
 
file:/Polgara/private/software/windows/cygwin-new/setup.ini
file:Polgara/private/software/windows/cygwin-new/setup.ini


 
 This makes sense.  You need two // after file: and two // before
 Polgara.  The extra fifth / was just ignored.


Sure, I understand that.  (Side note:  file://Polgara/... also works, 
for whatever reason).  But here's the question:

local_dir (as I typed it) already contained two leading '/' chars

the concat call prepended file:// with two more '/' chars


2+2 = 4

So why does the resulting filespec have only 3 '/' chars?  Somewhere 
along the line, I don't know where, the local_dir I entered is having 
one of its leading '/' stripped...

--Chuck





Re: base-files package needs a maintainer

2002-01-28 Thread Christopher Faylor

On Mon, Jan 28, 2002 at 12:24:10AM +1100, Robert Collins wrote:
Setup.hint:
@ base_files
sdesc: Core common files needed for correct operation of cygwin
category: Base

The entire package is attached.

The /etc/profile generation is getting removed from setup.exe unless
someone provides a _real good_ reason for it to remain.

I don't mind maintaining this but did you try it?  It seems like there's
a typo in the base_files.sh script.

cgf



Re: [ping] [WAS: Re: Texmf stalled, or waiting for votes?]

2002-01-28 Thread Jan Nieuwenhuizen

Corinna Vinschen [EMAIL PROTECTED] writes:

 Thanks.  I've loaded it up to cygwin.com.  Please prepare an
 announcement according to http://cygwin.com/setup.html#submitting,
 point 9.  Please wait some hours until at least a few mirrors
 had a chance to get the package.

All done (that includes the waiting :-)

Thanks a lot,
Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org




Re: setup crashing - fixed?

2002-01-28 Thread Robert Collins


- Original Message -
From: Corinna Vinschen [EMAIL PROTECTED]

 By explicitely expressing my wish to change the state by pointy clicky
 somewhere.  Honestly, think of the current test installation of
 tetex and texmf which is  30 Megs.  If the user actually chooses
 to go back to the curr version, it's his/her choice.  If that
 happens while the user actually just wanted to update to the latest
 bazzoo-3.3-8 package it's pretty annoying.

Which is the reason for the existence of the 'partial' screen - so that
userscan see what is going to be done before it happens.

Likewise if you downgrade a package, or hold it back, setup will try to
upgrade it every time. We need more information about the users desire -
to allow 'Holding' a package, or setting one package to 'test' and all
the others to 'curr', but I've not had time to code that yet.

Rob




Re: sh-utils: su patch for use with ntsec..

2002-01-28 Thread Robert Collins


===
- Original Message - 
From: Christopher Faylor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 29, 2002 3:19 AM
Subject: Re: sh-utils: su patch for use with ntsec..


 On Sat, Jan 26, 2002 at 11:08:49PM +1100, Robert Collins wrote:
 Alex, I cannot access your web site, can you post the patch to
 [EMAIL PROTECTED] please, or even just direct to me.
 
 Btw, this is not appropriate for cygwin-patches:
 http://cygwin.com/lists.html#available-lists .

So cygwin@ is the right place for this one?

Rob




Re: base-files package needs a maintainer

2002-01-28 Thread Charles Wilson

Michael A Chase wrote:

 Shouldn't this be part of the ash package?  Now that it's part of the Base
 category, there shouldn't be any problem creating /etc/profile when ash is
 installed.


No.  ash provides ash.  base-files provides the data for a purely 
data-driven setup.exe.  That is, the scripts (which require ash) to 
create /etc/.profile, /etc/.bashrc, etc.

base-files may later do more stuff, like create the /usr/local/ tree and 
the /var tree -- why should setup.exe have that stuff hardcoded into it?

Once the configuration tasks performed by base-files grows, why should 
it be part of the ash package?  You don't want to redo the setup 
scripts when updating ash.exe, do you?

--Chuck

 --
 Mac :})
 ** I normally forward private questions to the appropriate mail list. **
 Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
 Give a hobbit a fish and he eats fish for a day.
 Give a hobbit a ring and he eats fish for an age.
 - Original Message -
 From: Robert Collins [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, January 27, 2002 05:24
 Subject: base-files package needs a maintainer
 
 
 
Setup.hint:
@ base_files
sdesc: Core common files needed for correct operation of cygwin
category: Base

The entire package is attached.

The /etc/profile generation is getting removed from setup.exe unless
someone provides a _real good_ reason for it to remain.

Setup.exe should be *data driven*, and in this area is not at the
moment.

This package can be released at any point, it shouldn't cause any
problem with current setup.exe's, and will allow a future release of
setup.exe to do away with the /etc/profile generation crud.

 
 
 
 
 





Re: DocBook and OpenJade packages

2002-01-28 Thread Robert Collins

- Original Message -
From: Jon Foster [EMAIL PROTECTED]

 * Is this something you'd like?

Yes.

 * Is anybody currently working on this?

Not that I'm aware, with the exception of Markus Hoenicka (who has
posted to  cygwin@ about this).

All the package hints look fine to me.

Rob




Re: base-files package needs a maintainer

2002-01-28 Thread Michael A Chase

- Original Message - 
From: Robert Collins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 15:16
Subject: Re: base-files package needs a maintainer


 - Original Message -
 From: Christopher Faylor [EMAIL PROTECTED]
 
  I don't mind maintaining this but did you try it?  It seems like
 there's
  a typo in the base_files.sh script.
 
 I did try it yes, whats the problem?

base_files.sh:

if [ ! -f /etc/[profile ]; then
  cp -a /etc/profile.default /etc/profile
fi

At some point, an extra '[' attached itself to the front of profile.
-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.





Re: for the brave

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Gary R. Van Sickle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 29, 2002 3:13 PM
Subject: RE: for the brave


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Charles Wilson

 [snip]

  the concat call prepended file:// with two more '/' chars
 
 
  2+2 = 4
 
  So why does the resulting filespec have only 3 '/' chars?  Somewhere
  along the line, I don't know where, the local_dir I entered is
having
  one of its leading '/' stripped...
 

 I think concat() itself is doing that, in an attempt to canonicalize
the paths
 while it creates them.

Well I can't duplicate it :}. I have a somewhat different source base
though, so I'll try and commit that in the next coupla  hours.

Rob




RE: for the brave

2002-01-28 Thread Gary R. Van Sickle

 Well I can't duplicate it :}. I have a somewhat different source base
 though, so I'll try and commit that in the next coupla  hours.


I just read another post of yours that (if I read it right) sounded like you
still had two small patches from me not comitted yet (Add box crash and
something else)?  If so, please don't lose them - because I have ;-).

--
Gary R. Van Sickle
Brewer.  Patriot.





RE: setup crashing - fixed?

2002-01-28 Thread Gary R. Van Sickle

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Corinna Vinschen

[snip]


 By explicitely expressing my wish to change the state by pointy clicky
 somewhere.  Honestly, think of the current test installation of
 tetex and texmf which is  30 Megs.  If the user actually chooses
 to go back to the curr version, it's his/her choice.  If that
 happens while the user actually just wanted to update to the latest
 bazzoo-3.3-8 package it's pretty annoying.


SOMEBODY ***FINALLY*** PORTED BAZZOO 3.3 TO CYGWIN?!?!  WHY DIDN'T YOU GUYS TELL
ME!?!?!?!?

Oh man the guys at work are gonna go WILD when I tell 'em!

--
Gary R. Van Sickle
Brewer.  Patriot.




Re: setup crashing - fixed?

2002-01-28 Thread Michael A Chase

- Original Message -
From: Gary R. Van Sickle [EMAIL PROTECTED]
To: Corinna Vinschen [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 20:24
Subject: RE: setup crashing - fixed?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Corinna Vinschen
  . . .
  By explicitely expressing my wish to change the state by pointy clicky
  somewhere.  Honestly, think of the current test installation of
  tetex and texmf which is  30 Megs.  If the user actually chooses
  to go back to the curr version, it's his/her choice.  If that
  happens while the user actually just wanted to update to the latest
  bazzoo-3.3-8 package it's pretty annoying.

 SOMEBODY ***FINALLY*** PORTED BAZZOO 3.3 TO CYGWIN?!?!  WHY DIDN'T YOU
GUYS TELL
 ME!?!?!?!?

 Oh man the guys at work are gonna go WILD when I tell 'em!

I think that was a typo.  The latest I see is still 3.2. :}b
--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.






Re: setup crashing - fixed?

2002-01-28 Thread Christopher Faylor

On Mon, Jan 28, 2002 at 08:44:23PM -0800, Michael A Chase wrote:
- Original Message -
From: Gary R. Van Sickle [EMAIL PROTECTED]
To: Corinna Vinschen [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 20:24
Subject: RE: setup crashing - fixed?

 -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Corinna Vinschen
.  .  .  By explicitely expressing my wish to change the state by
pointy clicky somewhere.  Honestly, think of the current test
installation of tetex and texmf which is  30 Megs.  If the user
actually chooses to go back to the curr version, it's his/her choice.
If that happens while the user actually just wanted to update to the
latest bazzoo-3.3-8 package it's pretty annoying.

SOMEBODY ***FINALLY*** PORTED BAZZOO 3.3 TO CYGWIN?!?! WHY DIDN'T YOU
GUYS TELL ME!?!?!?!?

Oh man the guys at work are gonna go WILD when I tell 'em!

I think that was a typo.  The latest I see is still 3.2.  :}b

Look in the 'alpha' directory.  I don't know why it is marked as alpha.
It seems pretty stable to me.

Or, at least it doesn't seem to delete files any more often than bazzoo
3.1 did.  According to the bazzoo mailing list, there is a simple way
to disallow this feature but I've never managed to make it work.  One
of these days, I have to look at the source and see exactly what I'm
doing wrong.

I'm embarrassed to admit that I haven't actually tried this under
Windows yet but I can't imagine that bazzoo would work any differently
under Cygwin than it does under Linux.  It doesn't use any special stuff
besides unix domain sockets, vfork, and setuid.

I'm glad to see that there are other bazzoo users here.  This is a not
too small but still relatively unpowerful package suitable for both the
expert and the non-novice alike.

cgf



Wierd keymappings and missing Meta

2002-01-28 Thread Kirsty Hollingworth

I have installed Cygwin/Xfree86 according to the instructions.  As I live
in the UK I got hold of a Xmodmap for the keymappings.  I tried running

%  xmodmap Xmodmap.uk

where Xmodmap.uk is the mapping file from a bash prompt.  I now get rather
wierd behaviour.  In bash windows (and in xterms running telnet to a linux
box) I find that shift-3 sends #CTRL-M so that # is entered to the prompt.
Also my backspace key prints a ~.  CTRL-H still backspaces though.
However in xedit everthing works fine.  Backspace backspaces and shift-3
prints a pound sign.  Any suggestions?  

On a similar note (and possibly related) I can't seem to work out what my
Meta key in Xedit is.  I've tried pressing the ESC key and sending CTRL-],
CTRL-[ and CTRL-@ before the other keypress.  I don't make use of anything
else that needs a Meta key so I haven't tried anything else.  This didn't
work before I got hold of a keymapping file and it doesn't work
afterwards.

Any help would be very much appreciated - I only really use cygwin/xfree
as an X display but it doesn't work locally either.

 --
|  Kirsty Hollingworth  | This space is traditionally  | 
|  [EMAIL PROTECTED]  |reserved for comments.|
|   |   /* !-- % ; --  // -- */  |
 --
 





Re: Remote tasks sleeping after 'su'

2002-01-28 Thread Robert Haines

   I've been using Cygwin for a while now but am new to cygwin-xfree. I
hope
   this question hasn't been answered before but I did check the archives
and
   didn't find anything pertinent.
  
   I use this system to log into other systems (via ssh -X) and have the
   windows displayed on my cygwin-xfree desktop. If I run something as
myself
   then everything is fine. If I log in, then 'su' to root, then run
   something
   the window never appears. If I look at 'top' then the task I just
   started is
   flagged as sleeping. This problem does not occur when using the
   putty/exceed


Thanks for your responses guys. I have now had chance to do a little
research using a Linux box in place of my Cygwin/XFree box and the end
result is the same. Once I have su'd I can't expect X forwarding to work.
Now I think about it, this is hardly strange. The only difference in the
whole process was that I did actually get an error when using two Linux
boxes and the task was terminated, unlike on the Cygwin/XFree setup where no
error was received and the task simply went to sleep.

Now I know that this is normal behaviour, I'll not try it again :-)

Thanks again,
Robert Haines.




Re: Wierd keymappings and missing Meta

2002-01-28 Thread Alexander Gottwald

On Mon, 28 Jan 2002, Tzafrir Cohen wrote:

 What happens if you use:
 
   setxkbmap uk
 
 instead?

For this, make sure the /usr/X11R6/lib/X11/xkb/* exists and that /tmp 
is mounted in binary mode.

bye
ago 
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723
 phone: +49 3725 349 80 80  mobile: +49 172 7854017




Re: Wierd keymappings and missing Meta

2002-01-28 Thread Nigel Hathaway

The **REAL** answer to your question is found in the mail archives.

See Re: xmodmap, xkb and XF86Config by Laurent Pinchart dated Wed, 24
Oct 2001 17:25:56 +0200.

To answer the what happens if... below: the answer is it crashes with a 
horrible error message, which translated means Please develop me more. I 
don't feel comfortable under Windows.

Nigel Hathaway

***
Barnabas Projects Limited
Tel: +44 117 937 4197
Internet: www.bprj.co.uk

On Mon, 28 Jan 2002, Kirsty Hollingworth wrote:

 I have installed Cygwin/Xfree86 according to the instructions.As I live
 in the UK I got hold of a Xmodmap for the keymappings.I tried running

 %xmodmap Xmodmap.uk

 where Xmodmap.uk is the mapping file from a bash prompt.I now get rather
 wierd behaviour.In bash windows (and in xterms running telnet to a linux
 box) I find that shift-3 sends #CTRL-M so that # is entered to the prompt.
 Also my backspace key prints a ~.CTRL-H still backspaces though.
 However in xedit everthing works fine. Backspace backspaces and shift-3
 prints a pound sign.Any suggestions?

What happens if you use:

  setxkbmap uk

instead?

Some other pointers:

  http://linuxdoc.org/HOWTO/mini/Intkeyb/

  And the oh-so-confusing:
  http://linuxdoc.org/HOWTO/mini/BackspaceDelete/

cygwin is not linux, but both use XFree and both use posix and gnu, so
there are enough points of similarity.

-- 
Tzafrir Cohen/\
mailto:[EMAIL PROTECTED]\ /  ASCII Ribbon Campaign
Taub 229, 972-4-829-3942, X   Against  HTML  Mail
http://www.technion.ac.il/~tzafrir   / \



-
This message sent using EMUmail -- http://www.emumail.com
-

Jumping through hoops to get E-mail on the road? 
You've got two choices: Join the circus, or use MollyMail.

Molly Mail -- http://www.mollymail.com





FW: XDMCP starting problems on Win2k RH 7.2

2002-01-28 Thread Harold Hunt

Darryl forgot to cc the mailing list.  No biggie.

Harold

-Original Message-
From: Darryl Wagoner [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 10:38 AM
To: Harold Hunt
Subject: RE: XDMCP starting problems on Win2k  RH 7.2


Harold and the group,

 If at all possible, as a diagnostic test you should connect only the two
 computers in question together on a separate test network, making sure to
 set each machine up with a static IP address.  Then try to login via XDMCP
 on the test network.  If XDMCP works fine on the test network,
 then you have
 some sort of misconfiguration on your primary network (which is what I
 suspect).

My net configuration is fairly simple.  It is a local 10Base-T with
4 systems on it(Win2k, linux and 2 Win98).  The Win2k is the
firewall to Starband sat connection.  The thur-put is around 75% 800Kbyte
per seconds in both directions.  Other network applications works flawlessly
include XWin32 if I start it without XDMCP.   Spray from Linux has
zero packet drop as well.


 You still haven't told us the speed of the network between the machines.
 Cable modems do not work as fast as 10Base-T, so XDMCP doesn't
 usually work
 very well over a cable modem.

Sorry about that it is 10Mbit.  I been around this type of network for
years and most of the time I can smell a network problem.  I think the
simple answer is that I don't understand xdmcp very well and I have
something configured wrong.  I have been able to get a XDMCP login
for a while.  I just bounced the Linux server in hopes that will help.
It seems to have help.  I will keep you posted.

Also I am using static IPs for the local area.

thanks for all your help.
--
Darryl Wagoner - WA1GON

Your phone line can be the life line for the unemployed. Sign up today at:
http://www.proud-americans.org/

*** Please pass the word to at least three others. ***

Evil triumphs when good men do nothing.  - Edmund Burke [1729-1797]   




can't load javax.swing.plaf.metal.MetalLookAndFeel

2002-01-28 Thread Rodney Kelly

I'm using XFree86 to connect to a Sun Solaris box using XDMCP.  All apps run 
fine except for one java app.  This app runs fine with eXceed.  Does anyone 
have any suggestions/workarounds?


Exception in thread main java.lang.Error: can't load 
javax.swing.plaf.metal.MetalLookAndFeel
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.init(Compiled Code)
at java.lang.Error.init(Error.java:50)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856)
at javax.swing.UIManager.initialize(UIManager.java:926)
at javax.swing.UIManager.maybeInitialize(UIManager.java:948)
at javax.swing.UIManager.getDefaults(UIManager.java:447)
at javax.swing.UIManager.put(UIManager.java:549)
at com.vitria.est.console.ConsoleLib.main(Compiled Code)


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




Re: X browser

2002-01-28 Thread Phil Humpherys

So that I don't have to leave my X environment because I need a decent
web browser.

On Fri, Jan 25, 2002 at 04:45:30PM -0700 
John A. Turner([EMAIL PROTECTED]) wrote:
+

 Phil Humpherys wrote:
  
  I'd sure like to get an X browser running in xfree.  I don't seem to be
  able to get netscape or mozilla to work in cygwin-xfree.
 
 why in the world would you want to do such a thing??
 
 -John Turner



Beware of party photos.

2002-01-28 Thread Brian Genisio

As for that Party Photos message that got sent to everyone... Beware that it
is a virus... It did not come from me, but I read about it this morning... Info
:

http://www.infoworld.com/articles/hn/xml/02/01/28/020128hnmyparty.xml?0128alert



__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com



RE: can't load javax.swing.plaf.metal.MetalLookAndFeel

2002-01-28 Thread Rodney Kelly

Quick follow-up to my previous post.  The java app I was having trouble with 
on Solaris seems to launch fine when in 256 color mode.   It crashes at any 
other resolution.  Unfortunately this (256) makes everything else hard to 
read.  Any Suggestions?

Rod

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




Re: setup.exe command line options

2002-01-28 Thread Robert Collins

Sorry about the delay getting back to you...


===
- Original Message -
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 25, 2002 12:25 AM
Subject: setup.exe command line options


 I've attached the diffs for the work in progress implementation of
command
 line options. I've tried to copy the dialog's terminology when
choosing the
 options and the variables used within WinMain.

Cool.

 I'm using the PropertyPage Create functions as my interface. In many
 instances the Create function can do all the work for that dialog, and
can
 return false - so no dialog will be created.

 I'm having problems with the packagedir and the rootdir Create
functions, I
 must be missing something. Most importantly I'm having difficulty
getting
 yyparse called. :(

Simply populate the sites array and the source, and the parsing will
happen in the ini dialog automatically. IMO you are better off using the
_same_ code - command line parameters != windowless.

 Much work still to be done, but have a look and let me know how
appalled you
 all are at my strategy!

Shock! Horror!. :].

Seriously though, some feedback.

* I think that the default window constructors should be left intact -
add new constructors,or better yet methods that accept parameters. This
will result in cleaner code in main.cc IMO. (i.e. create all the
windows, then pass in all the parameters).
* (optional) It'd be really neat to have the command line options
register themselves, rather than all put in one place. Thats a more OOP
approach, but more initial effort required. It also means that the
parameter passing methods above wouldn't be needed per se - the
registered code would do that on the callback.
* for SourcePage, use an enum, not three bools - they are mutually
exclusive after all.
* Rather than skipping all the pages completely, I'd  suggest having the
page thread/function post a message that the dialog has finished after
your options are  processed. This is both simpler (no need to fiddle
with what pages exist) and easier (greater ability to leverage the
existing code).

Other than that, good work.

Cheers,
Rob




Received assignment from Joshua Franklin

2002-01-28 Thread Christopher Faylor

We received a snail mail assignment from Joshua today so he
can now submit patches.

Er, actually, it looks like he already has...

cgf



[PATCH]Reduce messages in setup.log

2002-01-28 Thread Michael A Chase

The current setup.exe source has quite a number of messages that announce
method calls.  Most are being sent to setup.log and add bulk to that file
without providing diagnostic benefit.  I have changed the log() calls to
send the messages to setup.log.full only.

I also shortened the messages in iostream.cc to make them more consistent
with the other messages.

The log() call in compress_gz::error() is commented out.  Should the
corresponding call in compress_bz::error() be commented out as well?
--
Mac :})
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

2002-01-25  Michael A Chase [EMAIL PROTECTED]

* archive.cc (archive::read): Send log() output only to setup.log.full.
(archive::write): Ditto.
(archive::peek): Ditto.
(archive::tell): Ditto.
(archive::error): Ditto.
(archive::next_file_name): Ditto.
(archive::~archive): Ditto.
* compress.cc (compress::read): Ditto.
(compress::write): Ditto.
(compress::peek): Ditto.
(compress::tell): Ditto.
(compress::error): Ditto.
(compress::next_file_name): Ditto.
* compress_bz.cc (compress_bz::write): Ditto.
(compress_bz::peek): Ditto.
(compress_bz::tell): Ditto.
(compress_bz::seek): Ditto.
(compress_bz::error): Ditto.
* compress_gz.cc (compress_gz::peek): Ditto.
(compress_gz::tell): Ditto.
(compress_gz::seek): Ditto.
(compress_gz::error): Ditto.
(compress_gz::~compress_gz): Ditto.
* io_stream_cygfile.cc (io_stream_cygfile::peek): Ditto.
* io_stream_file.cc (io_stream_file::peek): Ditto.
* io_stream.cc (io_stream::factory): Ditto.
(io_stream::~io_stream): Ditto.
Shortened log() message.




io_stream_file.cc-patch
Description: Binary data


archive.cc-patch
Description: Binary data


compress.cc-patch
Description: Binary data


compress_bz.cc-patch
Description: Binary data


compress_gz.cc-patch
Description: Binary data


io_stream.cc-patch
Description: Binary data


io_stream_cygfile.cc-patch
Description: Binary data


Re: [PATCH]Reduce messages in setup.log

2002-01-28 Thread Michael A Chase

- Original Message -
From: Robert Collins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 20:25
Subject: Re: [PATCH]Reduce messages in setup.log

 - Original Message -
 From: Christopher Faylor [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, January 29, 2002 3:14 PM
 Subject: Re: [PATCH]Reduce messages in setup.log


  On Mon, Jan 28, 2002 at 08:00:36PM -0800, Michael A Chase wrote:
 
  I don't know how Robert prefers this, but it is customary to provide a
  single patch file not a bunch of separate attachments.  With one patch
  file you can just say

 Yes please, one  patch is nicer.

Sorry.  I got confused and thought it was the other way around.

What about the compress_gz.error() and compress_bz.error() messages.  The gz
one is commented out and the bz one isn't.  Should they be the same?  If so,
which is preferred?  I lean toward writing both as long as they are going to
setup.log.full.

--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.






Re: [PATCH]Reduce messages in setup.log

2002-01-28 Thread Michael A Chase

- Original Message -
From: Robert Collins [EMAIL PROTECTED]
To: Michael A Chase [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 21:38
Subject: Re: [PATCH]Reduce messages in setup.log


 - Original Message -
 From: Michael A Chase [EMAIL PROTECTED]

  If the intention of those messages is to highlight methods that should
 have
  been overridden but aren't, then setup.log is the right place.

 Essentially, yes thats why they are there: incomplete methods. When I
 review your patch I'll be looking at the function status.

There's no sense spending your time on the patch.  I need to change it
drastically or withdraw it.

If I understand the intent:

1.  If a method only returns a constant 0, the message should go to
setup.log.full to make it easier to tell where more work may be needed.

2.  If a method does more than just return a constant 0, it should not call
log(), or if it does, the message is only needed in setup.log.

Possible candidates:

   Performs actual work: compress_bz::peek(), compress_gz::peek(),
compress_gz::~compress_gz(), io_stream_cygfile::peek(), and
io_stream_file::peek().

   Returns NULL: archive::next_file_name(), compress::next_file_name(), and
io_stream::factory().

   Returns -1: compress_bz::seek() and compress_gz::seek().
--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.





Re: [PATCH]Reduce messages in setup.log

2002-01-28 Thread Robert Collins

- Original Message -
From: Michael A Chase [EMAIL PROTECTED]
  Essentially, yes thats why they are there: incomplete methods. When
I
  review your patch I'll be looking at the function status.

 There's no sense spending your time on the patch.  I need to change it
 drastically or withdraw it.

I appreciate this. I'll take you up on it as well :].

 If I understand the intent:

 1.  If a method only returns a constant 0, the message should go to
 setup.log.full to make it easier to tell where more work may be
needed.

Yes, LOG_TIMESTAMP (so that a casual inspection will have it visible).
Likewise for any constant response, with a couple of exceptions:
* IF the method will *never* get implemented (ie, do we ever need
writeable archives?) Then the message level should be LOG_BABBLE, and it
should say something like Foo::Bar - I wasn't expected to be
implemented OR used!

 2.  If a method does more than just return a constant 0, it should not
call
 log(), or if it does, the message is only needed in setup.log.

Yes, LOG_BABBLE for routine non-user-visible importance. Noting that a
function is called is usually not needed in fact - thus the // in the
compress_gz:: call we discussed earlier.

 Possible candidates:

Performs actual work: compress_bz::peek(), compress_gz::peek(),
 compress_gz::~compress_gz(), io_stream_cygfile::peek(), and
 io_stream_file::peek().

yah, drop to BABBLE, or just remove the logging completely.

Returns NULL: archive::next_file_name(),
compress::next_file_name(), and
 io_stream::factory().

factory is important, archive::next_file_name and
compress::next_file_name should never get called (ie LOG_TIMESTAMP
these) -  indicates a non-properly overriden sub class.

Returns -1: compress_bz::seek() and compress_gz::seek().

Right. Well, compress_* and seeking don't mix well IMO, so I'm happy for
these to become BABBLERS.

Rob




Re: [PATCH]Reduce messages in setup.log

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Robert Collins [EMAIL PROTECTED]
  1.  If a method only returns a constant 0, the message should go to
  setup.log.full to make it easier to tell where more work may be
 needed.

 Yes, LOG_TIMESTAMP (so that a casual inspection will have it visible).
 Likewise for any constant response, with a couple of exceptions:
 * IF the method will *never* get implemented (ie, do we ever need
 writeable archives?) Then the message level should be LOG_BABBLE, and
it
 should say something like Foo::Bar - I wasn't expected to be
 implemented OR used!
* Or for virtual functions that should be abstract, but can't be (for
whatever reason). (ie io_stream::~io_stream()).

Rob




RE: [PATCH]Reduce messages in setup.log

2002-01-28 Thread Gary R. Van Sickle

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Collins
 Sent: Tuesday, January 29, 2002 12:05 AM
 To: Michael A Chase; [EMAIL PROTECTED]
 Subject: Re: [PATCH]Reduce messages in setup.log


 Ok, I've looked at the patch.

 Most of the methods are stubs that should warn when used. Some aren't,
 and I'll try and merge those changes in by hand tonight. Don't bother
 reissuing the patch - I'm about to cause everyone heartache by removing
 much of the char * usage (I got sick of memleaks)

Yeah, I'm cryin' my eyes out here. ;-)

 for a
 quick-and-dirtyish String class. Sigh, still no STL.

Rob, would you care to just graft more functionality onto my embryonic
cistring class?  Or was that the plan?

--
Gary R. Van Sickle
Brewer.  Patriot.





Re: [PATCH]Reduce messages in setup.log

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Gary R. Van Sickle [EMAIL PROTECTED]

  for a
  quick-and-dirtyish String class. Sigh, still no STL.

 Rob, would you care to just graft more functionality onto my embryonic
 cistring class?  Or was that the plan?

I left it to the side for now, but yes I do think they should merge.

Rob




[PATCH]Reduce messages in setup.log (Revision 1)

2002-01-28 Thread Michael A Chase

I think this covers the changes we discussed.
-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

2002-01-28  Michael A Chase [EMAIL PROTECTED]

* compress_bz.cc (compress_bz::peek): Remove log() call.
(compress_bz::~compress_bz): Ditto.
(compress_bz::seek): Only write log() message to setup.log.full.
* compress_gz.cc (compress_gz::peek): Remove log() call.
(compress_gz::error): Ditto.
(compress_gz::~compress_gz): Ditto.
(compress_gz::seek): Only write log() message to setup.log.full.
* io_stream_cygfile.cc (io_stream_cygfile::peek): Remove log() call.
* io_stream_file.cc: Remove #include log.h.
(io_stream_file::peek): Remove log() call.
* io_stream.cc (io_stream::factory): Shortened log() message.
(io_stream::~io_stream): Shortened log() message.




cinstall.patch
Description: Binary data


dlopen...

2002-01-28 Thread BERTRAND Jol

Hello,

I'm working on a scientific langague which is downloadable at 
http://rpl2.free.fr. This language can be used on several Unix and VMS 
workstations and some users would use this language on Windows OS. I 
have tried to compile this language with Cygwin (the 4.00pre4b release), 
but the configure script doesn't fint any libdl. Is there any workaround 
(in the doc, I can read that dlopen is known by Cygwin) ?

Regards,

JKB


--
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: SSHD Problems

2002-01-28 Thread tuukka


On Wed, Jan 23, 2002 at 11:59:32AM +, [EMAIL PROTECTED] wrote:
 
 
 Hi!
 
 I have installed Cygwin to WinNT and tried to start sshd. I got this 
following 
 message:
 
 $ sshd -D -d -d
 debug1: Seeding random number generator
 /etc/sshd_config line 49: Deprecated option CheckMail
 debug1: sshd version OpenSSH_2.9.9p2
 Could not load host key: /etc/ssh_host_key
 Could not load host key: /etc/ssh_host_rsa_key
 Could not load host key: /etc/ssh_host_dsa_key
 Disabling protocol version 1. Could not load host key
 Disabling protocol version 2. Could not load host key
 sshd: no hostkeys available -- exiting.
 
 I have installed Cygwin and sshd to another computers exactly the same way, 
but 
 now sshd doesn't start. I've checked that permissions are the same 
in working 
 sample.
 
 What's wrong, any ideas?

Create host keys on the new machine.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/


Hi!

I created new host keys:



$ ssh-host-config -y
Generating /etc/ssh_config file
Generating /etc/sshd_config file

Do you want to install sshd as service?

Which value should the environment variable CYGWIN have when
sshd starts? It's recommended to set at least ntsec to be
able to change user context without password.
Default is binmode ntsec tty.  CYGWIN=
cygrunsrv: Error installing a service: OpenService:  Win32 error 1073:
The specified service already exists.


Host configuration finished. Have fun!

_

Event viewer:

The description for Event ID ( 0 ) in Source ( sshd ) could not be found. It 
contains the following insertion string(s): sshd : Win32 Process Id = 0xB2 : 
Cygwin Process Id = 0xB2 : `sshd' service stopped.

___


I have tried to remove service but it still says:
_


The specified service already exists How can I remove cygwin totally from 
my NT?? I removed all (possible) Cygwin stuff with regedit.

_


I have installed this cygwin + putty -environment to many computers same way 
and most of them works fine but some of pc's do this same error.


-Tuukka




--
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: cannot find -ly?

2002-01-28 Thread Corinna Vinschen

On Sun, Jan 27, 2002 at 12:17:03PM -0800, y z wrote:
 Hi,
 
 I want to compile with GCC in combination with FLEX
 and BISON. I have already got lex.yy.c and y.tab.c,
 but when I compiled with the following command: gcc
 y.tab.c -ll -ly, it always shows an error
 information:
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5
 /../../../../i686-pc-cygwin/bin/ld: cannot find -ll   

 collect2: ld returned 1 exit status 

  
 I don't know why it cannot find -ll and -ly.  
 who knows how to resolve this problem?

Typically you don't need them.  There's no such thing as a liby.a
for bison and there's a substitute for libl.a called libfl.a but
you should try linking without it.  Just write your own main()
and yywrap() functions.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: passwd

2002-01-28 Thread Chris Mueller

At 11:31 +0100 28.01.2002, Corinna Vinschen wrote:
NT has it's own user database with it's own passwords, right?

Yes - but logging in into ssh,
from local or remote,
the passwords (which work fine in NT)
are refused by openSSH/cygwin.

There must be one more connection between ssh and nt concerning passwords.
But we cannot figure out where this bridge should be.

Thanks for useful hints
:-)

Chris


--
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: passwd

2002-01-28 Thread Corinna Vinschen

On Mon, Jan 28, 2002 at 11:51:43AM +0100, Chris Mueller wrote:
 At 11:31 +0100 28.01.2002, Corinna Vinschen wrote:
 NT has it's own user database with it's own passwords, right?
 
 Yes - but logging in into ssh,
 from local or remote,
 the passwords (which work fine in NT)
 are refused by openSSH/cygwin.
 
 There must be one more connection between ssh and nt concerning passwords.
 But we cannot figure out where this bridge should be.

Are you running sshd on the command line?  That won't work.
You have to start it as service under SYSTEM account due to
the NT user rights needed.

Btw., sshd -d -d -d and ssh -v -v -v are very helpful to
figure out if ssh complains about file or directory
permissions etc.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: passwd

2002-01-28 Thread Chris Mueller

At 11:59 +0100 28.01.2002, Corinna Vinschen wrote:
You have to start it as service under SYSTEM account due to
the NT user rights needed.

And this has to be done with the nt-kit from microsoft?
Or are others tools successful as well?

During setup we answered the question
whether service or not with yes.

Thanks for your support
:-)
Chris


--
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 Digest 28 Jan 2002 07:40:28 -0000 Issue 1720

2002-01-28 Thread David

I would like to assign a tcp port number to an application. Just as ssh is 
assigned a port number and is listened for on a particular port. Does that 
clarify ?


At 02:06 PM 1/28/2002 +0100, Pavel Tsekov wrote:
What does it mean to assign port in cygwin ? I cant understand your
question.

David wrote:

How does one assign ports within cygwin ? I would like to assign a port 
to a application we have written.
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 Digest 28 Jan 2002 07:40:28 -0000 Issue 1720

2002-01-28 Thread Pavel Tsekov

Please, next time reply to the list.

David wrote:

 I would like to assign a tcp port number to an application. Just as ssh 
 is assigned a port number and is listened for on a particular port. Does 
 that clarify ?


Not much. Do you want to code you application to listen on port 1234, or
you want inetd to spawn you application, when a connection is made to 
port 1234 on your machine ?

P.S. JFYI, both of this questions are off-topic for this list, IMO.


 
 At 02:06 PM 1/28/2002 +0100, you wrote:
 
 What does it mean to assign port in cygwin ? I cant understand your
 question.

 David wrote:

 How does one assign ports within cygwin ? I would like to assign a 
 port to a application we have written.



--
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: lgamma function not available with -mno-cygwin

2002-01-28 Thread Tim Prince

On Sunday 27 January 2002 15:20, William D. Kirby wrote:
 I'm working with the beta cvs version of GNUPLOT. The X11 version
 compiles and tests fine using CYGWIN v1.3.9-1 build, but I get an error
 message testing the WIN32 version (i.e., -mno-cygwin). The gnuplot
 generated error message during testing says that libc does not contain
 the lgamma function.

 I would assume that the WIN32 and X11 versions would have equally
 capable libc libraries. I attempted to use the math lib -lm, but got a
 run time error that it could not find cygwin1.dll.

 Is there a work around, and could the WIN32 build be missing lgamma for
 some reason?
Surely the gnuplot people have run into this with more than one target.  The 
lgamma function is not a standard libm function, so its existence can't be 
counted upon.  The library employed by cygwin is newlib, also out of the 
sphere of influence of cygwin, thus OT.


--
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/




problems with gdbm ????

2002-01-28 Thread Godefroid Chapelle

Hi all,

I'll try to be as detailed as possible...

I am trying to use a python project which has access to the gdbm module 
which is an interface to the gdbm C package.

I get strange errors (malloc errors).

Both gdbm and python interface are quite mature so I suspect that the 
problem is somewhere with my Cygwin setup.

I run Cygwin over Win2k. I refreshed my setup yesterday before making any 
tests.

The strangest point to me is that the gdbm C package comes with a 
testdbm.exe program. This program has also strange comportment :
when trying to store a pair key-value, the process takes more than 95 
procent CPU for time long enough that I decide to kill the process...

I do not know if this is enough information.

I hope someone can give me a clue where I could go further...

Thanks



--

Godefroid Chapelle

BubbleNet sprl
rue Victor Horta, 18 / 202
1348 Louvain-la-Neuve
Belgium

Tel + 32 (10) 459901
Mob + 32 (477) 363942

TVA 467 093 008
RC Niv 49849


--
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: What's wrong with this?

2002-01-28 Thread Andrew Markebo


|   my $cmd= c:\\oxe\\cygwin\\bin\\sed.exe 's/^\#ftp/ftp/' 
| c:\\cygwin\\usr\\local\\etc\\inetd.conf  c:\\cygwin\\usr\\local\\etc\\inetd.new 
|   system($cmd);

If it is a cygwin perl, system would probably run it as a unix
environment/shell?? So shouldn't c:\\cygwin.. be c:/cygwin??

/Andy

-- 
 The eye of the beholder rests on the beauty!

--
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/




Fwd: Re: problems with gdbm ????

2002-01-28 Thread Godefroid Chapelle


Date: Mon, 28 Jan 2002 16:05:02 +0100
To: Andrew Markebo [EMAIL PROTECTED]
From: Godefroid Chapelle [EMAIL PROTECTED]
Subject: Re: problems with gdbm 

At 15:59 28/01/2002, you wrote:

/ Godefroid Chapelle [EMAIL PROTECTED] wrote:
| Hi all,
|
| I'll try to be as detailed as possible...
|
| I am trying to use a python project which has access to the gdbm
| module which is an interface to the gdbm C package.

Is python, gdbm and the gdbm package compiled with the same
compiler/platform.. gcc from a cygwin package or?

Who's gdbm, python and gdbm module do you use?

The modules I got from the installation of Cygwin. I suppose Cygwin Python 
is insulated from Windows Python ;-)


Check the phase of the moon.

 /Andy

--
  The eye of the beholder rests on the beauty!

--

Godefroid Chapelle

BubbleNet sprl
rue Victor Horta, 18 / 202
1348 Louvain-la-Neuve
Belgium

Tel + 32 (10) 459901
Mob + 32 (477) 363942

TVA 467 093 008
RC Niv 49849

--

Godefroid Chapelle

BubbleNet sprl
rue Victor Horta, 18 / 202
1348 Louvain-la-Neuve
Belgium

Tel + 32 (10) 459901
Mob + 32 (477) 363942

TVA 467 093 008
RC Niv 49849


--
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/




Serial Communication

2002-01-28 Thread ROLAND

I am trying to get serial communication going.
For some reason my program just freezes when it is
trying to read data.
Does anybody know how I should read data from another
system???
The problem here is that it is possible that the data
is not there yet, so the program has to wait for it.
I hope someone can help, 'cause I'm stuck...

Roland


__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

--
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/




Fw: After new install, start in /usr/bin/{myname} not in /home/{myname}

2002-01-28 Thread Robert Collins

There is apparently a bug in mkpasswd. (I was tracking to see if
setup.exe was the culprit).

On this machine (and others have been reported too) mkpasswd returns a
bad home path, which leads to somewhat strange behaviour.

The two attached cygchecks, from Fergus, show the environment with a bad
/etc/passwd (.chk) and with a good one (.out).

Hopefully this gives a clue as to why mkpasswd misbehaves, I haven't had
time to look at source yet.

Rob

===
- Original Message -
From: fergus at bonhard dot uklinux dot net
[EMAIL PROTECTED]
To: Robert Collins [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 12:40 AM
Subject: Re: After new install, start in /usr/bin/{myname} not in
/home/{myname}



  As for the incorrect /etc/passwd creation (which is IMO the actual
fault
  you are seeing) can you send me the output of mkpasswd -l?

 Hey: interesting. Look at this:

 ~ mkpasswd -l
 Fergus::500:544::Fergus:/bin/bash
 ~ cat /etc/passwd
 Fergus::500:544::/home/Fergus:/bin/bash

 (This is _after_ I've edited the file /etc/passwd. In failed setup
mode
 the file /etc/passwd contains exactly the output from mkpasswd -l
above.)

 OK. Now I'll see whether I can be more ghelpful in describing what the
 prototype new setup.exe gives me.

 Fergus






cygcheck.out
Description: Binary data


cygcheck.chk
Description: Binary data

--
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 mistakes directories for character devices

2002-01-28 Thread Robert Collins


===
- Original Message -
From: James Vega [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 27, 2002 6:08 PM
Subject: Re: Cygwin mistakes directories for character devices


 On Sun, 27 Jan 2002, Robert Collins wrote:

  Under win9x, such filenames are invalid - they are DOS devices, and
  cygwin maintains win9x compatability. If you want correct behaviour
  under NT, perhaps you could submit a patch.

 I'm not sure about filenames, but I know that you can make directories
 named as such because I had 3 directories following that naming
scheme.

Under win9x?

Rob


--
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: Re installer crash

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Jason Doege [EMAIL PROTECTED]
To: Cygwin@Cygwin. Com [EMAIL PROTECTED]
Sent: Friday, January 25, 2002 5:55 AM
Subject: Re installer crash


 I have successfully installed many times until the latest release of
 the installer which crashes with an invalid memory access.

 If someone would like more details, please contact me with specific
 questions.

Yes please, the setup.log and setup.log.full from a crashing run please.

Rob


--
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: New setup.exe snapshot

2002-01-28 Thread Robert Collins

- Original Message -
From: John A. Turner [EMAIL PROTECTED]


 Robert Collins wrote:

  Any and all testing/feedback is needed.

 I've been using it for a while, and have a bit of feedback...

Thank you.

 o if the window gets covered up, clicking on its button on the
   taskbar doesn't bring it back to the top like it does with other
   apps

Hmm thats strange. Clicking on the taskbar should bring it back. Ah
well, another TODO item :}.

 o it seems to crash on certain mirrors - the ones I've had crash
   are
...
   note that the old setup.exe (2.125.2.10) works fine on the others

I've uploaded a new setup.exe that shouldn't crash on *anything*. If you
have time please give it a shot.

 o maybe I'm misunderstanding, but when I get to the Select packages
   to install window, if I click View until I get Full, then
   select Exp, most packages show up as Uninstall, with a few
showing
   versions newer than what I have

   shouldn't all those other pkgs be Keep rather than Uninstall?

No. This is a discussion point at the moment. IMO setup.ini on the
sources.redhat site should include explicit listings of all packages
that should be included in exp, and packages that are listed in curr or
prev, but not in exp should uninstall. This allows for accurate
experimental introduction of new packages that collide with curr
packages, by not having those curr packages remain installed when
someone wants a 'bleeding edge' install. Similar to the debian 'sid'
distribution I guess.

The alternative is the current status quo, where one always sees all
packages regardless of the 'trust level'.

It will get resolved one way or another before this gets released fully
:}.

Rob


--
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: After new install, start in /usr/bin/{myname} not in /home/{myname}

2002-01-28 Thread Robert Collins


===
- Original Message -
From: fergus at bonhard dot uklinux dot net
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: fergus at bonhard dot uklinux dot net [EMAIL PROTECTED]
Sent: Saturday, January 26, 2002 9:30 AM
Subject: After new install, start in /usr/bin/{myname} not in
/home/{myname}


 Extraordinary, this. Cygwin (latest version) was today installed on a
W98
 machine in a way not obviously different from many previous new
installs --
 that is, from a zip disk including just setup.exe + /contrib/* +
/latest/*
 and no setup.ini. The startup location after keying
 \Cygwin\bin\bash --login -i was /usr/bin/{myname} not
/home/{myname}.

 I agree it might be regarded as asking for trouble to install without
 setup.ini, but this pleasing starkness has always worked in the past.
 Anyway, is doing without it necessarily the cause of the problem? If
anybody
 can pinpoint what has occurred here I will be very pleased to know it.

 (I tried a 2nd time to install, after wiping \Cygwin\ _and_ all
mentions of
 Cyg* in the registry. Exactly the same outcome.)

Please supply the setup.log and setup.log.full from a failed run.

Thanks,
Rob


--
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: setup.exe snapshot: install from local directory not working

2002-01-28 Thread Robert Collins


===
- Original Message -
From: [EMAIL PROTECTED]
To: Robert Collins [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, January 23, 2002 9:42 AM
Subject: Re: setup.exe snapshot: install from local directory not
working


 On Wed, Jan 23, 2002 at 09:28:24AM +1100, Robert Collins wrote:
  Can you please supply the setup.log.full as well?

 Sorry, not for the reported install. I can't work without the
 cygwin1.dll (which the setup snapshot uninstalled) so I had to
 do a reinstall with the release setup.exe (and that overwrote
 setup.log.full).

Ahh, well, if you're able to try a new snapshot, I've posted one. I'd
appreciate knowing if it does the same thing again (and please send me
the logs if it does).

Cheers,
Rob


--
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: C++ dll segfault problem

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Markus Hoenicka [EMAIL PROTECTED]

 Hi,

 I'm stuck with a problem building dynamically linked versions of
 OpenJade, onsgmls etc. (http://sourceforge.net/projects/openjade). The

...

 I've also tried to get some insight from strace. strace in this case
 has the unique ability to *prevent* the segfault, so the stack traces
 of the statically and dynamically linked binaries are pretty much
 identical.

Try this:
strace -ofoo.log -f -n cygwinroot\bin\sh.exe command to run

That should reproduce the fault, if it doesn't, try bash instead sh.

Rob


--
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: New setup.exe snapshot

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Robert Collins [EMAIL PROTECTED]
  VC++ debugger reports exception code=0xc005, flags=0x,
  Address=0x0041e53e
 
  If you wish I can give you a memory dump!

 Don't worry - we've had on person reporting a memory crash on XP, and
 you makes two.

 I've just managed to reproduce it by using the same  mirror choices
you
 have, so I'll scurry away and fix it.

I believe this is now  *really* fixed, and a new setup snapshot is at
http://www.cygwin.com/setup-snapshots/

Rob


--
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: DocBook and OpenJade packages

2002-01-28 Thread Markus Hoenicka

Hi,

I'm currently working on OpenJade for Cygwin. 1.4 is broken, but the
just released 1.3.1 builds out of the box, at least statically
linked. I'm currently trying to track down the segfault problem with
the dynamically linked binaries (any help is appreciated).

For the time being, do not forget:

http://ourworld.compuserve.com/homepages/hoenicka_markus/cygbook1.html

This tutorial describes how to set up a complete SGML/XML editing and
publishing system, using Cygwin versions as far as possible. There are
also links to a 1.3.0 version of Openjade (statically linked) that I
have been providing for quite a while. The tutorial goes beyond
DocBook/DSSSL and covers XML/XSL as well.

regards,
Markus

Ralf Habacker writes:
   
   Hi all,
   
   I've recently installed the DocBook text processing system under CygWin.
   This was quite fiddly, as there are many small tools that have to be
   downloaded and configured.
   
   I'm willing to volunteer to produce and maintain proper CygWin packages for
   these tools, so that they can be easily installed by just choosing the
   packages in the setup program.
   
   * Is this something you'd like?
  
  for the kde2.2.x port too. This would be nice for kdevelop, which need this   
  
   * Is anybody currently working on this?
  
  I have tried to compile Openjade, but without success. So I have stopped this.  

-- 
Markus Hoenicka, PhD
UT Houston Medical School
Dept. of Integrative Biology and Pharmacology
6431 Fannin MSB4.114
Houston, TX 77030
(713) 500-6313, -7477
(713) 500-7444 (fax)
[EMAIL PROTECTED]
http://ourworld.compuserve.com/homepages/hoenicka_markus/


--
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/




[URGENT] dlopen question

2002-01-28 Thread Stephano Mariani

 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I recently discovered (to my horror) that the RTLD_* options (in
/usr/include/dlfcn.h) seem to just be dummy placeholders in cygwin,
due to the utterly feeble shared library/dll model under windows.

The cygwin sources appear to have wrapped the dl{open,sym,close}
calls around the windows equivalents (LoadLibrary, GetProcAddress,
and FreeLibrary).

Is there a way to simulate the dlopen(soname,RTLD_GLOBAL) call under
windows?
I really require this (or equivalent) functionality.

Any help will be greatly appreciated...

TIA

Stephano Mariani

-BEGIN PGP SIGNATURE-
Version: PGP 7.1.1
Comment: Use PGP or GNUPG

iQA/AwUBPFV5t2gk66Ms+o9zEQJvxQCg/Ql/NNN/F5ZYznI7Q2XQoGKWSXgAn1BM
BVZoIS0HZ9Kx1woYdVspAXm7
=Rzpk
-END PGP SIGNATURE-



--
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: C++ dll segfault problem

2002-01-28 Thread Markus Hoenicka

Hi Robert,

I didn't know this nice trick. However, neither sh nor bash can
reproduce this problem under these conditions. The apps just run
fine. But if I start the apps without strace, they segfault upon exit.

Does this funny behaviour give any clue about the nature of the
underlying problem? Are there any other tricks to debug this?

thanks
Markus

Robert Collins writes:
  Try this:
  strace -ofoo.log -f -n cygwinroot\bin\sh.exe command to run
  
  That should reproduce the fault, if it doesn't, try bash instead sh.

-- 
Markus Hoenicka, PhD
UT Houston Medical School
Dept. of Integrative Biology and Pharmacology
6431 Fannin MSB4.114
Houston, TX 77030
(713) 500-6313, -7477
(713) 500-7444 (fax)
[EMAIL PROTECTED]
http://ourworld.compuserve.com/homepages/hoenicka_markus/


--
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: Building postfix under cygwin

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Jason Tishler [EMAIL PROTECTED]
To: Matthew Smith [EMAIL PROTECTED]
Cc: Greg Matheson [EMAIL PROTECTED]; Cygwin
[EMAIL PROTECTED]
Sent: Thursday, January 24, 2002 12:53 AM
Subject: Re: Building postfix under cygwin


 Matt,

 On Tue, Jan 22, 2002 at 11:54:19PM -0600, Matthew Smith wrote:
  Hey, thanks for the pointer.  I used the bind and berkeley-db
  binaries/libs from that site.  Using those, and through a bit of
hacking, I
  have a complete postfix!  I'll do some testing, and let the list
know the
  results.  I'd be interested in maintaining postfix, if someone would
step
  forward to maintain bind and berkeley-db...


Both packages have had folk indicate interest in becoming maintainers,
see the cygwin-apps archives. Some gentle encouragement might help
things.

Rob


--
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: Old Thread: Cygwin Performance

2002-01-28 Thread Ralf Habacker

Hi all,

the last days I have run the lmbench benchmark suite with cygwin and Suse Linux 7.1 on 
a Toshiba Satellite Pro 4300
Serie with PIII 700 MHz, 320 MB RAM.

I was very surprised about the differences in some tests. While some tests produces 
expected results for example in
the processor results there are other tests, about I'm wondering if this is true, 
like the context
switching, *Local* Communication latencies and *Local* Communication bandwidths.

Because of this, I don't like to comment the results, but I'm asking if anybody else 
could confirm this results.

BTW: But if this is true, I know why kde2 runs so slowly :-)

Regards
Ralf



 L M B E N C H  2 . 0   S U M M A R Y
 


Basic system parameters

Host OS Description  Mhz

- - --- 
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE  CYGWIN_NT-5.0  i686-pc-cygwin  696
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697
BRAMSCHE   Linux 2.2.18   i686-pc-linux-gnu  697

Processor, Processes - times in microseconds - smaller is better

Host OS  Mhz null null  open selct sig  sig  fork exec sh
 call  I/O stat clos TCP   inst hndl proc proc proc
- -      -     
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.24 419. 199. 2357. 0.11 67.0 11.K 20.K 45.K
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.24 389. 201. 1743. 0.11 67.4 11.K 21.K 45.K
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.23 391. 201. 1946. 0.11 67.1 11.K 20.K 45.K
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.24 392. 201. 1821. 0.11 67.6 11.K 21.K 45.K
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.24 393. 200. 2143. 0.11 67.2 11.K 21.K 45.K
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.24 390. 199. 1803. 0.11 67.0 11.K 20.K 45.K
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.25 393. 199. 1825. 0.11 67.1 11.K 21.K 45.K
BRAMSCHE  CYGWIN_NT-5.0  696 0.01 1.24 389. 200. 1804. 0.11 66.9 11.K 20.K 45.K
BRAMSCHE   Linux 2.2.18  697 0.45 0.62 9.89 42.8  76.9 4.43 12.2 441. 3873 20.K
BRAMSCHE   Linux 2.2.18  697 1.64 2.33 41.7 44.8  90.2 4.82 12.2 474. 4453 20.K
BRAMSCHE   Linux 2.2.18  697 1.65 2.40 18.1 21.4  76.8 4.71 11.5 463. 4308 19.K
BRAMSCHE   Linux 2.2.18  697 1.65 2.37 33.1 38.6  99.3 4.53 11.2 438. 4430 19.K
BRAMSCHE   Linux 2.2.18  697 1.65 2.44 35.1 38.9  83.4 4.43 11.9 467. 3821 20.K
BRAMSCHE   Linux 2.2.18  697 1.74 2.38 35.0 38.8  72.9 4.73 11.3 439. 3839 20.K
BRAMSCHE   Linux 2.2.18  697 1.55 2.47 33.2 38.8  76.8 4.82 12.3 404. 4421 20.K
BRAMSCHE   Linux 2.2.18  697 1.64 2.25 33.0 37.4  76.9 4.52 11.8 418. 3807 20.K

Context switching - times in microseconds - smaller is better
-
Host OS 2p/0K 2p/16K 2p/64K 8p/16K 8p/64K 16p/16K 16p/64K
ctxsw  ctxsw  ctxsw ctxsw  ctxsw   ctxsw   ctxsw
- - - -- -- -- -- --- ---
BRAMSCHE  CYGWIN_NT-5.0 5966. 5966.1 5917.6 4975.1 5200.8  6215.6  5200.8
BRAMSCHE  CYGWIN_NT-5.0 4965. 5968.4 5929.4 4986.1 5198.8  4334.6  4323.4
BRAMSCHE  CYGWIN_NT-5.0 4972. 5958.1 5948.1 5185.3 4954.6  4468.7  2446.4
BRAMSCHE  CYGWIN_NT-5.0 5975. 5960.9 5947.7 4997.9 4958.0  2477.7  4317.9
BRAMSCHE  CYGWIN_NT-5.0 5974. 4964.0 5950.3 5745.7 5166.1  5456.8  4428.5
BRAMSCHE  CYGWIN_NT-5.0 5969. 5966.3 5940.5 4959.6 4958.1  4466.6  5324.8
BRAMSCHE  CYGWIN_NT-5.0 5964. 5833.5 5940.6 4967.7 4955.9  4449.1  4433.3
BRAMSCHE  CYGWIN_NT-5.0 4970. 5959.5 5933.2 3177.0 8706.5  4218.8  6200.8
BRAMSCHE   Linux 2.2.18 3.290   16.4   29.6   23.4  148.6   191.0   149.2
BRAMSCHE   Linux 2.2.18 3.530   12.6   25.1   19.8  161.331.4   162.6
BRAMSCHE   Linux 2.2.18 3.540   10.3   32.3   17.4  148.931.2   149.0
BRAMSCHE   Linux 2.2.18 3.310   10.4   44.0   16.6  160.431.6   160.0
BRAMSCHE   Linux 2.2.18 3.290   18.9   33.0   26.0  147.837.4   150.7
BRAMSCHE   Linux 2.2.18 3.470   18.1   22.6   15.4  147.738.7   147.8
BRAMSCHE   Linux 2.2.18 3.310   10.4   45.1 9.6400  180.062.2   180.7
BRAMSCHE   Linux 2.2.18 3.290 9.7500   55.1   17.7  180.530.0   181.0

*Local* 

RE: CVS PServer problem

2002-01-28 Thread Phil Dempster

 RTFMLA

 [Heh. Been waiting to use that one...]

 Pserver doesn't work yet. Using :external and SSH does.

 Geoff


Actually, I have had CVS pserver work under Win2K/Cygwin and a certain
amount of duress.  I _might_ even be able to work out how I did it, if there
is sufficient demand and there's something less interesting I'm avoiding
doing (tax return springs to mind).

Cheers,
Phil



--
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/




execl problem!!!

2002-01-28 Thread GRI

Hi:

Please look this code from a1.exe program and a2.exe program:

//a1.cpp

#include process.h
#include stdio.h
#include stdlib.h
int main()
{
execl(a2.exe,,NULL);
return 0;
}

#include stdio.h
#include conio.h

//a2.cpp

int main()
{
char c1;

while(c1!='c')
c1=getchar();
printf(%c\n,c1);
}
return 0;
}


I have a execl problem when I call a2.exe from a1.exe.
I have compiled both with -mon-cygwin flag. Trapped chars by a2.exe are 
returned to shell . Why???

If  I  run this under bash or sh (or I compile without -mon-cygwin 
flag)  this behavior does not occur.

Could someone please explain me???

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: CVS PServer problem

2002-01-28 Thread Charles Wilson

Phil Dempster wrote:

RTFMLA

[Heh. Been waiting to use that one...]

Pserver doesn't work yet. Using :external and SSH does.

Geoff

 
 
 Actually, I have had CVS pserver work under Win2K/Cygwin and a certain
 amount of duress.  I _might_ even be able to work out how I did it, if there
 is sufficient demand and there's something less interesting I'm avoiding
 doing (tax return springs to mind).


PLEASE do so.  I'll add it to the Cygwin cvs documentation -- 
/usr/doc/Cygwin/cvs-* .

--Chuck



--
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: socket/fdopen/exec problem

2002-01-28 Thread Pierre A. Humblet

Corinna Vinschen wrote:
 
snip, long example
 
  Any thoughts?
 
 Not immediately.  Two questions:
 
 - Did you encounter the same on NT?

Corinna, 

I have now duplicated on NT the tests reported in
http://cygwin.com/ml/cygwin/2002-01/msg01642.html
(saturday evening)

On NT as on Win98/Me, ps -W shows one process for
each kill -HUP, persisting forever.

However contrary to Win98/Me, on NT the duplicate
LISTEN only persists while the child process is running.
I had reported earlier that I had never seen duplicate
LISTEN in the actual application (not the demo) on NT.
That now makes sense: I only tested the application in
lightly loaded conditions where no child process was
running when kill -HUP was issued to the daemon.

Pierre

--
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: socket/fdopen/exec problem

2002-01-28 Thread Christopher Faylor

On Sat, Jan 26, 2002 at 11:51:38PM -0500, Pierre A. Humblet wrote:
I have no idea where to start debugging that. I am attaching the demo program.
It is used as shown in the previous message, and also using ps -W. 

Attach gdb to the process.

cgf

--
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/




New setup.exe and crashes

2002-01-28 Thread John P. Rouillard


In Message-ID: 030301c1a71f$8228eef0$0200a8c0@lifelesswks
Robert Collins [EMAIL PROTECTED] wrote:
 o it seems to crash on certain mirrors - the ones I've had crash
   are
...
   note that the old setup.exe (2.125.2.10) works fine on the others

I've uploaded a new setup.exe that shouldn't crash on *anything*. If you
have time please give it a shot.

I have successfully used it to download and install openssh from
http://mirrors.rcn.net with WinNT 4.0SP5. With the previous setup
snapshot that url caused a crash.

Also it looks like the new setup has a nice feature and can update in
use binaries (I was using ssh at the time of the successful update
above). However I can't find the registry entry that is used to move
the new ssh.exe on top of the old one at (re-)boot time. So exactly
how does the new install do its magic?

I had gotten used to having updates on running packages fail, might it
be a good idea to offer an option Update running programs (requires
reboot) in one of the screens. That way we could safely update the
packages we aren't using without having to reboot.

Actually this begs the question, what happened when install failed due
to in use binaries? Did it clean up after itself and reinstall the old
files, or was I left with a mix of file versions after the failed
update? I never had any problems after a failed update, so I always
assumed that it cleaned up and backed out the updated files. Was I
wrong?

-- rouilj
John Rouillard
===
My employers don't acknowledge my existence much less my opinions.

--
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/




how to open *.htm and *.lnk

2002-01-28 Thread hongxun lee

At the moment, my way to open an htm file is to put its name in a DOS batch
file, and then run the batchfile, which makes things complicated; but by no
way can i open an lnk. Any simpler methods ? Thanks


--
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/




Access Denied

2002-01-28 Thread [EMAIL PROTECTED]

I have Windows 2000 server and i just installed cgywin. However the only 
person that can log in the administrator. Every other user in users and 
groups say access denied. Any ideas?

RS


--
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/




problem linking to opengl functions, VTK

2002-01-28 Thread Mueller, Christof

Hi,

I'm trying to compile VTK examples and seem to have trouble linking with
opengl.

here is what I think should be working, but didn't:

( g++ -v -g -O2 -o ./Cone.exe Cone.cxx -I/usr/opt/VTK/VTK/Graphics
-I/usr/opt/VTK/VTK/Filtering -I/usr/opt/VTK/VTK/Common -I/usr/opt/VTK/VTK
-I/usr/opt/VTK/VTK/Rendering -L/usr/opt/VTK/VTK/bin/ -lvtkGraphics
-lvtkFiltering -lvtkRendering -lvtkCommon -lopengl32 )   log

here is the first part of my log file:

Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
gcc version 2.95.3-5 (cygwin special)
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/cpp0.exe -lang-c++ -v
-I/usr/opt/VTK/VTK/Graphics -I/usr/opt/VTK/VTK/Filtering
-I/usr/opt/VTK/VTK/Common -I/usr/opt/VTK/VTK -I/usr/opt/VTK/VTK/Rendering
-D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D_X86_=1
-D_X86_=1 -Asystem(winnt) -D__EXCEPTIONS -D__OPTIMIZE__ -g -Acpu(i386)
-Amachine(i386) -Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D__i686
-D__i686__ -D__pentiumpro -D__pentiumpro__
-D__stdcall=__attribute__((__stdcall__))
-D__cdecl=__attribute__((__cdecl__)) -D_stdcall=__attribute__((__stdcall__))
-D_cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x))
-D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix -isystem
/usr/local/include -idirafter /usr/include -idirafter /usr/include/w32api
-isystem /usr/include/g++-3 -isystem /usr/include/g++ Cone.cxx
/cygdrive/c/WINDOWS/TEMP/ccwPAh1I.ii
GNU CPP version 2.95.3-5 (cygwin special) (80386, BSD syntax)
#include ... search starts here:
#include ... search starts here:
 /usr/opt/VTK/VTK/Graphics
 /usr/opt/VTK/VTK/Filtering
 /usr/opt/VTK/VTK/Common
 /usr/opt/VTK/VTK
 /usr/opt/VTK/VTK/Rendering
 /usr/local/include
 /usr/include/g++-3
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/include
 /usr/include
 /usr/include/w32api
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/cc1plus.exe
/cygdrive/c/WINDOWS/TEMP/ccwPAh1I.ii -quiet -dumpbase Cone.cc -g -O2
-version -o /cygdrive/c/WINDOWS/TEMP/cchHXRaz.s
GNU C++ version 2.95.3-5 (cygwin special) (i686-pc-cygwin) compiled by GNU C
version 2.95.3-5 (cygwin special).
 
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/as.e
xe -o /cygdrive/c/WINDOWS/TEMP/ccvpwH00.o
/cygdrive/c/WINDOWS/TEMP/cchHXRaz.s
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o ./Cone.exe /usr/lib/crt0.o
-L/usr/opt/VTK/VTK/bin/ -L/usr/local/lib -L/usr/lib -L/usr/lib/w32api
-L/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5
/cygdrive/c/WINDOWS/TEMP/ccvpwH00.o -lvtkGraphics -lvtkFiltering
-lvtkRendering -lvtkCommon -lopengl32 -lstdc++ -lgcc -lcygwin -luser32
-lkernel32 -ladvapi32 -lshell32 -lgcc
/usr/opt/VTK/VTK/bin//libvtkRendering.a(vtkOpenGLActor.o): In function
`vtkOpenGLActor::Render(vtkRenderer *, vtkMapper *)':
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:88: undefined reference to
`glGetIntegerv'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:95: undefined reference to
`glDepthMask'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:122: undefined reference to
`glMatrixMode'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:123: undefined reference to
`glPushMatrix'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:124: undefined reference to
`glMultMatrixd'


and when I look there I see [/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx]:

#include math.h


#include vtkOpenGLRenderer.h
#include vtkOpenGLActor.h
#ifdef __APPLE__
#include OpenGL/gl.h
#else
#include GL/gl.h
#endif
#include vtkObjectFactory.h

#ifndef VTK_IMPLEMENT_MESA_CXX

//-
vtkOpenGLActor* vtkOpenGLActor::New()
{
 

I know that there was quite some discussion going on about these opengl
linking problems, and I've read the /usr./doc/opengl stuff. I also went
through the mail archive, but everything I tried failed, duh.

I would really appreciate any help with this,

Cheers,
Christof








  
  


--
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: how to open *.htm and *.lnk

2002-01-28 Thread Randall R Schulz

Hongxun,

Here are the elements you need:

For BASH users (equivalents presumably exist in other shells):

% help test
...
   -h FILETrue if file is a symbolic link.
   -L FILETrue if file is a symbolic link.
...


% man readlink


% cygpath --help


Now, write a BASH (or other shell) script that, after using the 
aforementioned primitives to get a native Windows name for the target file, 
invokes:

 cmd /q /c start /b WindowsFileName


You will then no longer need to construct one-off BAT files to open files 
from Cygwin. See my message from yesterday with the Subject CYGWIN=ntsec 
Pragmattics (sic) for a caveat about file permissions and use of the cmd 
... invocation I mentioned just above.


Randall Schulz
Mountain View, CA USA


At 12:11 2002-01-28, you wrote:
At the moment, my way to open an htm file is to put its name in a DOS 
batch file, and then run the batchfile, which makes things complicated; 
but by no way can i open an lnk. Any simpler methods ? Thanks


--
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: problem linking to opengl functions, VTK

2002-01-28 Thread Andre Bleau


/usr/opt/VTK/VTK/bin//libvtkRendering.a(vtkOpenGLActor.o): In function
`vtkOpenGLActor::Render(vtkRenderer *, vtkMapper *)':
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:88: undefined reference to
`glGetIntegerv'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:95: undefined reference to
`glDepthMask'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:122: undefined reference to
`glMatrixMode'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:123: undefined reference to
`glPushMatrix'
/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:124: undefined reference to
`glMultMatrixd'

This output shows that your VTK library has not been properly compiled 
(wrong OpenGL headers). The compile/link command for your main() seems 
correct; check the compilation commands that were used for VTK.



André Bleau, Cygwin's OpenGL package maintainer.

email: bleau at igb dot umontreal dot ca
(Fight SPAM: encode your email-address)



--
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/




CVS and SSL support

2002-01-28 Thread Mark_Hamilton

To Whom it May Concern,
 I've been trying to build a version of CVS with SSL support and I just
can't get it to work. The tests fail on cygwin and I get strange behavior
with my CVS server on a linux box. Can you point me to a distribution of
CVS
with ssl support or give me some advice?
-Mark




--
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: Access Denied

2002-01-28 Thread Larry Hall (RFK Partners, Inc)

At 03:00 PM 1/28/2002, [EMAIL PROTECTED] wrote:
I have Windows 2000 server and i just installed cgywin. However the only person that 
can log in the administrator. Every other user in users and groups say access denied. 
Any ideas?



What do you mean log in?  Did you install for everybody or just you?
Output of cygcheck -s -r -v might be helpful.



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
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: [URGENT] dlopen question

2002-01-28 Thread Chris January

 I recently discovered (to my horror) that the RTLD_* options (in
 /usr/include/dlfcn.h) seem to just be dummy placeholders in cygwin,
 due to the utterly feeble shared library/dll model under windows.

 The cygwin sources appear to have wrapped the dl{open,sym,close}
 calls around the windows equivalents (LoadLibrary, GetProcAddress,
 and FreeLibrary).

 Is there a way to simulate the dlopen(soname,RTLD_GLOBAL) call under
 windows?
 I really require this (or equivalent) functionality.

 Any help will be greatly appreciated...
libltdl supports loading of Windows DLLs. The version we are using in
kde-cygwin seems to work well.
Regards
Chris




--
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] New on sourceware: texmf-20000804-2

2002-01-28 Thread Jan Nieuwenhuizen

Hi,

I'm pleased to announce that teTeX's TeX Directory Structure (aka the
texmf tree) has been packaged and is available for download.  This
release matches the latest tetex-beta packages (20001218-3 or -4).

This is the first experimental release.

As the full texmf tree is quite big (30MB), it's packaged in three
parts, texmf-base, texmf-doc, and texmf-extra.

After installing tetex-beta and texmf-base, you should have a
functioning TeX setup.  Add texmf-extra to get a complete TeX
installation.  There's an additional package: texmf-tiny, that
provides a very small, but functional texmf tree.

For a brief description of what these packages are and what they
contain, see http://cygwin.com/packages/ .

To update your installation, click on the ``Install Cygwin now'' link
on the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

You find the TeX packages in catagory `Text', and because this is an
experimental release, you should select Exp(erimental) in order to get
to see them.

Note:
  * These packages depend on tetex-beta-20001218-4 for full operation.
  * If you install by hand, run /etc/postinstall/post-texmf.sh.
  * If you have MiKTeX or fpTeX installed, please be sure to remove any
custom TEXINPUTS, MFINPUTS VARTEXFONTS etc. environment settings
that contain DOS style paths.
  * TeX cannot handle spaces in file names.  If your $HOME contains
spaces, you may need to run tex from another cwd, eg, /tmp.
  * LaTeX cannot handle letters with accents in file names.  If your
$HOME contains spaces or non-ASCII characters, you may need to run
latex from another cwd, eg, /tmp.

See also:
/usr/doc/Cygwin/texmf-2804-2.README

We do not allow downloads from sources.redhat.com (aka cygwin.com) due
to bandwidth limitations.  This means that you will need to find a
mirror which has this update.

In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is
usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package then
you can either wait for the site to be updated or find another mirror.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you
would use this mailing list rather than emailing me directly.  If you
do email me directly, any answer will be sent to the mailing list:
[EMAIL PROTECTED]

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


--
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: New setup.exe snapshot

2002-01-28 Thread Robert Collins


===
- Original Message -
From: Charles Wilson [EMAIL PROTECTED]
  I believe this is now  *really* fixed, and a new setup snapshot is
at
  http://www.cygwin.com/setup-snapshots/


 FYI, this version still crashes if you click the Add User URL
button,
 but haven't typed anything into the entry box.

Yes - that fix,along with arefix for the typo, and more are in my
sandbox.

Rob


--
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: failure notice

2002-01-28 Thread Michael A Chase

Try the ones you are interested in and see.

Please make any more such enquires to [EMAIL PROTECTED], that's where this
belongs unless you are offering patches to fix problems you have found.

--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.
- Original Message -
From: Rajat Bawa [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 02:31
Subject: FW: failure notice


 Just wanted to know the support of the Cygwin utilities for

 - Files with Japanese data 
 - Files with Japanese filenames





--
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: New setup.exe and crashes

2002-01-28 Thread Robert Collins

- Original Message -
From: John P. Rouillard [EMAIL PROTECTED]

 I've uploaded a new setup.exe that shouldn't crash on *anything*. If
you
 have time please give it a shot.

 I have successfully used it to download and install openssh from
 http://mirrors.rcn.net with WinNT 4.0SP5. With the previous setup
 snapshot that url caused a crash.

Excellent.

 Also it looks like the new setup has a nice feature and can update in
 use binaries (I was using ssh at the time of the successful update
 above). However I can't find the registry entry that is used to move
 the new ssh.exe on top of the old one at (re-)boot time. So exactly
 how does the new install do its magic?

Any sufficiently advanced technol :]. The source is your guide,
but essentially itjust calls MoveFileEx with the correct flags on NT,
and on 9x creates a .ini file to tell windows to do the copies at boot
time.

 I had gotten used to having updates on running packages fail, might it
 be a good idea to offer an option Update running programs (requires
 reboot) in one of the screens. That way we could safely update the
 packages we aren't using without having to reboot.

Yes, there is more to do here - a list of what programs are in use and
the ability to wait for them to be closed would also be useful :}.
Patches gratefully accepted, meanwhile we are making progress.

 Actually this begs the question, what happened when install failed due
 to in use binaries?

Before? You got left with the old binary (couldn't be deleted) and no
package, or sometimes the new package files with one old file. Rather
bad behaviour IMO.

 Did it clean up after itself and reinstall the old
 files, or was I left with a mix of file versions after the failed
 update? I never had any problems after a failed update, so I always
 assumed that it cleaned up and backed out the updated files. Was I
 wrong?

Very very wrong :}. It just failed. The resilience you saw is a credit
to Cygwin and the packages - it could have been much worse :}.

Rob



--
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/




Problems building cross compiler on NT

2002-01-28 Thread Mack Lobell

Hi,

i'm trying to build a gcc 3.0.3 cross compiler on a NT machine. Target is 
powerpc, host is cygwin on a NT 4.0 workstation with SP6.

The build fails on the following lines:
gcc -DCROSS_COMPILE -DIN_GCC-g -O2 -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic 
-Wno-long-long  -DHAVE_CONFIG_H-I. -I. -I../../../gcc-3.0.3/gcc 
-I../../../gcc-3.0.3/gcc/. -I../../../gcc-3.0.3/gcc/config 
-I../../../gcc-3.0.3/gcc/../include -c insn-extract.c
In file included from tm.h:11,
 from ../../../gcc-3.0.3/gcc/config/i386/xm-i386.h:39,
 from config.h:4,
 from insn-extract.c:4:
insn-flags.h:73: warning: carriage return in preprocessing directive
insn-flags.h:75: warning: carriage return in preprocessing directive
insn-flags.h:179: warning: carriage return in preprocessing directive
In file included from config.h:11,
 from insn-extract.c:4:
insn-flags.h:73: warning: carriage return in preprocessing directive
insn-flags.h:75: warning: carriage return in preprocessing directive
insn-flags.h:179: warning: carriage return in preprocessing directive
gcc -c -DCROSS_COMPILE -DIN_GCC-g -O2 -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic 
-Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE-I. -I. 
-I../../../gcc-3.0.3/gcc -I../../../gcc-3.0.3/gcc/. 
-I../../../gcc-3.0.3/gcc/config -I../../../gcc-3.0.3/gcc/../include 
../../../gcc-3.0.3/gcc/genoutput.c
gcc -DCROSS_COMPILE -DIN_GCC-g -O2 -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic 
-Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genoutput.exe \
genoutput.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o 
print-rtl.o errors.o ` case obstack.o in ?*) echo obstack.o ;; esac ` ` 
case  in ?*) echo  ;; esac ` ` case  in ?*) echo  ;; esac ` ` case  in 
?*) echo  ;; esac ` ` case  in ?*) echo  ;; esac ` ` case  in ?*) echo  
;; esac ` -ladvapi32
./genoutput.exe ../../../gcc-3.0.3/gcc/config/rs6000/rs6000.md  
tmp-output.c
../../../gcc-3.0.3/gcc/config/rs6000/rs6000.md:553: Wrong number of 
alternatives in the output template
../../../gcc-3.0.3/gcc/config/rs6000/rs6000.md:562: Wrong number of 
alternatives in the output template
../../../gcc-3.0.3/gcc/config/rs6000/rs6000.md:587: Wrong number of 
alternatives in the output template
../../../gcc-3.0.3/gcc/config/rs6000/rs6000.md:620: Wrong number of 
alternatives in the output template
../../../gcc-3.0.3/gcc/config/rs6000/rs6000.md:645: Wrong number of 
alternatives in the output template


* SNIP *


../../../gcc-3.0.3/gcc/config/rs6000/rs6000.md:12335: Wrong number of 
alternatives in the output template
make[1]: *** [s-output] Error 33
make[1]: Leaving directory `/home/guest/build/gcc/gcc'
make: *** [all-gcc] Error 2

The build was configured with the following flags:
../../gcc-3.0.3/configure --with-included-gettext --enable-languages=c,c++ 
--enable-shared --enable-threads --target=powerpc-eabi --host=i686-pc-cygwin 
--build=i686-pc-cygwin --with-newlib


Any ideas?

Just holler if more info is needed!!


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
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: Problems building cross compiler on NT

2002-01-28 Thread Neil Booth

Mack Lobell wrote:-

 Hi,
 
 i'm trying to build a gcc 3.0.3 cross compiler on a NT machine. Target is 
 powerpc, host is cygwin on a NT 4.0 workstation with SP6.
 
 insn-flags.h:73: warning: carriage return in preprocessing directive
 insn-flags.h:75: warning: carriage return in preprocessing directive
 insn-flags.h:179: warning: carriage return in preprocessing directive

Huh?  As far as I'm aware, that's not a diagnostic that 3.0.3's
preprocessor gives.  After all, a carriage return in a preprocessing
directive is quite normal; it ends it!

Is the bootstrap compiler 2.x?  If so, you might want to try 3.0.3
itself.

Neil.

--
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: Problems building cross compiler on NT

2002-01-28 Thread Zack Weinberg

On Mon, Jan 28, 2002 at 11:01:22PM +, Neil Booth wrote:
 Mack Lobell wrote:-
 
  Hi,
  
  i'm trying to build a gcc 3.0.3 cross compiler on a NT machine. Target is 
  powerpc, host is cygwin on a NT 4.0 workstation with SP6.
  
  insn-flags.h:73: warning: carriage return in preprocessing directive
  insn-flags.h:75: warning: carriage return in preprocessing directive
  insn-flags.h:179: warning: carriage return in preprocessing directive
 
 Huh?  As far as I'm aware, that's not a diagnostic that 3.0.3's
 preprocessor gives.  

Note the lack of column numbers - that's definitely a 2.x bootstrap
compiler.  Which didn't support DOS style line breaks.  I agree with
this advice:

 ...you might want to try 3.0.3 itself.

zw

--
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: How to set up crontab file in cygwin?

2002-01-28 Thread Jeff Lu

This is what is in my cron file

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.272 installed on Mon Jan 28 18:22:31 2002)
# (Cron version -- $Id: crontab.c,v 1.3 2001/06/07 17:12:28 corinna Exp $)
SHELL=/bin/sh
0-59/2 * * * * /c/progra~1/apache~1/apache/cgi-bin/print

I got this when try to start service
$ cygrunsrv -S cron
cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1062:
The service has not been started.

What am I doing wrong?

Thanks

-Original Message-
From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 05, 2002 11:30 AM
To: Jeff Lu
Cc: Cygwin
Subject: Re: How to set up crontab file in cygwin?


Hallo Jeff,

Please keep Cygwin related discussion on the Cygwin list.

Am 2002-01-05 um 19:16 schriebst du:

 Can you show the steps in setting up the crontab file
 and the cron job?

usage:  crontab [-u user] file
crontab [-u user] { -e | -l | -r }
(default operation is replace, per 1003.2)
-e  (edit user's crontab)
-l  (list user's crontab)
-r  (delete user's crontab)

I use always joe because I'm too stupid to learn the VI:
$ export EDITOR=joe
you may use also `vim' as editor.
Then run:
$ crontab -e

In joe I get existing crontabs and if there are none then
an empty file, first line in my files is always:
MAILTO=gp at familiehaase.de   #  [EMAIL PROTECTED]
and then the jobs:
0 0-23/4 * * * /usr/bin/updatedb

This means:
Run: /usr/bin/updatedb at 0:00, 4:00, 8:00, 12:00, 16:00, 20:00 o'clock,
every day of the month (say every four hours).

For details how to run a job every Monday to Friday but not Saturday and
Sunday look `man crontab'  `man 5 crontab'  `man cron'


The daemon itself is installed with cygrunsrv, see in the archives:

http://cygwin.com/ml/cygwin/2001-12/msg01242.html


Gerrit
-- 
=^..^=mailto:[EMAIL PROTECTED]


--
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: How to set up crontab file in cygwin?

2002-01-28 Thread Jeff Lu

How can I check if my cron service is running?

-Original Message-
From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 05, 2002 11:30 AM
To: Jeff Lu
Cc: Cygwin
Subject: Re: How to set up crontab file in cygwin?


Hallo Jeff,

Please keep Cygwin related discussion on the Cygwin list.

Am 2002-01-05 um 19:16 schriebst du:

 Can you show the steps in setting up the crontab file
 and the cron job?

usage:  crontab [-u user] file
crontab [-u user] { -e | -l | -r }
(default operation is replace, per 1003.2)
-e  (edit user's crontab)
-l  (list user's crontab)
-r  (delete user's crontab)

I use always joe because I'm too stupid to learn the VI:
$ export EDITOR=joe
you may use also `vim' as editor.
Then run:
$ crontab -e

In joe I get existing crontabs and if there are none then
an empty file, first line in my files is always:
MAILTO=gp at familiehaase.de   #  [EMAIL PROTECTED]
and then the jobs:
0 0-23/4 * * * /usr/bin/updatedb

This means:
Run: /usr/bin/updatedb at 0:00, 4:00, 8:00, 12:00, 16:00, 20:00 o'clock,
every day of the month (say every four hours).

For details how to run a job every Monday to Friday but not Saturday and
Sunday look `man crontab'  `man 5 crontab'  `man cron'


The daemon itself is installed with cygrunsrv, see in the archives:

http://cygwin.com/ml/cygwin/2001-12/msg01242.html


Gerrit
-- 
=^..^=mailto:[EMAIL PROTECTED]


--
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/




How to start cron service in cygwin?

2002-01-28 Thread Jeff Lu

This is my cron file

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.1800 installed on Mon Jan 28 19:02:13 2002)
# (Cron version -- $Id: crontab.c,v 1.3 2001/06/07 17:12:28 corinna Exp $)
SHELL=/bin/sh
0-59/2 * * * * /c/progra~1/apache~1/apache/cgi-bin/print

I installed and started the service but nothing is happening!

cygrunsrv -I cron -p /usr/sbin/cron -a -D
cygrunsrv -S cron

It's supposed to execute print every 30 seconds.
How do I check if the cron is really running?

Thanks

-Original Message-
From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 05, 2002 11:30 AM
To: Jeff Lu
Cc: Cygwin
Subject: Re: How to set up crontab file in cygwin?


Hallo Jeff,

Please keep Cygwin related discussion on the Cygwin list.

Am 2002-01-05 um 19:16 schriebst du:

 Can you show the steps in setting up the crontab file
 and the cron job?

usage:  crontab [-u user] file
crontab [-u user] { -e | -l | -r }
(default operation is replace, per 1003.2)
-e  (edit user's crontab)
-l  (list user's crontab)
-r  (delete user's crontab)

I use always joe because I'm too stupid to learn the VI:
$ export EDITOR=joe
you may use also `vim' as editor.
Then run:
$ crontab -e

In joe I get existing crontabs and if there are none then
an empty file, first line in my files is always:
MAILTO=gp at familiehaase.de   #  [EMAIL PROTECTED]
and then the jobs:
0 0-23/4 * * * /usr/bin/updatedb

This means:
Run: /usr/bin/updatedb at 0:00, 4:00, 8:00, 12:00, 16:00, 20:00 o'clock,
every day of the month (say every four hours).

For details how to run a job every Monday to Friday but not Saturday and
Sunday look `man crontab'  `man 5 crontab'  `man cron'


The daemon itself is installed with cygrunsrv, see in the archives:

http://cygwin.com/ml/cygwin/2001-12/msg01242.html


Gerrit
-- 
=^..^=mailto:[EMAIL PROTECTED]


--
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/




stringstream vs. strstream

2002-01-28 Thread Ching, Jimen

Hi all,

Given this source code:
--
#include iostream
#include sstream
#include strstream
#include string

int
main()
{
stringstream s1;
strstream s2;
string s, fmt(string);

s1  fmt[2];
s1  ends;
s = s1.str();
cout  s1:   s  endl;
cout  s1 size:   s.size()  endl;

s2  fmt[1];
s2  ends;
s = s2.str();
cout  s2:   s  endl;
cout  s2 size:   s.size()  endl;

return 0;
}


The following output is generated:
$ uname -a
CYGWIN_NT-4.0 A19990524 1.3.9(0.51/3/2) 2002-01-21 12:48 i686 unknown
$ g++ -v
Reading specs from /bin/../lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
gcc version 2.95.3-5 (cygwin special)
$ g++ tst.cc
$ ./a.exe
s1: r^@
s1 size: 2
s2: t
s2 size: 1

Note, the shell used is bash.  So the '^@' is what is printed on the
console.

My question is, why is stringstream and strstream behaving differently?
I think stringstream should behave like strstream.  Comments?

--jc
--
[EMAIL PROTECTED] Adtech, Inc.(808) 734-3300

--
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: CVS and SSL support

2002-01-28 Thread Geoff Soutter

Yep, download cygwin binaries using setup.exe on cygwin site, choose CVS
and OpenSSL packages and bob's your uncle...

BTW, pserver doesn't work, use SSL and :ext

Geoff

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of [EMAIL PROTECTED]
Sent: Tuesday, January 29, 2002 7:52 AM
To: [EMAIL PROTECTED]
Subject: CVS and SSL support


To Whom it May Concern,
 I've been trying to build a version of CVS with SSL support and I just
can't get it to work. The tests fail on cygwin and I get strange
behavior with my CVS server on a linux box. Can you point me to a
distribution of CVS with ssl support or give me some advice? -Mark




--
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/


--
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: CVS PServer problem

2002-01-28 Thread Geoff Soutter

Aw, damn. I should have said its not supported and RTFMLA myself. :-)

Never mind...

Geoff

-Original Message-
From: Phil Dempster [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 29, 2002 4:02 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: CVS PServer problem


 RTFMLA

 [Heh. Been waiting to use that one...]

 Pserver doesn't work yet. Using :external and SSH does.

 Geoff


Actually, I have had CVS pserver work under Win2K/Cygwin and a certain
amount of duress.  I _might_ even be able to work out how I did it, if
there is sufficient demand and there's something less interesting I'm
avoiding doing (tax return springs to mind).

Cheers,
Phil



--
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: New setup.exe snapshot

2002-01-28 Thread Gary R. Van Sickle

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
 Of Robert Collins

[snip]


 - Original Message -
 From: John A. Turner [EMAIL PROTECTED]

[snip]

  o if the window gets covered up, clicking on its button on the
taskbar doesn't bring it back to the top like it does with other
apps

 Hmm thats strange. Clicking on the taskbar should bring it back. Ah
 well, another TODO item :}.


Yeah, this only happens on the chooser page, where I've got your dialog spawned
by the property sheet page.  Not sure what the cause is, but you can ALT-TAB to
it.

--
Gary R. Van Sickle
Brewer.  Patriot.


--
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: New setup.exe snapshot

2002-01-28 Thread Michael A Chase

- Original Message -
From: Gary R. Van Sickle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 19:32
Subject: RE: New setup.exe snapshot


  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
  Of Robert Collins
 
  - Original Message -
  From: John A. Turner [EMAIL PROTECTED]
   o if the window gets covered up, clicking on its button on the
 taskbar doesn't bring it back to the top like it does with other
 apps
 
  Hmm thats strange. Clicking on the taskbar should bring it back. Ah
  well, another TODO item :}.

 Yeah, this only happens on the chooser page, where I've got your dialog
spawned
 by the property sheet page.  Not sure what the cause is, but you can
ALT-TAB to
 it.

I'm not sure if it is related, but if I move the IDD_CHOOSE dialog box,
IDD_CHOOSER is visible at the old location.  Likewise, if I moved the
previous dialog box, I see IDD_CHOOSER in the old location and IDD_CHOOSE in
the center until I move it too.

I see the effect in setup.exe 2.186 - 2.188.  It may have occurred earlier
as well.
--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.



--
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/