Compilation fails due to inlined functions

Issue #14 closed
Partikelpfleger created an issue

Building of Commit 7d8385d fails due to undefined refences for all inlined functions (e.g. `strncpyt' from utils) on x86_64 linux GCC 5.1.0 with no configuration options set. Removing all inline modifiers from headers and sources works around the problem.

I attached logs for ./autogen.sh ./configure make

Comments (3)

  1. Log in to comment