On 5 March 2014 09:58, Lu Chong <[email protected]> wrote: > > In flex 2.5.38, libfl.so was built by libtool. > > ipsec-tools shows this problem. > When link libipsec.so to libfl.so, it uses '-lfl' flag. It will link from > libfl.so. > But libfl.so doesn't define yylex, we may get "libfl.so not found" through > `ldd libipsec.so'.
I've used flex before, this is correct, libfl is not supposed to define yylex. See for example https://www.mail-archive.com/[email protected]/msg00601.html The problem is in how ipsec-tools is being linked, not in flex. I'd suggest patching that recipe instead. Cheers, -- Paul Barker Email: [email protected] http://www.paulbarker.me.uk _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
