[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Help needed] eegdev: FTBFS: ./doc/examples/library-usage/eegdev_acq.c:214: undefined reference to `rpl_free'



Nilesh Patra <nilesh@nileshpatra.info> writes:

> I have no idea why it can not find free() -- looks like something changed with new autotools.
> I don't know much about autotools, and need help to figure out what might be wrong -- would you have any pointers?

These errors look like fallout from a new check:

> checking whether free is known to preserve errno... no

Please try patching doc/examples/Makefile.am to add

  $(top_builddir)/lib/libgnu.la

to both eegdev_acq_LDADD and recinxdf_LDADD.  (libeegdev incorporates
rpl_free and other needed rpl_* functions with hidden visibility, so
purely for its own use.)

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?amu@monk.mit.edu


Reply to: