public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Command boxes popping up
@ 2004-12-14 14:47 Morche Matthias
  0 siblings, 0 replies; 12+ messages in thread
From: Morche Matthias @ 2004-12-14 14:47 UTC (permalink / raw)
  To: cygwin

cygwin-owner@cygwin.com wrote:
...
> Well, not intentionally, anyway, and if I use command
> completion upon 'wp' I do not get 'wperl'.
> 
> Btw. my Perl version is v5.8.5 built for cygwin-thread-multi-64int.
> 
>> why don't You use the cygwin perl?!
> 
> For 95% of my work I use the Cygwin perl, but this is a build
> application that was shoved down our throat here, and Cygwin
> interferes with the used compilers, so all references to
> cygwin in any form or measure, are removed before the build
> process starts. So I use the AS Perl, which is also needed
> by the build process, to control everything in this case.
...

The version You mentioned is the one from the cygwin, not from activestate
This is the public msi package from activestate version 
v5.8.4 built for MSWin32-x86-multi-thread
and it comes with wperl and perl living in the same directory
The facts You told make me believe, that the activestate-perl isn't within
Your path at all, thus "no completion for wp<TAB>" isn't really surprising.

  matthias

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

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: Command boxes popping up
@ 2004-12-13 15:58 Morche Matthias
  2004-12-14  8:43 ` jurgen.defurne
  0 siblings, 1 reply; 12+ messages in thread
From: Morche Matthias @ 2004-12-13 15:58 UTC (permalink / raw)
  To: cygwin

cygwin-owner@cygwin.com wrote:
...
> I have run a small test :
> $ /cygdrive/c/Perl/bin/perl -e "system \"dir\""
> 
> and this pops up a DOS command box while the command
> executes.
...

I do get these boxes only if use wperl instead of perl...
In that case they pop up and vanish immediately.
Did You replace perl with a copy of wperl? By the way, 
why don't You use the cygwin perl?!

  matthias


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

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: Command boxes popping up
@ 2004-12-13 15:48 DePriest, Jason R.
  0 siblings, 0 replies; 12+ messages in thread
From: DePriest, Jason R. @ 2004-12-13 15:48 UTC (permalink / raw)
  To: jurgen.defurne, cygwin



On Monday, December 13, 2004 9:39 AM, [DELETED] wrote

> Hi Dave,
> 
> No, I have no problems with graphical applications.
> 
> My scripts run a variety of commands, mostly cygwin,
> but some applications run in a DOS shell.
> 
> To elaborate, I run bash, and inside this shell I start ActiveState
> Perl, which of course knows nothing about Cygwin. The script run by
> ActiveState's Perl, then starts system or `` commands, and it is
> from there that I get command boxes.
> 
> I have run a small test :
> $ /cygdrive/c/Perl/bin/perl -e "system \"dir\""
> 
> and this pops up a DOS command box while the command
> executes.
> 
> I did not have that before, and the only thing changed was
> the upgrade to Cygwin 1.5.11.
> 
> Regards,
> 
> Jurgen

I am running Cygwin 1.5.12.

I also have ActiveState Perl installed (5.6.1, build 638).

Running your test script does not produce a pop-up box for me.  It
displays the results in the existing cygwin bash shell.

-Jason

PS - I apologize in advance for the legal disclaimer at the bottom of my
email message.  This is tacked on by our SMTP gateway and I have no
control over it.
-- 

------------------------------------------------------------------------------
Confidentiality notice:
This e-mail message, including any attachments, may contain legally privileged and/or confidential
information. If you are not the intended recipient(s), or the employee or agent responsible for delivery
of this message to the intended recipient(s), you are hereby notified that any dissemination,
distribution, or copying of this e-mail message is strictly prohibited. If you have received this message
in error, please immediately notify the sender and delete this e-mail message from your computer.

==============================================================================


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

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Command boxes popping up
@ 2004-12-13 14:23 jurgen.defurne
  2004-12-13 14:46 ` Dave Korn
  2004-12-14 20:23 ` Rui-Tao Dong
  0 siblings, 2 replies; 12+ messages in thread
From: jurgen.defurne @ 2004-12-13 14:23 UTC (permalink / raw)
  To: cygwin

Hello, everybody,

Since I switched from Cygwin 1.5.3 to Cygwin 1.5.11, I keep
getting annoying DOS boxes when starting a non-cygwin
process inside a cygwin process.

Is this a feature (bug) of 1.5.11, so I should upgrade, or
is this the result of a setting ? Upgrading is not that easy
because we share cygwin from a central drive.

I've found other people having the same problem in the
past, but I did not find any answers.

Regards,

Jurgen


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

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

end of thread, other threads:[~2004-12-14 20:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-14 14:47 Command boxes popping up Morche Matthias
  -- strict thread matches above, loose matches on Subject: below --
2004-12-13 15:58 Morche Matthias
2004-12-14  8:43 ` jurgen.defurne
2004-12-13 15:48 DePriest, Jason R.
2004-12-13 14:23 jurgen.defurne
2004-12-13 14:46 ` Dave Korn
2004-12-13 15:40   ` jurgen.defurne
2004-12-13 15:57     ` Dave Korn
2004-12-14  8:34       ` jurgen.defurne
2004-12-13 20:49     ` Yitzchak Scott-Thoennes
2004-12-14  9:10       ` jurgen.defurne
2004-12-14 20:23 ` Rui-Tao Dong

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