public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* Re: Help Understanding Path Issue
       [not found]   ` <Pine.GSO.4.63.0606291828560.590@access1.cims.nyu.edu>
@ 2006-06-29 22:49     ` mwoehlke
  2006-06-29 22:57       ` Igor Peshansky
  0 siblings, 1 reply; 16+ messages in thread
From: mwoehlke @ 2006-06-29 22:49 UTC (permalink / raw)
  To: cygwin-talk

While CC'ing me for some reason(?), Igor Peshansky wrote:
(And was there a reason for that, or did you just hit 'reply all' by 
accident/reflex/because the hippo made me?)

> On Wed, 28 Jun 2006, mwoehlke wrote:
>> Scott Purcell wrote:
>>> I have "CLASSPATHS" and "PATHS" and some "HOME" directories set up.
>>> Eg: ANT_HOME value=C:/ant/bin
>> I assume you meant "CLASSPATH" and "PATH".
> 
> I think he meant "CLASSPATH"s and "PATH"s. :-)

Um... actually, I was assuming he only had one $PATH. If he has more, 
how does bash tell them apart? ;-)

> Actually, the list of variables automatically translated by Cygwin was
> posted here at some point (it may even be in the FAQ).  At the very least
> it's PATH, HOME, and LD_LIBRARY_PATH, but there may be others.

LD_LIBRARY_PATH? Since when does Windows have any clue what to do with 
*that*? (Or it it folded into PATH?)

-- 
Matthew
Do not expose to extreme heat, cold, or open flame.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-29 22:49     ` Help Understanding Path Issue mwoehlke
@ 2006-06-29 22:57       ` Igor Peshansky
  2006-06-30  9:57         ` Corinna Vinschen
  2006-06-30 16:25         ` mwoehlke
  0 siblings, 2 replies; 16+ messages in thread
From: Igor Peshansky @ 2006-06-29 22:57 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Thu, 29 Jun 2006, mwoehlke wrote:

> While CC'ing me for some reason(?), Igor Peshansky wrote:
> (And was there a reason for that, or did you just hit 'reply all' by
> accident/reflex/because the hippo made me?)

I always hit "Reply-All", and you didn't have Reply-To: set.

> > On Wed, 28 Jun 2006, mwoehlke wrote:
> > > Scott Purcell wrote:
> > > > I have "CLASSPATHS" and "PATHS" and some "HOME" directories set up.
> > > > Eg: ANT_HOME value=C:/ant/bin
> > > I assume you meant "CLASSPATH" and "PATH".
> >
> > I think he meant "CLASSPATH"s and "PATH"s. :-)
>
> Um... actually, I was assuming he only had one $PATH. If he has more,
> how does bash tell them apart? ;-)

Well, okay, "*CLASSPATH"s and "*PATH"s...

> > Actually, the list of variables automatically translated by Cygwin was
> > posted here at some point (it may even be in the FAQ).  At the very
> > least it's PATH, HOME, and LD_LIBRARY_PATH, but there may be others.
>
> LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
> *that*? (Or it it folded into PATH?)

Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
converted...
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-29 22:57       ` Igor Peshansky
@ 2006-06-30  9:57         ` Corinna Vinschen
  2006-06-30 10:16           ` Dave Korn
  2006-06-30 16:10           ` One Angry User
  2006-06-30 16:25         ` mwoehlke
  1 sibling, 2 replies; 16+ messages in thread
From: Corinna Vinschen @ 2006-06-30  9:57 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Jun 29 18:57, Igor Peshansky wrote:
> On Thu, 29 Jun 2006, mwoehlke wrote:
> > LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
> > *that*? (Or it it folded into PATH?)
> 
> Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
> PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
> LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
> converted...

A quick grep over the ChangeLogs is sometimes very helpful.


Hippo, Hippo, Hooray,
Corinna

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Help Understanding Path Issue
  2006-06-30  9:57         ` Corinna Vinschen
@ 2006-06-30 10:16           ` Dave Korn
  2006-06-30 11:03             ` Corinna Vinschen
  2006-06-30 16:11             ` Igor Peshansky
  2006-06-30 16:10           ` One Angry User
  1 sibling, 2 replies; 16+ messages in thread
From: Dave Korn @ 2006-06-30 10:16 UTC (permalink / raw)
  To: 'better get a bucket'

On 30 June 2006 10:58, Corinna Vinschen wrote:

> On Jun 29 18:57, Igor Peshansky wrote:
>> On Thu, 29 Jun 2006, mwoehlke wrote:
>>> LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
>>> *that*? (Or it it folded into PATH?)
>> 
>> Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
>> PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
>> LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
>> converted...
> 
> A quick grep over the ChangeLogs is sometimes very helpful.
> 
> 
> Hippo, Hippo, Hooray,
> Corinna



  Eeeewww!  If the hippos have grepped all over the ChangeLogs, *I'm* not
cleaning it up!


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30 10:16           ` Dave Korn
@ 2006-06-30 11:03             ` Corinna Vinschen
  2006-06-30 11:10               ` Dave Korn
  2006-06-30 16:11             ` Igor Peshansky
  1 sibling, 1 reply; 16+ messages in thread
From: Corinna Vinschen @ 2006-06-30 11:03 UTC (permalink / raw)
  To: 'better get a bucket'

On Jun 30 11:16, Dave Korn wrote:
> On 30 June 2006 10:58, Corinna Vinschen wrote:
> > A quick grep over the ChangeLogs is sometimes very helpful.
> 
>   Eeeewww!  If the hippos have grepped all over the ChangeLogs, *I'm* not
> cleaning it up!

This is TYPICAL man!  And who IS going to clean up afterwards?


Corinna

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Help Understanding Path Issue
  2006-06-30 11:03             ` Corinna Vinschen
@ 2006-06-30 11:10               ` Dave Korn
  2006-06-30 12:27                 ` Corinna Vinschen
  2006-06-30 16:15                 ` Igor Peshansky
  0 siblings, 2 replies; 16+ messages in thread
From: Dave Korn @ 2006-06-30 11:10 UTC (permalink / raw)
  To: 'the menagerie'

On 30 June 2006 12:04, Corinna Vinschen wrote:

> On Jun 30 11:16, Dave Korn wrote:
>> On 30 June 2006 10:58, Corinna Vinschen wrote:
>>> A quick grep over the ChangeLogs is sometimes very helpful.
>> 
>>   Eeeewww!  If the hippos have grepped all over the ChangeLogs, *I'm* not
>> cleaning it up!
> 
> This is TYPICAL man!  And who IS going to clean up afterwards?
> 
> 
> Corinna

  This is TYPICAL woman!  You just *assumed* I /had/ to be assuming a woman
should do it!  Why can't the hippos do it?  The hippos dropped it, the hippos
can pick it up!

  Well, if the hippo won't clean up all that grep, maybe we can persuade the
cat and the awk to scoop it up.  After all, what do we have computers for if
not to do the work for us?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30 11:10               ` Dave Korn
@ 2006-06-30 12:27                 ` Corinna Vinschen
  2006-06-30 15:58                   ` Eric Blake
  2006-06-30 16:17                   ` Igor Peshansky
  2006-06-30 16:15                 ` Igor Peshansky
  1 sibling, 2 replies; 16+ messages in thread
From: Corinna Vinschen @ 2006-06-30 12:27 UTC (permalink / raw)
  To: 'the menagerie'

On Jun 30 12:10, Dave Korn wrote:
> On 30 June 2006 12:04, Corinna Vinschen wrote:
> 
> > On Jun 30 11:16, Dave Korn wrote:
> >> On 30 June 2006 10:58, Corinna Vinschen wrote:
> >>> A quick grep over the ChangeLogs is sometimes very helpful.
> >> 
> >>   Eeeewww!  If the hippos have grepped all over the ChangeLogs, *I'm* not
> >> cleaning it up!
> > 
> > This is TYPICAL man!  And who IS going to clean up afterwards?
> > 
> > 
> > Corinna
> 
>   This is TYPICAL woman!  You just *assumed* I /had/ to be assuming a woman
> should do it!

Read again.  You were just refusing to do it, so naturally somebody
else has to do it.  What's wrong with cleaning up yourself, huh?

> Why can't the hippos do it?  The hippos dropped it, the hippos
> can pick it up!

Did you bother to take a look at a hippo foot lately?  How, do you
think, should the poor, prehensily challenged hippos do that by
themselves?

>   Well, if the hippo won't clean up all that grep, maybe we can persuade the
> cat and the awk to scoop it up.  After all, what do we have computers for if
> not to do the work for us?

Hmm, well, I have to admit that this is a good idea.  It might
even go a bit quicker if we could get the lynx and ESPECIALLY
the man to help ;-)


Corinna

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30 12:27                 ` Corinna Vinschen
@ 2006-06-30 15:58                   ` Eric Blake
  2006-06-30 16:19                     ` Igor Peshansky
  2006-06-30 16:17                   ` Igor Peshansky
  1 sibling, 1 reply; 16+ messages in thread
From: Eric Blake @ 2006-06-30 15:58 UTC (permalink / raw)
  To: 'the menagerie'

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Corinna Vinschen on 6/30/2006 6:27 AM:
> 
> Hmm, well, I have to admit that this is a good idea.  It might
> even go a bit quicker if we could get the lynx and ESPECIALLY
> the man to help ;-)

So in cygwin, there's a cat and a lynx, and even a python, but not an ant?
 Why can't cygwin be nice to the insects, too?  I'm tired of having to go
native to get my insects :)

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEpUoL84KuGfSFAYARAiAzAJ9SUqRuSZrEns/8wpY3AtHijGvGRACg0AYR
Z8DdqeqFxafYse3K0zZ+/wQ=
=bgQr
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30  9:57         ` Corinna Vinschen
  2006-06-30 10:16           ` Dave Korn
@ 2006-06-30 16:10           ` One Angry User
  1 sibling, 0 replies; 16+ messages in thread
From: One Angry User @ 2006-06-30 16:10 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On a sunny Friday morning, the 30th day of June, 2006, Corinna Vinschen's computer deigned to emit the following stream of bytes:

> On Jun 29 18:57, Igor Peshansky wrote:
> > On Thu, 29 Jun 2006, mwoehlke wrote:
> > > LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
> > > *that*? (Or it it folded into PATH?)
> >
> > Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
> > PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
> > LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
> > converted...
>
> A quick grep over the ChangeLogs is sometimes very helpful.

Quick grep?  What's that?  I only have GNU grep installed on my machine.
Is Quick grep something I should try to compile from source myself?  Does
it do a better job than GNU grep?  Is it compatible?  What are the options
I should use?

OAU

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Help Understanding Path Issue
  2006-06-30 10:16           ` Dave Korn
  2006-06-30 11:03             ` Corinna Vinschen
@ 2006-06-30 16:11             ` Igor Peshansky
  1 sibling, 0 replies; 16+ messages in thread
From: Igor Peshansky @ 2006-06-30 16:11 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Fri, 30 Jun 2006, Dave Korn wrote:

> On 30 June 2006 10:58, Corinna Vinschen wrote:
>
> > On Jun 29 18:57, Igor Peshansky wrote:
> >> On Thu, 29 Jun 2006, mwoehlke wrote:
> >>> LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
> >>> *that*? (Or it it folded into PATH?)
> >>
> >> Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
> >> PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
> >> LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
> >> converted...
> >
> > A quick grep over the ChangeLogs is sometimes very helpful.
>
>   Eeeewww!  If the hippos have grepped all over the ChangeLogs, *I'm* not
> cleaning it up!

Oh, so *that's* what I kept finding every time I glanced at the
ChangeLogs...  Thanks, Dave, that explains a lot!
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Help Understanding Path Issue
  2006-06-30 11:10               ` Dave Korn
  2006-06-30 12:27                 ` Corinna Vinschen
@ 2006-06-30 16:15                 ` Igor Peshansky
  1 sibling, 0 replies; 16+ messages in thread
From: Igor Peshansky @ 2006-06-30 16:15 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Fri, 30 Jun 2006, Dave Korn wrote:

> On 30 June 2006 12:04, Corinna Vinschen wrote:
>
> > On Jun 30 11:16, Dave Korn wrote:
> >> On 30 June 2006 10:58, Corinna Vinschen wrote:
> >>> A quick grep over the ChangeLogs is sometimes very helpful.
> >>
> >>   Eeeewww!  If the hippos have grepped all over the ChangeLogs, *I'm* not
> >> cleaning it up!
> >
> > This is TYPICAL man!  And who IS going to clean up afterwards?
>
>   This is TYPICAL woman!  You just *assumed* I /had/ to be assuming a
> woman should do it!  Why can't the hippos do it?  The hippos dropped it,
> the hippos can pick it up!
>
>   Well, if the hippo won't clean up all that grep, maybe we can persuade
> the cat and the awk to scoop it up.  After all, what do we have
> computers for if not to do the work for us?

Well, cat is probably going to do it, since they are so obsessed with
cleanliness, but aren't awks just trees?  How would they help clean it up?
Or are you thinking Heracles' fifth labour and the Augeas' stables?  I
would imagine it'll take a while for the ChangeLogs to dry, in that case.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30 12:27                 ` Corinna Vinschen
  2006-06-30 15:58                   ` Eric Blake
@ 2006-06-30 16:17                   ` Igor Peshansky
  1 sibling, 0 replies; 16+ messages in thread
From: Igor Peshansky @ 2006-06-30 16:17 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Fri, 30 Jun 2006, Corinna Vinschen wrote:

> On Jun 30 12:10, Dave Korn wrote:
>
> >   Well, if the hippo won't clean up all that grep, maybe we can
> > persuade the cat and the awk to scoop it up.  After all, what do we
> > have computers for if not to do the work for us?
>
> Hmm, well, I have to admit that this is a good idea.  It might
> even go a bit quicker if we could get the lynx and ESPECIALLY
> the man to help ;-)

Yeah.  The man and his date... ];->
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30 15:58                   ` Eric Blake
@ 2006-06-30 16:19                     ` Igor Peshansky
  0 siblings, 0 replies; 16+ messages in thread
From: Igor Peshansky @ 2006-06-30 16:19 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Fri, 30 Jun 2006, Eric Blake wrote:

> According to Corinna Vinschen on 6/30/2006 6:27 AM:
> >
> > Hmm, well, I have to admit that this is a good idea.  It might
> > even go a bit quicker if we could get the lynx and ESPECIALLY
> > the man to help ;-)
>
> So in cygwin, there's a cat and a lynx, and even a python, but not an
> ant?  Why can't cygwin be nice to the insects, too?  I'm tired of having
> to go native to get my insects :)

At least you can install bugzilla... :-)
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-29 22:57       ` Igor Peshansky
  2006-06-30  9:57         ` Corinna Vinschen
@ 2006-06-30 16:25         ` mwoehlke
  2006-06-30 16:29           ` Igor Peshansky
  1 sibling, 1 reply; 16+ messages in thread
From: mwoehlke @ 2006-06-30 16:25 UTC (permalink / raw)
  To: cygwin-talk

Igor Peshansky wrote:
> On Thu, 29 Jun 2006, mwoehlke wrote:
>> While CC'ing me for some reason(?), Igor Peshansky wrote:
>> (And was there a reason for that, or did you just hit 'reply all' by
>> accident/reflex/because the hippo made me?)
> 
> I always hit "Reply-All", and you didn't have Reply-To: set.

Ah, so I don't. Probably because I am also using gmane to look at KDE 
lists; setting reply-to <cygwin> would be a little strange in that case. 
Too bad TB doesn't let you set things per-group :-(.

Anyway, thanks for the clarification; no worries.

>>> Actually, the list of variables automatically translated by Cygwin was
>>> posted here at some point (it may even be in the FAQ).  At the very
>>> least it's PATH, HOME, and LD_LIBRARY_PATH, but there may be others.
>> LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
>> *that*? (Or it it folded into PATH?)
> 
> Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
> PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
> LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
> converted...

Ok, I won't... but at least my confusion is shared. I feel better now. :-)

-- 
Matthew
Do not expose to hippos. Doing so may void your warranty.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30 16:25         ` mwoehlke
@ 2006-06-30 16:29           ` Igor Peshansky
  2006-06-30 21:32             ` mwoehlke
  0 siblings, 1 reply; 16+ messages in thread
From: Igor Peshansky @ 2006-06-30 16:29 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Fri, 30 Jun 2006, mwoehlke wrote:

> Igor Peshansky wrote:
> > On Thu, 29 Jun 2006, mwoehlke wrote:
> > > While CC'ing me for some reason(?), Igor Peshansky wrote:
> > > (And was there a reason for that, or did you just hit 'reply all' by
> > > accident/reflex/because the hippo made me?)
> >
> > I always hit "Reply-All", and you didn't have Reply-To: set.
>
> Ah, so I don't. Probably because I am also using gmane to look at KDE lists;
> setting reply-to <cygwin> would be a little strange in that case. Too bad TB
> doesn't let you set things per-group :-(.
>
> Anyway, thanks for the clarification; no worries.
>
> > > > Actually, the list of variables automatically translated by Cygwin was
> > > > posted here at some point (it may even be in the FAQ).  At the very
> > > > least it's PATH, HOME, and LD_LIBRARY_PATH, but there may be others.
> > > LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
> > > *that*? (Or it it folded into PATH?)
> >
> > Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
> > PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
> > LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
> > converted...
>
> Ok, I won't... but at least my confusion is shared. I feel better now. :-)

As Corinna said, the ChangeLogs speak for themselves.  See the entry for
2005-05-21 in src/winsup/cygwin.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Help Understanding Path Issue
  2006-06-30 16:29           ` Igor Peshansky
@ 2006-06-30 21:32             ` mwoehlke
  0 siblings, 0 replies; 16+ messages in thread
From: mwoehlke @ 2006-06-30 21:32 UTC (permalink / raw)
  To: cygwin-talk

Igor Peshansky wrote:
> On Fri, 30 Jun 2006, mwoehlke wrote:
>> Igor Peshansky wrote:
>>> On Thu, 29 Jun 2006, mwoehlke wrote:
>>>> Igor Peshansky wrote:
>>>>> Actually, the list of variables automatically translated by Cygwin was
>>>>> posted here at some point (it may even be in the FAQ).  At the very
>>>>> least it's PATH, HOME, and LD_LIBRARY_PATH, but there may be others.
>>>> LD_LIBRARY_PATH? Since when does Windows have any clue what to do with
>>>> *that*? (Or it it folded into PATH?)
>>> Hmm...  [Digs into the sources]...  Yep, here's the full list as of today:
>>> PATH, HOME, LD_LIBRARY_PATH (yes!), TMPDIR, TMP, TEMP.  And no,
>>> LD_LIBRARY_PATH is not folded into PATH.  And don't ask me why it gets
>>> converted...
>> Ok, I won't... but at least my confusion is shared. I feel better now. :-)
> 
> As Corinna said, the ChangeLogs speak for themselves.  See the entry for
> 2005-05-21 in src/winsup/cygwin.
> 	Igor

hmm... get_full_path_of_dll()... that being a Cygwin function (unless 
Google has lost it), why would this ever need to be in non-POSIX format?

...Still confused. :-)

-- 
Matthew
Do not expose to hippos. Doing so may void your warranty.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-06-30 21:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <006a01c69b13$658a1570$3201a8c0@Purcell9100>
     [not found] ` <e7vd4o$js1$1@sea.gmane.org>
     [not found]   ` <Pine.GSO.4.63.0606291828560.590@access1.cims.nyu.edu>
2006-06-29 22:49     ` Help Understanding Path Issue mwoehlke
2006-06-29 22:57       ` Igor Peshansky
2006-06-30  9:57         ` Corinna Vinschen
2006-06-30 10:16           ` Dave Korn
2006-06-30 11:03             ` Corinna Vinschen
2006-06-30 11:10               ` Dave Korn
2006-06-30 12:27                 ` Corinna Vinschen
2006-06-30 15:58                   ` Eric Blake
2006-06-30 16:19                     ` Igor Peshansky
2006-06-30 16:17                   ` Igor Peshansky
2006-06-30 16:15                 ` Igor Peshansky
2006-06-30 16:11             ` Igor Peshansky
2006-06-30 16:10           ` One Angry User
2006-06-30 16:25         ` mwoehlke
2006-06-30 16:29           ` Igor Peshansky
2006-06-30 21:32             ` mwoehlke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).