> Andrew DeFaria wrote:
[...]
>
> I can find no man page for gettimeofday in Cygwin! And I can't seem to
> even call it properly:
>
> #include
> #include
> int main (void) {
> struct timezone d;
> printf ("Calling gettimeofday\n");
> gettimeofday (NULL, &d);
> printf ("Returned from g
Andrew DeFaria wrote:
> I used to have this working but it broke somewhere.
>
> I installed imapd for cygwin. Now whenever I run it it simply coredumps:
>
> $ /usr/local/sbin/imapd
> Segmentation fault (core dumped)
> $
>
> I have followed everything in the readme WRT to setting this up and as
>
I used to have this working but it broke somewhere.
I installed imapd for cygwin. Now whenever I run it it simply coredumps:
$ /usr/local/sbin/imapd
Segmentation fault (core dumped)
$
I have followed everything in the readme WRT to setting this up and as I
said before I did have this working.
3 matches
Mail list logo