In Cygwin, the "ls -l" command shows following results:
-rwx--+ 1 Administrators ...
What does "+" mean?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
Alexander Wang wrote:
>
> In Cygwin, the "ls -l" command shows following results:
>
> -rwx--+ 1 Administrators ...
>
> What does "+" mean?
>From the fine manual:
Following the file mode bits is a single character that specifies
whether an alternate access method such as an access cont
Hi,
Before I start, I would like to inform that, I went through all FAQs and
other threads before posting here.
I came across this thread where I faced the similar error, but couldn't get
what they did to resolve it.
http://www.nabble.com/1.5.21-1%3AWindows-2003-Server---Cygwin-Cron-tf2425192.ht
- Original Message -
From: "shash"
To:
Sent: Wednesday, August 08, 2007 5:39 AM
Subject: Cygwin Cron problem
|
| Hi,
|
| Before I start, I would like to inform that, I went through all FAQs and
| other threads before posting here.
| I came across this thread where I faced the similar
Thanks Pierre, I have mailed to cygwin.
Pierre A. Humblet wrote:
>
> - Original Message -
> From: "shash"
> To:
> Sent: Wednesday, August 08, 2007 5:39 AM
> Subject: Cygwin Cron problem
>
>
> |
> | Hi,
> |
> | Before I start, I would like to inform that, I went through all FAQs a
Hi,
I created an nedit shortcut on my desktop.
It is just a shortcut to "c:\cygwin\usr\X11R6\bin\run.exe nedit"
This works fine but I can't drag files on top of it to edit them because
it expects /cygdrive/c/somefile.txt instead of c:\somefile.txt
Is there a solution for this kind of thing?
I tho
It could be a matter of interference with TortoiseSVN.
Joe Smith wrote:
> Just in case you were not aware, Something has broken svn in the latest
> snapshot. (Actually at least the two most recent snapshots have this
> problem).
>
> Here is the error: "svn: Can't move '.svn/tmp/entries' to
> '.s
Frederich, Eric P21322 wrote:
I created an nedit shortcut on my desktop.
It is just a shortcut to "c:\cygwin\usr\X11R6\bin\run.exe nedit"
This works fine but I can't drag files on top of it to edit them because
it expects /cygdrive/c/somefile.txt instead of c:\somefile.txt
Is there a solution fo
I'm using Bloodshed Dev-C++, the latest version of Cygwin, and the PortAudio
API. I put the PortAudio .tar in my /usr/src folder and ran the following
commands:
$ cd /usr/src
$ tar zxf pa_snapshot_v19.tar.gz
$ cd portaudio
$ autoconf
$ ./configure --disable-static
$ make
$ make install
Cygwin sa
- Original Message -
From: "Kiran, Shashi"
To:
Sent: Wednesday, August 08, 2007 10:40 AM
Subject: cron
Hi,
I 'm trying to schedule a shell script on cygwin using cron. No matter
what
I do I don't seem to get the cron job executing my bash script.
My script is temp.sh
echo `date` >
Hi group,
I'm on my way to learn C using Cygwin (along with the GCC tools) as my
development setup, and it seems that gdb somewhat fails at
reallocating some memory. I have trimmed down my bug to a minimum so I
can test it on other situations, but here's what i've found so far.
- Using gdb warns
Matthew Woehlke Wrote :
> Instead of 'nedit', you could run.exe a script that looks
> something like:
>
> nedit $(cygpath -u "$1")
I get an error "Can't open /usr/X11R6/bin/$(cygpath:..."
Can't read the entire error because it is in an unsizeable window.
--
Unsubscribe info: http://cygwin.
Frederich, Eric P21322 wrote:
Matthew Woehlke Wrote :
Instead of 'nedit', you could run.exe a script that looks
something like:
nedit $(cygpath -u "$1")
I get an error "Can't open /usr/X11R6/bin/$(cygpath:..."
Can't read the entire error because it is in an unsizeable window.
...did you pu
Brian Dessent wrote:
> The idea behind texinfo is a format-independent way of writing
> documentation. 'info' is just one of a million ways to view this same
> documentation. [...]
Yes, especially for make, I've found the info files to be the best
reference, and they're easily navigable. I'm in t
See comments below...
On 8/8/07, Eric Belanger wrote:
> Code
> #include
> #include
> #include
>
> #define TCP_BUFSIZE 2
>
> int main(int argc, char *argv) {
> /* *bufdata and *alldata were part of a recv() winsock procedure, fyi */
> char *bufdata = malloc(sizeof(char)* (TC
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Ernie Coskrey
> Sent: Tuesday, July 31, 2007 3:40 PM
> To: cygwin@cygwin.com
> Subject: cygwin 1.5.20-1, spinning pdksh, 100% CPU
>
>
> I've run into a problem with cygwin 1.5.20-1 and pdksh
> 5.2.1
"Thomas Berger" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
It could be a matter of interference with TortoiseSVN.
No. It could not. I don't have tortoiseSVN.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/proble
I am trying to create a dll in cygwin for use with jni. I have successfully
achieved this for a simple "hello world" type program using the following
command:
gcc -mno-cygwin -Wl,--add-stdcall-alias -shared -o myDll.dll myNativeCode.c
However I would like to create my dll without using the -mno
> 0x77c1794a in strncat () from /cygdrive/c/WINDOWS/system32/msvcrt.dll
This means that you built this testcase with MinGW or with -mno-cygwin,
which means that these implementations of malloc, realloc, etc. are
handled by the Microsoft C library (MSVCRT). You essentially are not
using any part
robbincatz wrote:
> I have looked at every bit of information on -mno-cygwin, building dlls in
> cygwin and jni but nothing has helped although I now believe the problem
> lies with the fact that i did not install my libraries for mingw but for
> cygwin.
Using -mno-cygwin makes a MinGW applicatio
On Wed, Aug 08, 2007 at 03:58:37PM -0400, Joe Smith wrote:
> "Thomas Berger" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>>
>>It could be a matter of interference with TortoiseSVN.
>>
>No. It could not. I don't have tortoiseSVN.
It's probably related to Corinna's changes to re
Brian Dessent wrote:
> [...] your own initialization procedure that
> saves a copy of the bottom 4k, initializes Cygwin, and then restores the
> saved parts.
Just to be clear, I don't mean that it should initialize Cygwin and then
restore those parts of the stack.
To put it differently, when Cyg
Version 3.8-3 of "brltty" has been uploaded.
It is a background process (daemon) providing access to the Windows
Console for a blind person using a refreshable braille display.
-- brltty-3.8-3 -- 2007-08-06 ---
Update to subversion 3168 for getting the upstream WINDOW -> __MINGW3
Anyone else seeing this?
I've done an uninstall, removed the saved downloads from setup.
Then installed them again.
Same issue.
-Bill
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/
William Deegan schrieb:
Anyone else seeing this?
I've done an uninstall, removed the saved downloads from setup.
Then installed them again.
Same issue.
Which file exactly?
There is /usr/lib/perl5/5.8/cygwin/Encode/Byte.pm
or /usr/lib/perl5/5.8/cygwin/auto/Encode/Byte/*.dll*
I have no such viru
JorWong schrieb:
I'm using Bloodshed Dev-C++, the latest version of Cygwin, and the PortAudio
API. I put the PortAudio .tar in my /usr/src folder and ran the following
commands:
$ cd /usr/src
$ tar zxf pa_snapshot_v19.tar.gz
$ cd portaudio
$ autoconf
$ ./configure --disable-static
$ make
$ make
26 matches
Mail list logo