[collectd] another compilation problems

Florian Forster octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Mon Apr 16 14:42:33 CEST 2007


Hi Sergiusz,

sorry for the delay, I was `offline' over the weekend.

On Fri, Apr 13, 2007 at 12:25:24PM +0100, Sergiusz Pawlowicz wrote:
> gcc -Wall -Werror -g -O2 -o .libs/collectd collectd-collectd.o
> collectd-utils_avltree.o collectd-utils_mount.o collectd-utils_llist.o
> collectd-utils_ignorelist.o collectd-common.o collectd-plugin.o
> collectd-configfile.o .libs/collectdS.o -Wl,--export-dynamic  -lresolv
> -lpthread /usr/lib/libstatgrab.so ../libltdl/.libs/libltdlc.a -ldl
> liboconfig/.libs/liboconfig.so -Wl,--rpath
> -Wl,/opt/collectd-4.0.0-rc4/lib
> liboconfig/.libs/liboconfig.so: undefined reference to `yywrap'

As far as I know you get this error under Linux if you don't link code
generated by lex/yacc with `-lfl'. Usually the autotools should take
care of this. Do you have `flex' and `bison' installed? If not, try
installing them and doing `./configure && make clean all' again.

If that doesn't help, please send me a copy of the `config.log' file
generated by the configure script.

Regards,
-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20070416/59e55f90/attachment.pgp


More information about the collectd mailing list