<div dir="ltr">s7.c was compiled with gcc 4.8.4<br><div><br><span style="font-family:monospace,monospace">$ ./repl<br>writing libc_s7.c<br>libc_s7.o: In function `s7_dl_tmpnam&#39;:<br>libc_s7.c:(.text+0x4787): warning: the use of `tmpnam&#39; is dangerous, better use `mkstemp&#39;<br>libc_s7.o: In function `s7_dl_tempnam&#39;:<br>libc_s7.c:(.text+0x489e): warning: the use of `tempnam&#39; is dangerous, better use `mkstemp&#39;<br>libc_s7.o: In function `s7_dl_mktemp&#39;:<br>libc_s7.c:(.text+0x78fa): warning: the use of `mktemp&#39; is dangerous, better use `mkstemp&#39; or `mkdtemp&#39;<br>loading libc_s7.so<br>&lt;1&gt; (exit)<br></span><br></div><div>All references to tmpnam, tempnam and mktemp are in libc.scm<br></div></div>