On Mon, Jun 2, 2014 at 5:27 PM, Robert Pendell wrote:
> On Mon, Jun 2, 2014 at 4:37 AM, Michael Wild <> wrote:
>> Hi Guan-Zhong
>>
>> The problem is known upstream [1, 2] and I'm also trying to figure out
>> which change in the cygwin DLL triggered this issue. I'll post here
>> again once I know mo
Andrey Repin wrote:
Greetings, Warren Young!
make sure the tools you are using are
available for Cygwin in the same (or compatible enough) form.
OS X is closest to the BSDs in terms of userland and kernel APIs,
whereas Cygwin mostly emulates Linux, except where Win32 leaks through.
There
Greetings, Warren Young!
>> make sure the tools you are using are
>> available for Cygwin in the same (or compatible enough) form.
> OS X is closest to the BSDs in terms of userland and kernel APIs,
> whereas Cygwin mostly emulates Linux, except where Win32 leaks through.
> There are plenty o
On 06/05/2014 05:01 PM, Irwen Song wrote:
I encountered a mapped shared drive problem in 1.7.30. I can login and
run the "net use" command to map a shared folder on the network. But it seems
like that every time I log out the session and log back in, the mapped
driver is no longer there. Previou
I encountered a mapped shared drive problem in 1.7.30. I can login and run the
"net use" command to map a shared folder on the network. But it seems like that
every time I log out the session and log back in, the mapped driver is no
longer there. Previously when I was in version 1.7.28, this ne
On 6/5/2014 3:51 PM, Christopher Faylor wrote:
On Thu, Jun 05, 2014 at 03:05:43PM -0400, Ken Brown wrote:
On 6/3/2014 6:00 PM, Zdzislaw Meglicki wrote:
And... another crash. I didn't run it under gdb this
time and it didn't dump anything either, but I got
interesting new message I didn't see be
On Thu, Jun 05, 2014 at 03:05:43PM -0400, Ken Brown wrote:
>On 6/3/2014 6:00 PM, Zdzislaw Meglicki wrote:
>> And... another crash. I didn't run it under gdb this
>> time and it didn't dump anything either, but I got
>> interesting new message I didn't see before:
>>
>> *** fatal error - WFSO failed
On 6/3/2014 6:00 PM, Zdzislaw Meglicki wrote:
And... another crash. I didn't run it under gdb this
time and it didn't dump anything either, but I got
interesting new message I didn't see before:
*** fatal error - WFSO failed waiting for timer thread, Win32 error 0
This message comes from the f
Richard H. McCullough wrote:
>> I have an iMac 27 64-bit words running OS X Mavericks.
>>
>> Can I install Cygwin on my iMac?
>>
>> I know it's not necessary, but I thought it might be helpful
>> for working on system porting/compatibility problems.
Try macports.org if you need programs compati
Hi, I am following the oracle doc
http://docs.oracle.com/javase/7/docs/technotes/guides/rmi/inetd/launch-service.html
(solaris specific)
I have two windows 2012 server VMs (firewalls off). I believe that I
have configured cygwin inetd correctly by following the directions in
C:\cygwin64\usr\sha
On 06/05/2014 09:32 AM, xmoon 2000 wrote:
Please check this link where the question is set out:
http://stackoverflow.com/questions/24060628/why-do-i-get-an-error-when-i-pass-soft-link-into-gnu-plot
From what I can see, Warren answered this question already. It's not
really clear why you poste
On 6/5/2014 08:35, Andrey Repin wrote:
make sure the tools you are using are
available for Cygwin in the same (or compatible enough) form.
OS X is closest to the BSDs in terms of userland and kernel APIs,
whereas Cygwin mostly emulates Linux, except where Win32 leaks through.
There are plent
On 6/5/2014 08:16, Yuriy Chernyshov wrote:
Why do you need cygwin under MasOS X?
He answered that in the original post: to test compatibility. OS X and
Cygwin differ in a great many ways.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq
Greetings, Richard H. McCullough!
> I have an iMac 27 64-bit words running OS X Mavericks.
> Can I install Cygwin on my iMac?
> I know it's not necessary, but I thought it might be helpful
> for working on system porting/compatibility problems.
Not at all.
If you truly NEED Cygwin, i.e. for tes
Why do you need cygwin under MasOS X?
MacOS X is POSIX-compatible system that can run all the cygwin
software natively, without API emulation.
On 5 June 2014 18:11, Warren Young wrote:
> On 6/5/2014 07:48, Richard H. McCullough wrote:
>>
>>
>> Can I install Cygwin on my iMac?
>
>
> cygwin1.dll u
On 6/5/2014 07:48, Richard H. McCullough wrote:
Can I install Cygwin on my iMac?
cygwin1.dll uses the Win32 API heavily. That means it only runs under
Windows or a near-enough clone like WINE.
A few of the key tools for Cygwin are also Win32-native, such as
setup.exe and cygcheck.exe. An
In message you write:
>I have an iMac 27 64-bit words running OS X Mavericks.
>
>Can I install Cygwin on my iMac?
>
>I know it's not necessary, but I thought it might be helpful
>for working on system porting/compatibility problems.
>
>Dick McCullough
Only in the sense that your can run a Windows
I have an iMac 27 64-bit words running OS X Mavericks.
Can I install Cygwin on my iMac?
I know it's not necessary, but I thought it might be helpful
for working on system porting/compatibility problems.
Dick McCullough
Context Knowledge Systems
What is your view?
Please check this link where the question is set out:
http://stackoverflow.com/questions/24060628/why-do-i-get-an-error-when-i-pass-soft-link-into-gnu-plot
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.
Greetings, it's me again.
I've added environment variable to zsh. The problem with locking still persists.
Here are some commands:
thegeorg@THEGEORG-NB2-W7:~$ zsh
thegeorg@THEGEORG-NB2-W7:~$ true
thegeorg@THEGEORG-NB2-W7:~$
zsh: locking failed for /home/thegeorg/.histfile: no such file or directo
On 2014/06/05, at 0:44, Chris J. Breisch wrote:
> Zhengrong Zang wrote:
>> Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font
>> in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a
>> lot.
>>
>
> I use the following in my ~/.Xdefaults. Change t
On 6/4/2014 16:05, Roger Vicker, CCP wrote:
3) deliver the private key to the user along with the rest of the
instructions on how to use it in the provided apps.
How were you planning on delivering these sensitive private keys? Via
insecure email, perhaps?
Use ssh as it was designed: have t
On Wed, Jun 4, 2014 at 5:48 PM, Eric Blake wrote:
> On 06/04/2014 08:31 AM, J. David Boyd wrote:
>> Wow, when did this happen? I've been using `` for years, and never heard of
>> $(). What version did this change?
>
> $() has existed in all sh variant shells except Solaris /bin/sh pretty
> much
23 matches
Mail list logo