Robert Millan <[EMAIL PROTECTED]> wrote: > sysintf.o: In function `Get_temp': > sysintf.o(.text+0x5fc): the use of `tempnam' is dangerous, better use > `mkstemp'
Ahem. And what do I read in mkstemp's man page? ;-) Don't use this function, use tmpfile(3) instead. It's bet ter defined and more portable. Oh dear... -- Florent