I'm having trouble compiling QPopper with Mandrake Linux 8.0. I've checked through the archive for the list and found another person having this problem, but no solution. The problem is that maillock.c uses tempnam, which gcc doesn't seem to like. It says it's dangerous and would prefer the use of mkstemp instead. I have modified the code to use mkstemp, but I would prefer a simpler and possibly more tested solution. A way of making gcc ignore the tempnam "error" and compile the code anyhow would be handy. Any suggestions/solutions are quite welcome. Thanks in advance, Kent Morris
