Re: imapd on cygwin

2002-04-03 Thread S . L .
> 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

Re: imapd on cygwin

2002-04-02 Thread Andrew DeFaria
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 >

imapd on cygwin

2002-04-02 Thread Andrew DeFaria
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.