Hi,
I've written an application which does some initialization and then
does a tcp accept. 5 minutes and 20 seconds give or take after doing
the tcp.accept the application aborts with exit code 0. If I
continually send tcp data to this application then the crash doesn't
occur, it is only after 5
On Wed, Oct 15, 2008 at 12:18 PM, Mark Geisert <[EMAIL PROTECTED]> wrote:
> Peter Ross writes:
>> I've written an application which does some initialization and then
>> does a tcp accept. 5 minutes and 20 seconds give or take after doing
>> the tcp.accept the app
On Wed, Oct 15, 2008 at 5:50 AM, Mark Geisert <[EMAIL PROTECTED]> wrote:
> Peter Ross writes:
>> On Wed, Oct 15, 2008 at 12:18 PM, Mark Geisert wrote:
>
> Please don't quote raw email addresses in your emails to the list.
>
Sorry about that, been awhile sinc
I compiled the following simple C# program using Mono 2.10.8
public class Hello {
public static void Main() {
System.Console.WriteLine("hello");
}
}
I then attempt to run it under mono and native .net
# mcs Hello.cs
# mono Hello.exe
hello
# ./Hello.exe
If I down
On 12 June 2012 12:35, Earnie Boyd wrote:
> On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote:
>
>>
>> If I downgrade from 1.7.15 to 1.7.14 then it runs as expected
>>
>
> And if you upgrade to the newest cygwin.com/snapshots what happens?
>
Replacing cygwin1.dll
On 12 June 2012 14:13, marco atzeri wrote:
> On 6/12/2012 1:52 PM, Peter Ross wrote:
>>
>> On 12 June 2012 12:35, Earnie Boyd wrote:
>>>
>>> On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote:
>>>
>>>>
>>>> If I downgrade from
Hi,
I am attempting to build softare (GNU libmicrohttpd) with cygport on x86, but am
getting errors when it links against libgnutls:
/usr/bin/sed: can't read /usr/lib/libtasn1.la: No such file or directory
libtool: error: '/usr/lib/libtasn1.la' is not a valid libtool archive
Likely cause:
Cyg
7 matches
Mail list logo