Tagged Questions

2
votes
1answer
18 views

Is it possible to ssh into Windows (through a cygwin sshd) and start a program on a logged in Windows user’s desktop?

Is it possible to ssh into Windows (through a cygwin sshd) and start a program on a logged in Windows user's desktop? Put another way, say a user ABC is logged in on windows and …
0
votes
0answers
23 views

Why doesn’t “find -print0” work in Cygwin under Vista?

I'm writing a simple shell script: find datafiles/ -type f -print0 | xargs -0 md5sum > datafiles.md5 In Cygwin under Vista, it just sits there and nothing happens. It works fine …
1
vote
4answers
72 views

Compile C++ with Cygwin

How do I compile my C++ programs in Cygwin. I have gcc installed. What command should I use? Also, how do I run my console application when it is in a .cpp extension. I am trying t …
0
votes
0answers
14 views

Building OpenSSH on Cygwin

I'm trying to build OpenSSH 5.1 on Cygwin. I'm using the following configure command: ./configure --prefix=/usr --sysconfdir=/etc --libexecdir='${sbindir}' \ --localstatedir=/var …
0
votes
0answers
14 views

Using Cygwin to build srecord for native Windows

I'm trying to build the srecord tools for the native windows, http://srecord.sourceforge.net/windows.html. I execute, CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ./configure. I get …
1
vote
7answers
103 views

Linux Development C/C++/bash/python on windows-7.

Before resorting to stackoverflow, i have spend a lot of times looking for the solutions. I have been a linux-user/developer for few years, now shifting to windows-7. I am looking …
0
votes
1answer
21 views

Unable to chdir() on Git/Cygwin

Hi all, I installed Git via Cygwin on Windows Server. It works out very well. However there's a small issue that when I clone a repo use the command as following: $git clone git@ …
0
votes
0answers
15 views

CVS log file editor - issue

Hi, I'm encountering some problems recently with CVS. When executing commit command I got following errors: cvs commit: cannot exec vim: No such file or directory cvs comm …
1
vote
3answers
54 views

How do I turn the beep slash bell off in cygwin?

The system beep/bell happens frequently (ie, when I type a few letters then type tab to autocomplete when there are a few options). How can I turn this off? I googled it and trie …
0
votes
3answers
51 views

Cygwin/Git/Gitosis unable to push new repository

I've recently set up cygwin, git, and gitosis on my Windows Server 2003 box and am having troubles. I've followed just about every tutorial I can find to the letter, and have conf …
0
votes
0answers
24 views

Implemeting new facets in DLL under GCC/MingW

Hello I have problem with using std::locale::facets from DLL. It seems that locale "id" is not shared between DLL and the source. has_facet reports that "facet exists" on differe …
0
votes
2answers
35 views

how to launch x programs running in mac ox from cygwin running on windows-

Hi everybody, running cygwin on windows I can connect and execute X applications with no further problems just accessing the remote linux box as ssh -Y -l user machine. If I do the …
2
votes
3answers
46 views

Shell script variables - command not found

I have a shell script that will let me access global variables inside the script, but when I try to create my own, it responds with: command not found. #!/bin/bash J = 4 FACE_NAME …
0
votes
3answers
32 views

Cygwin offers to display 4543 possibilities; what does it mean?

A new kitten in the household has the habit of visiting me while I work, and it is able to make my system do things with a few pawpresses that I didn't know were possible. Windows …
1
vote
2answers
62 views

Emacs: Tab completion of file name appends an extra i:\cygwin

I am facing some strange behavior with file-name completion in emacs. C-x C-f to find file opens up the minibuffer with i:/cygwin/home/rrajagop/StockScreener/working_copy/master_re …

1 2 3 4 5 18 next
15 30 50 per page