On Sun, Feb 21, 2010 at 05:33:56PM -0800, Karl M wrote:
>
>> Date: Sat, 20 Feb 2010 21:23:22 -0500
>> From: cgf
>> Subject: Re: ssh + patch + $TMP
>>
>> On Sun, Feb 21, 2010 at 12:04:19AM +0100, Cyrille Lefevre wrote:
>>
>> I would really bet that there aren't many programs out there which rely
>>
Andy, all:
This command, executed from a batch file, works right off the bat.
C:\cygwin\bin\rxvt.exe -display :0 -fn "Lucida Console-14" -tn rxvt
-sl 8000 -cd "/cygdrive/c/blu/newest" -e /usr/bin/bash -c
"STARTDIR=\"$PWD\" exec /bin/bash --login"
I thought all I'd have to add were the "-geomet
Sorry that question went out from the wrong email box. I must have
subscribed before on sjwright...@charter.net or I wouldn't have caught
Andy Koppe's reply on nabble:
You've got the -cd in the wrong place. Everything after the -e is
taken as the command to execute, i.e. you're passing the -cd t
> Date: Sat, 20 Feb 2010 21:23:22 -0500
> From: cgf
> Subject: Re: ssh + patch + $TMP
>
> On Sun, Feb 21, 2010 at 12:04:19AM +0100, Cyrille Lefevre wrote:
>
> I would really bet that there aren't many programs out there which rely
> on those environment variables. Just asserting that this is neede
On 02/20/2010 06:43 AM, Stephen Grant Brown wrote:
Hi Larry,
I was actually looking for the 'cygcheck -s -r -v' output from 1.5,
not the
setup.log* files.
Sorry about my stuffup.
OK, that looked pretty much as I suspected. No real inspiration or
suspects there. I'm afraid I'm out of idea
I ran into the same problem today. After looking at
http://gitdiscoveries.wordpress.com/2010/02/21/git-and-cygwin-part-2/, I
tried installing GIT 1.7.0 from source, but same as the author, it did not
fix the problem either, so I'm guessing that the rest of the people in this
thread are right, and
On Sun, Feb 21, 2010 at 04:39:35PM -0500, Gregg Levine wrote:
>On Sun, Feb 21, 2010 at 4:30 PM, Christopher Faylor <> wrote:
>> On Sun, Feb 21, 2010 at 04:02:54PM -0500, Gregg Levine wrote:
>>>You might want to ask on the Apps list to see if anyone has considered
>>>porting MySQL to Cygwin,
On Sun, Feb 21, 2010 at 09:30:09PM +, chris wrote:
>I had installed cwrsync on any computer but I have a same problem.
>
>Cygwin (1.7) create a permission with a bad permission under Windows Vista and
>NFS support. I have a share icon when I create a file.
>I don't have a problem with cygwin (
On Sun, Feb 21, 2010 at 4:30 PM, Christopher Faylor <> wrote:
> On Sun, Feb 21, 2010 at 04:02:54PM -0500, Gregg Levine wrote:
>>You might want to ask on the Apps list to see if anyone has considered
>>porting MySQL to Cygwin, and what happened during the process.
>
> No, you might not want
On Sun, Feb 21, 2010 at 11:59:05PM +0300, Dmitriy Strebkov wrote:
>My problem is the following.
>
>I have a static library libmysqlclient.a, from MySQL version compiled
>under Linux (mysql-5.0.45-linux-i686-glibc23).
>Is there any possibility to link that library to an object file
>complied under C
On Sun, Feb 21, 2010 at 04:02:54PM -0500, Gregg Levine wrote:
>You might want to ask on the Apps list to see if anyone has considered
>porting MySQL to Cygwin, and what happened during the process.
No, you might not want to do that. That's not what the apps list is
for.
cgf
--
Problem reports:
I had installed cwrsync on any computer but I have a same problem.
Cygwin (1.7) create a permission with a bad permission under Windows Vista and
NFS support. I have a share icon when I create a file.
I don't have a problem with cygwin (1.5) besause I set a anvironnement variable
CYGWIN=nosecnt
SJ Wright:
> I'm trying to write batch scripts of the kind that start a Cygwin session in
> rxvt from the desktop, with the added feature that the session starts in a
> folder other than $HOME. I want to do this for two folders I use often.
>
> I know urxvt has a -cd command, and thought rxvt in Cy
On Sun, Feb 21, 2010 at 3:59 PM, Dmitriy Strebkov <---> wrote:
> My problem is the following.
>
> I have a static library libmysqlclient.a, from MySQL version compiled
> under Linux (mysql-5.0.45-linux-i686-glibc23).
> Is there any possibility to link that library to an object file
> compli
My problem is the following.
I have a static library libmysqlclient.a, from MySQL version compiled
under Linux (mysql-5.0.45-linux-i686-glibc23).
Is there any possibility to link that library to an object file
complied under Cygwin's GCC?
For instance, I have the following code (test.c):
#includ
I'm trying to write batch scripts of the kind that start a Cygwin
session in rxvt from the desktop, with the added feature that the
session starts in a folder other than $HOME. I want to do this for two
folders I use often.
I know urxvt has a -cd command, and thought rxvt in Cygwin did too. I
On Sun, Feb 21, 2010 at 02:47:35PM +0100, Reini Urban wrote:
>For cygwin perl powerusers like me the attached script perlrebase.sh
>might come handy.
Hey, nice idea. Should this go in the distro somewhere?
cgf
--
Problem reports: http://cygwin.com/problems.html
FAQ: htt
On Sat, Feb 20, 2010 at 12:00:54PM +, Andy Koppe wrote:
> Gary:
> > if I send *myself* an email containing upper case an umlauted A,
> > O, or U I see garbage in mutt where the character should be, however if
> > I look at the email via webmail it looks fine.
> I don't use mutt, so I can't re
On 21 February 2010 07:10, Andy Koppe wrote:
> David Balažic:
>>> I'm puzzled by that, because the standards and formats setting
>>> shouldn't have any effect on LANG, at least as far as mintty and
>>> Cygwin are concerned. Any idea how it might have got set to "SL"?
>>
>> As I already mentioned,
For cygwin perl powerusers like me the attached script perlrebase.sh
might come handy.
perlrebase.sh 5.11.4
searches for the perl5.11.4 executable in /usr/local/bin and /usr/bin
then rebases all corresponding dll's.
default is 5.10.1
--
Reini Urban
#!/bin/sh
suff=$1
suff=${suff:=5.10.1}
basea
20 matches
Mail list logo