[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-09-16 Thread Harald Schneider
Whatever you want my maestro :) I'll send a snapshot to your private email address. I can also give you SSH access, if you want to do some test compilations on an OpenBSD 3.7 machine. Just let me know. --Harald Davide Libenzi wrote: On Thu, 15 Sep 2005, Harald Schneider wrote: Davide,

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-09-15 Thread Harald Schneider
Davide, it looks like this problem exists in older OpenBSD releases too: http://xmailforum.homelinux.net/index.php?showtopic=1875st=0#entry10068 If there is no solution available yet, you should mark OpenBSD support as experimental or remove it. --Harald Harald Schneider wrote: Hi,

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-09-15 Thread Davide Libenzi
On Thu, 15 Sep 2005, Harald Schneider wrote: Davide, it looks like this problem exists in older OpenBSD releases too: http://xmailforum.homelinux.net/index.php?showtopic=1875st=0#entry10068 If there is no solution available yet, you should mark OpenBSD support as experimental or remove

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-09-14 Thread Harald Schneider
Hi, meanwhile I checked several compiler flags, unfortunately with no success. If I have some 100 mails in the queue, maybe 1 gets delivered when I start XMail and then nothing happens at all. Sending mails from the client to the server works, but the threads serving smtpfwd seem to starve

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-09-02 Thread Harald Schneider
Hi Davide, Looks like all instances of -lc_r have to be replaced by -lpthread for proper compilation on OpenBSD. meanwhile I ran into some instability issue: - A sudden coredump after setting up some filters and doing some KILL/restarts in between. This might be neglectable. I rebooted the

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-09-02 Thread Davide Libenzi
On Fri, 2 Sep 2005, Harald Schneider wrote: Do you think replacing -lpthread with one of these: -Kthread -kthread -pthread -pthreads -mthreads --thread-safe -mt might be worth testing ? Dunno, but according to the link, the -pthread option trigger some special flag in the linking

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-09-02 Thread Harald Schneider
OK .. I 'll run some test after I'm back from vacations :) Thanks so far, Harald Davide Libenzi wrote: On Fri, 2 Sep 2005, Harald Schneider wrote: Do you think replacing -lpthread with one of these: -Kthread -kthread -pthread -pthreads -mthreads --thread-safe -mt might be worth testing

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-08-30 Thread Davide Libenzi
On Mon, 29 Aug 2005, Harald Schneider wrote: Looks like all instances of -lc_r have to be replaced by -lpthread for proper compilation on OpenBSD. Davide, can you fix this in the source tarball ? I'm sure the OpenBSD community will appreciate this ... :) Okie dokie. - Davide - To

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-08-29 Thread Harald Schneider
Looks like all instances of -lc_r have to be replaced by -lpthread for proper compilation on OpenBSD. Davide, can you fix this in the source tarball ? I'm sure the OpenBSD community will appreciate this ... :) --Harald Harald Schneider wrote: $ gmake -f Makefile.bsd OSTYPE=OpenBSD g++

[xmail] Re: Compiling XMail 1.21 on OpenBSD 3.7 fails

2005-08-29 Thread Harald Schneider
One more question of a non C++ coder: g++ -o bin/MkMachDep MkMachDep.o -lkvm -pthread -lpthread Do these parameters -pthread -lpthread make sense together? XMail compiles and seems to run smoothly so far. Just want to prevent those hickups known from FreeBSD without the KQUEUE patch ...