On 07/04/2008, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
>
> The next one. There is no next one so far.
>
I tried the 2008-04-08-7 snapshot and this seemed fine on my machine.
I also tried rsync again and it all seemed good. The only strange
thing I noticed was that a /cygwin directory was crea
* Charles Wilson (Sat, 19 Apr 2008 14:34:52 -0400)
> The other issue is related, I think. I'm using keychain from my
> ~/.bashrc, so it should start an ssh-agent if none is running, and then
> save that PID to a file. Then any new shell can check for the PID in
> that file, contact the exising
On Apr 21 23:36, Charles Wilson wrote:
> However, the bash shell for the remote login is running at the Untrusted IL
> in session 0, unlike the bash shell for the current at-the-keyboard login,
> which is running at the Medium IL in session 1.
>
> I'm not sure that's what I'd want...I think I'd w
Hi Chuck...
> The other issue is related, I think. I'm using keychain from my
> ~/.bashrc, so it should start an ssh-agent if none is running, and then
> save that PID to a file. Then any new shell can check for the PID in
> that file, contact the exising ssh-agent, and continue.
>
Just a comment
I am trying to install Cygwin on a Windows XP PC that has not previously
had it installed. Since I want to install the exact same distribution
on multiple PCs, I am selecting the "Download Without Installing" option
to just get the packages I want first.
I have attempted the operation on 4 differ
Steven Woody wrote:
> What can I do with cygwin's font? Thanks in advance.
This should probably be asked on the Cygwin/X list (or even
better the VIM list).
I'm not currently using that particular version of VIM, but
you may need to simply escape the spaces:
set guifont=FontName\ With\ Spaces
Bruce Dobrin wrote:
> I noticed that others had a problem running GraphicsMagick (gm.exe) on
> Vista but saw no solution in my search of site:cygwin.com. It appears
> to me that (for once) Vista isn't completely at fault. If you do a
> cygcheck on gm.exe you will noticed "Error: could not find
I am trying to compile a C program using gcc on
cygwin. This program has compiled on tru64, AIX, Sun,
MAC, ect...but now need it for a Windows box. I've
only used cygwin for 2 days and have researched this
problem, but have had no luck. I send my apologies if
this has already been answered, but
Robby Gieringer wrote:
> gcc -o code48_win -I/usr/include/ncurses -lncurses
> -D_WIN_ code_v49w.c
> (It gives a few warnings which are fine...then)
> : undefined reference to `_initscr'
> : undefined reference to `_newwin'
> : undefined reference to `_LINES'
> : undefined reference to `_COLS'
> :
Steven Woody wrote on Tuesday, April 22, 2008 7:32 AM::
> Hi,
>
> I am using gvim in X window of cygwin. I selected a font Lucida
> Typewriter same as I set for my windows version of gvim. Lucida
> Typewriter looks good in windows version of gvim, but in cygwin's
> gvim, it's ugly, looks like t
Hi
I had posted a few days ago about facing problems installing DBD::Oracle with
Oracle 10g client under Cygwin.
Though those were circumvented successfully, when I try to run a simple script
that calls DBI->Connect, I get
DBI connect() failed: ERROR OCIEnvNlsCreate. Check ORACLE_HOME env v
The newest Cygwin clearly does NOT include this file.
I have lots of machines here with lots of different version of cygwin.
The date of the file I used is
[EMAIL PROTECTED]:/usr/X11R6/bin> ls -al | grep cygdp
-rwxr-x--- 1 dobrin Domain Users 248320 Jul 20 2006 cygdps-1.dll
-rwxr-x--- 1 do
Hi,
I have been scratching my head for a while... to no avail. I have
compiled a simple source file with and without -fno-leading-underscore
flag, and the objects generated seem to have exactly the same names
for all symbols, always having a leading underscore.
What I do:
1- Compile the source u
Bruce Dobrin wrote:
> I have a machine that still 1.5.18 on it and it has an earlier dated
> version of these files from 2005, but the same file size as the one I
> used. My upgrade history is .18 to .21 to .24 to .25 so the file I used
> was most likely from .21 or .24. Again. I'm not a th
[EMAIL PROTECTED] wrote:
> I do not know how to get rid of the leading underscores in Cygwin. I
> have other sources compiled in Linux, and they do not have a leading
> underscore added.
As I understand it, the -fleading-underscore flag is only useful to add
a leading underscore for targets that
I will be using a standalone Win2K machine on which I will likely not
have admin access. Will this be a problem, if I choose to install
only for the account of interest? There are various web references to
the requirement for admin, but they are generally associated with
specific packages e.g. Op
I'd be interested in it :)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Karl M
Sent: Tuesday, April 22, 2008 2:09 PM
To: cygwin@cygwin.com
Subject: RE: Vista + cygwin basics
Hi Chuck...
> The other issue is related, I think. I'm using keychain from
On 4/22/2008 4:25 PM, Mark Moriarty wrote:
On 4/22/2008 2:09 PM, Karl M wrote:
My solution was to launch ssh-agent as a service (one for each user that
wants it). That service spawns the agent and updates the user environment in
the registry so that other processes can find the ssh-agent process
Hi everyone,
I've been Google-ing like crazy to find some information which I believe
deserves its own HOWTO or FAQ, ultimately I registered here to ask. I
apologize if it's something obvious or that has been asked so many times
everyone is bored, if that's the case I only need a pointer, and you
On Wed, Apr 23, 2008 at 3:44 AM, Phil Betts <[EMAIL PROTECTED]> wrote:
> Steven Woody wrote on Tuesday, April 22, 2008 7:32 AM::
>
>
> > Hi,
> >
> > I am using gvim in X window of cygwin. I selected a font Lucida
> > Typewriter same as I set for my windows version of gvim. Lucida
> > Typewri
Karl M wrote:
Just a comment...keychain is pretty heavy for what you get in Cygwin. I had
problems a long time ago with a slow laptop running XP SP2 with Cygwin windows
taking a long time to open if I kicked off several at once, particularly at
boot time.
My solution was to launch ssh-agent a
Hi Eric,
You are genius! :)
I change the path to use /cygdrive/d/ and it works!
Cheers,
Lian
Eric Blake wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to nlian on 4/17/2008 9:58 PM:
> | Hi,
> |
> | I have a bash script (e.g. test.sh), and I have the following com
Charles Wilson wrote:
> Karl M wrote:
>> Just a comment...keychain is pretty heavy for what you get in Cygwin. I had
>> problems a long time ago with a slow laptop running XP SP2 with Cygwin
>> windows taking a long time to open if I kicked off several at once,
>> particularly at boot time.
>>
Karl M wrote:
Karl M wrote:
Just a comment...keychain is pretty heavy for what you get in
Cygwin.
My solution was to launch ssh-agent as a service (one for each
user that wants it). That service spawns the agent and updates
the user environment in the registry so that other processes can
find th
Hi all,
Does cygwin fully supported on windows server 2008??
Thanks
Manjunath A
--
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/
Charles Wilson wrote:
It seems to do what I want, but as you say, keychain does slow down the
login process quite a bit. Other drawbacks to my approach:
(1) the console user's ssh-agent does not survive logoff (but remote
logons' ssh-agents do, since they all live in session 0).
(2) non-st
26 matches
Mail list logo