Hi guys,
I got a Linux home directory. On Windows, this directory imported as
Windows share, and I mount it under Cygwin. This way, I can use all my
Linux settings dot-files, and I don't see the Windows path name mess
that much.
Ssh (OpenSSH_4.7p1, OpenSSL 0.9.8g 19 Oct 2007) on Cygwin refus
Hi guys,
I'd like to compile an old unix program that uses curses as a windows
standalone application. Is it possible to do this with Cygwin?
MinGW supports curses, and Cygwin supports MinGW. It looks like curses
is gone once I pass -mno-cygwin to gcc. Is this intentional?
Thanks in advance
Eric, thank you very much for your help. Below, I'm going to answer to
the questions you asked. It would be great if I could get that stuff to
work again. :-)
Eric Blake wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Public Mailing Lists on 5/27/2007 8:30 PM:
/us
I'm trying to compile some older linux program with automake under
Cygwin. (My Cygwin installation is on the latest version.) I'm getting
the following error message:
$ ./autogen.sh
calling autoconf and autoheader...
/home/test/project
/usr/bin/m4:configure.in:1363: cannot create temporary file
quest
LOG: shutting down
LOG: database system is shut down
I would rather like to start everything at boot time with init.
Is there anything else I need to do?
Thanks for your help,
Gordon
Igor Peshansky wrote:
On Sun, 11 Mar 2007, Brian Dessent wrote:
Public Mailing Lists wrote:
I
Hi,
I'm trying to setup a Postgresql server on Windows-XP/Cygwin. I've done
this a couple of times on Linux, and I'm experiencing some difficulties
on Windows.
I have installed the packages postgresql (version 8.0.7-1) and
cygrunserv (version 1.17-1), and I have syslog and init running.
If
Corinna Vinschen wrote:
Probably not. You can use every file system which can be accessed by
the underlying Windows also in Cygwin, but except for NTFS file systems,
the permission handling of the underlying file system drivers (here:
Ext2 IFS) is usually rudimentary at best. As for upper/lowe
Hi all,
I got an USB hard drive, and on this disk there is a ext3 filesystem.
This filesystem is accessible under Windows XP using a software called
Ext2 IFS for Windows.
Does Cygwin work together with this software? Is it possible to mount
this filesystem into cygwin in a way that cygwin us
Eric Blake wrote:
Don't spread misinformation. Cygwin is a Unix environment
emulation, so /dev/null ALWAYS exists (none of this junk about
"depending on your installation").
here is some output of my personal Cygwin installation:
$ ls /dev
ls: /dev: No such file or directory
It seems that
zzapper wrote:
Is Xargs still reqd for
find . -name '*.cfm' -exec grep -i {} \;
Well, not exatctly. grep -i does not show you the filename, if you call
it this way.
You could either use
find . -name '*.cfm' -exec grep -i something {} /dev/null \;
which would make grep to show the filena
Corinna Vinschen wrote:
On Sep 8 10:26, zzapper wrote:
Hi,
GNU xargs version 4.2.25
or more likely am I misusing xargs?
$ ls *.cfm */*.cfm */*/*.cfm */*/*/*.cfm | xargs grep -i host
bash: /usr/bin/ls: Argument list too long
^
Nothing to do with xargs. Use find in
11 matches
Mail list logo