On Mon, Jul 28, 2014 at 05:27:37PM +0200, BERTRAND Joël wrote: > sfcvt.c:(.text+0x3ec): undefined reference to `frexpl' > sfcvt.c:(.text+0x40c): undefined reference to `ldexpl' > sfcvt.c:(.text+0x4e4): undefined reference to `ldexpl' > mamake [cmd/ksh93]: *** exit code 1 making suid_exec
It is missing -lm in the linker command line. Martin
