On Mon, 2017-03-20 at 01:55 -0700, Alex Reynolds wrote: > > I have tried compiling my static binary with the addition of > `-Wl,--no-as-needed -lrt` to my LIBS variable, which is positioned in > the build statement after the objects are compiled, e.g.: >
Rather than --no-as-needed, why not simply reposition -lrt after -lmicrohttpd? Greg