On 5 March 2014 09:18, Chong Lu <[email protected]> wrote: > Some packages do not link successfully using shared libraries. > When link something to libfl.so, we will get this: > > libfl.so: undefined reference to `yylex'
Isn't that generally because the makefile is doing it wrong, for example linking the lexer in C++ mode instead of C? Remove a shared library and forcing everyone to static link doesn't seem like a long-term solution to me. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
