public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* puttycyg, emacsw32 and cygwin
@ 2009-09-23 15:25 Bryan Karsh
  2009-09-23 15:49 ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Bryan Karsh @ 2009-09-23 15:25 UTC (permalink / raw)
  To: cygwin

Hi guys,

I updated Cygwin, and now puttycyg doesn't work. I suspect I have two
copies of cygwin1.dll floating around, or maybe some environmental
conflicts. I know that puttycyg doesn't work out of the box with 1.7,
but I was using a modified version shown here:
http://code.google.com/p/puttycyg/issues/detail?id=16

Not sure if anyone has any general tips.

Also, kind of a weird question -- anyone use emacsw32 with cygwin? I
configured it so that it works with cygwin, and I like using the
shell. Is there a way to use that as a fully working shell, and not a
pseudo-terminal?

I am self-schooled on all this stuff, so I won't be offended if I am
schooled for not using the right terminology.

-Bryan

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: puttycyg, emacsw32 and cygwin
  2009-09-23 15:25 puttycyg, emacsw32 and cygwin Bryan Karsh
@ 2009-09-23 15:49 ` Christopher Faylor
  2009-09-23 16:57   ` Dave Korn
  2009-09-23 17:21   ` Andrew Schulman
  0 siblings, 2 replies; 4+ messages in thread
From: Christopher Faylor @ 2009-09-23 15:49 UTC (permalink / raw)
  To: cygwin

On Wed, Sep 23, 2009 at 08:25:53AM -0700, Bryan Karsh wrote:
>Hi guys,
>
>I updated Cygwin, and now puttycyg doesn't work. I suspect I have two
>copies of cygwin1.dll floating around, or maybe some environmental
>conflicts. I know that puttycyg doesn't work out of the box with 1.7,
>but I was using a modified version shown here:
>http://code.google.com/p/puttycyg/issues/detail?id=16
>
>Not sure if anyone has any general tips.

You need to ask this question to whomever supports puttycyg, presumably
at the above location.  It's not a Cygwin package and, so, this is not
the mailing list for puttcyg support.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: puttycyg, emacsw32 and cygwin
  2009-09-23 15:49 ` Christopher Faylor
@ 2009-09-23 16:57   ` Dave Korn
  2009-09-23 17:21   ` Andrew Schulman
  1 sibling, 0 replies; 4+ messages in thread
From: Dave Korn @ 2009-09-23 16:57 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> On Wed, Sep 23, 2009 at 08:25:53AM -0700, Bryan Karsh wrote:
>> Hi guys,
>>
>> I updated Cygwin, and now puttycyg doesn't work. I suspect I have two
>> copies of cygwin1.dll floating around, or maybe some environmental
>> conflicts. I know that puttycyg doesn't work out of the box with 1.7,
>> but I was using a modified version shown here:
>> http://code.google.com/p/puttycyg/issues/detail?id=16
>>
>> Not sure if anyone has any general tips.
> 
> You need to ask this question to whomever supports puttycyg, presumably
> at the above location.  It's not a Cygwin package and, so, this is not
> the mailing list for puttcyg support.

  On the other hand, we do have generic advice for the "may have two copies of
cygwin1.dll floating around" problem.

> Problem reports:       http://cygwin.com/problems.html
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  Run cygcheck as described there.  No need to send it to the list in this
instance, but a quick browse through will show you exactly how many cygwin
dlls it found on your system and where they are, and you can get rid of any dups.

    cheers,
      DaveK


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: puttycyg, emacsw32 and cygwin
  2009-09-23 15:49 ` Christopher Faylor
  2009-09-23 16:57   ` Dave Korn
@ 2009-09-23 17:21   ` Andrew Schulman
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Schulman @ 2009-09-23 17:21 UTC (permalink / raw)
  To: cygwin

> On Wed, Sep 23, 2009 at 08:25:53AM -0700, Bryan Karsh wrote:
> >Hi guys,
> >
> >I updated Cygwin, and now puttycyg doesn't work. I suspect I have two
> >copies of cygwin1.dll floating around, or maybe some environmental
> >conflicts. I know that puttycyg doesn't work out of the box with 1.7,
> >but I was using a modified version shown here:
> >http://code.google.com/p/puttycyg/issues/detail?id=16
> >
> >Not sure if anyone has any general tips.
> 
> You need to ask this question to whomever supports puttycyg, presumably
> at the above location.  It's not a Cygwin package and, so, this is not
> the mailing list for puttcyg support.

Nevertheless I'll just state that that's the version of puttycyg that I
use, and it works fine for me with the latest Cygwin 1.7.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2009-09-23 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-23 15:25 puttycyg, emacsw32 and cygwin Bryan Karsh
2009-09-23 15:49 ` Christopher Faylor
2009-09-23 16:57   ` Dave Korn
2009-09-23 17:21   ` Andrew Schulman

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).