On Sat, Oct 21, 2017 at 5:05 AM, Jeffrey Walton <noloa...@gmail.com> wrote: > My apologies for writing about this. I found one previous thread that > mentioned it, but it was working a clock_t problem. Cf., > https://lists.gnu.org/archive/html/bug-guile/2011-05/msg00024.html > ... > I'm happy to configure libguile to remove tmpnam and break other > libraries. I don't believe its a configuration option at the moment. > `./configure --help | egrep 'tmpnam|insecure'` returns 0 hits.
--disable-deprecated does not remove it. I'm fairly certain Posix deprecated the function about a decade ago, so its not clear to me how its not being removed with the option. Any hints on getting rid of this would be greatly appreciated. Jeff