Re: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../..

2010-07-27 Thread Christopher Faylor
On Tue, Jul 27, 2010 at 03:53:32PM -0400, Ryan McLeod wrote: >The reason for it, was I initially had issues trying to install >openswan into cygwin. Openswan is supposed to support installation on >cygwin. I was then instructed to cross compile openswan for cygwin on >linux to try and get it to wor

Re: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../..

2010-07-27 Thread Ryan McLeod
The reason for it, was I initially had issues trying to install openswan into cygwin. Openswan is supposed to support installation on cygwin. I was then instructed to cross compile openswan for cygwin on linux to try and get it to work. And i was told to look at the cross-compiler doc in the opensw

Re: ld didn't find self compiled libxml

2010-07-27 Thread Yaakov (Cygwin/X)
http://cygwin.com/acronyms/#PCYMTWLL ! On Tue, 2010-07-27 at 18:42 +0200, cygwin.20.maillingl...@spamgourmet.com wrote: > I'm not an expert on compiling things for cygwin. Normally configure, make, > make install work fine. But not now. > > I tried to compile a program which needs libxml support

Slow bash tab completion update

2010-07-27 Thread John Cromartie
I did 'set -vx', according to Eric Blake's advice. Tab completion appears to get hung up for a very long time on 'read -r tmp', but only on certain paths... I have no idea why or how to do anything about it, though. 'read -r tmp' works as expected when I run it from the shell. -John -- Problem

Re: Request for feature: more flexible setup routine

2010-07-27 Thread Christopher Faylor
On Tue, Jul 27, 2010 at 06:45:41PM +0100, Andy Koppe wrote: >On 26 July 2010 18:09, Christopher Faylor wrote: If we wanted to do something like this I think it would have to be a separate dialog where the user makes a decision about what they want. Either that or a list of packages t

Re: ld didn't find self compiled libxml

2010-07-27 Thread Christopher Faylor
On Tue, Jul 27, 2010 at 06:42:12PM +0200, cygwin.20.maillingl...@spamgourmet.com wrote: >Hi folks > >I'm not an expert on compiling things for cygwin. Normally configure, make, >make install work fine. But not now. > >I tried to compile a program which needs libxml support. > >I compiled and inst

Re: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../..

2010-07-27 Thread Christopher Faylor
On Tue, Jul 27, 2010 at 11:22:13AM -0400, Ryan McLeod wrote: >Got around to trying some of this again. I commented out some #include >, but eventually one file didnt like it and had a bunch of >unknown variables. I was reading through the emails and I did want to >specify that at this point I'm jus

Re: Cygwin command line takes a long time to start

2010-07-27 Thread Eric Blake
On 07/27/2010 11:42 AM, Andy Koppe wrote: > On 26 July 2010 00:26, David Antliff wrote: >> Thanks everyone - using these tips I was able to determine that >> bash_completion was actually running twice - once by >> /etc/profile.d/bash_completion.sh, and again by my own .bash_profile, >> which was mo

Re: Request for feature: more flexible setup routine

2010-07-27 Thread Andy Koppe
On 26 July 2010 18:09, Christopher Faylor wrote: >>> If we wanted to do something like this I think it would have to be a >>> separate dialog where the user makes a decision about what they want. >>> Either that or a list of packages to update would always be presented >>> so that people wouldn't b

Re: Cygwin command line takes a long time to start

2010-07-27 Thread Andy Koppe
On 26 July 2010 00:26, David Antliff wrote: > Thanks everyone - using these tips I was able to determine that > bash_completion was actually running twice - once by > /etc/profile.d/bash_completion.sh, and again by my own .bash_profile, > which was modifying the path prior to invoking it so that ap

ld didn't find self compiled libxml

2010-07-27 Thread cygwin . 20 . maillinglist
Hi folks I'm not an expert on compiling things for cygwin. Normally configure, make, make install work fine. But not now. I tried to compile a program which needs libxml support. I compiled and installed the libxml myself. While running configure everything is ok. The libxml is found. But when

Re: opening notepad.exe from linux to window via ssh runs in background

2010-07-27 Thread Jeremy Bopp
On 7/27/2010 10:55 AM, Ryan McLeod wrote: > On Tue, Jul 27, 2010 at 11:51 AM, saravanan_k83 > wrote: >> >> Hi, >> >> I have setup a ssh connection between linux box and windows using cygwin, I >> issued the java code to start notepad on windows. It actually starts notepad >> in background. i am n

Re: opening notepad.exe from linux to window via ssh runs in background

2010-07-27 Thread Ryan McLeod
You probably need to enable X11 forwarding to forward the GUI in the ssh client and server. Ryan On Tue, Jul 27, 2010 at 11:51 AM, saravanan_k83 wrote: > > Hi, > > I have setup a ssh connection between linux box and windows using cygwin, I > issued the java code to start notepad on windows. It a

opening notepad.exe from linux to window via ssh runs in background

2010-07-27 Thread saravanan_k83
Hi, I have setup a ssh connection between linux box and windows using cygwin, I issued the java code to start notepad on windows. It actually starts notepad in background. i am not able to see it in foreground. javacode: Runtime.getRuntime().exec("notepad.exe") I even tried setting CYGWIN sshd

Re: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Csaba Raduly
On Tue, Jul 27, 2010 at 5:24 PM, Marco Atzeri wrote: > middle-mouse paste works. > Just check on options-mouse that past is not already > selected for the right click. ... in which case middle-mouse becomes "Extend selection" instead. -- Life is complex, with real and imaginary parts. "Ok, it bo

Re: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Andy Koppe
On 27 July 2010 16:24, Marco Atzeri wrote: >> Thank you, Jeremy, for your >> suggestion. >> I tried the Mintty font chooser. Unfortunately, the >> Monospace font is not proposed. >> However, the Fixedsys font is proposed, which is OK for me >> (my feeling is that the Lucida Console is too thin and

RE: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Marco Atzeri
--- Mar 27/7/10, JOHNER Jean 066030 ha scritto: > Thank you, Jeremy, for your > suggestion. > I tried the Mintty font chooser. Unfortunately, the > Monospace font is not proposed. > However, the Fixedsys font is proposed, which is OK for me > (my feeling is that the Lucida Console is too thin and

Re: configure error: cannot find install-sh or install.sh in ../.. "../../winsup/cygwin"/../..

2010-07-27 Thread Ryan McLeod
Got around to trying some of this again. I commented out some #include , but eventually one file didnt like it and had a bunch of unknown variables. I was reading through the emails and I did want to specify that at this point I'm just trying to compile and install winsup from the CVS cygwin server

Re: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Jeremy Bopp
On 7/27/2010 9:40 AM, JOHNER Jean 066030 wrote: > Thank you, Jeremy, for your suggestion. > I tried the Mintty font chooser. Unfortunately, the Monospace font is not > proposed. You mentioned that Monospace is used by gvim under X. It's likely that X is providing that font or at least a font und

Re: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Andrew DeFaria
On 07/27/2010 07:04 AM, JOHNER Jean 066030 wrote: The default command to launch an rxvt terminal is the following: C:\cygwin\bin\rxvt.exe -display :0 -fn "Lucida Console-14" -tn rxvt-cygwin-native -e /bin/bash --login I would like to use Monospace font instead of Lucida Console. I tried: C:\c

Re: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Csaba Raduly
On Tue, Jul 27, 2010 at 4:40 PM, JOHNER Jean 066030 wrote: > I agree that Mintty is great. I just regret that the middle-mouse paste does > not work (ctrl-insert/shift insert instead). That's odd, it's working fine for me, both for Cygwin 1.5 and 1.7. I didn't see any other functionality for the

RE: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread JOHNER Jean 066030
Thank you, Jeremy, for your suggestion. I tried the Mintty font chooser. Unfortunately, the Monospace font is not proposed. However, the Fixedsys font is proposed, which is OK for me (my feeling is that the Lucida Console is too thin and the Lucida Console-bold is not nice). I agree that Mintty i

Re: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Jeremy Bopp
On 7/27/2010 9:04 AM, JOHNER Jean 066030 wrote: > Hello, > > I am new to this mailing list. Sorry if my mail does not conform > strickly to your standards. > > The default command to launch an rxvt terminal is the following: > > C:\cygwin\bin\rxvt.exe -display :0 -fn "Lucida Console-14" -tn > rx

How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread JOHNER Jean 066030
Hello, I am new to this mailing list. Sorry if my mail does not conform strickly to your standards. The default command to launch an rxvt terminal is the following: C:\cygwin\bin\rxvt.exe -display :0 -fn "Lucida Console-14" -tn rxvt-cygwin-native -e /bin/bash --login I would like to use Monospa

Re: strace on a2ps complains about \Device\Harddisk4\DR4

2010-07-27 Thread Dave Korn
On 27/07/2010 06:36, Rasputin Paskudniak wrote: > In another thread, DaveK suggested: > > Try installing libintl2 > > That worked GREAT! Problem solved. > > Q: How could I have discovered this if not for Dave's assistance? Error 127 pretty much always means a missing DLL, and running "c

Re: starting excel from crontab

2010-07-27 Thread cygwin . 20 . maillinglist
Original-Nachricht > Datum: Wed, 21 Jul 2010 16:06:22 +0200 > Von: "Corinna Vinschen - corinna-cyg...@cygwin.com" > <+cygwin+maillinglist+27352a5def.corinna-cygwin#cygwin@spamgourmet.com> > An: cygwin@cygwin.com > Betreff: Re: starting excel from crontab > On Jul 21 11:13, c

Re: strace on a2ps complains about \Device\Harddisk4\DR4

2010-07-27 Thread Csaba Raduly
On Tue, Jul 27, 2010 at 5:20 AM, René Berber wrote: > Rasputin Paskudniak wrote: >> First step: What is the exit code?  echo $? displays 127. (errno.h tells >> me this is related to sockets.  Highly unlikely.)  So I decided to run >> it with strace: > > ... you followed the wrong procedure. > > To

AW: [bulk] - sshd - sftp problem (perl demo)

2010-07-27 Thread DEWI - N. Zacharias
Hi, > Von: Sisyphus > Gesendet: Dienstag, 27. Juli 2010 07:37 > An: cygwin > Betreff: [bulk] - sshd - sftp problem (perl demo) > > Hi, > > I have the following perl script that attempts to connect (from native > Windows) to an sshd server (either localhost, which is a Cygwin sshd server, > or a