Am Mon, 20 Oct 2008 19:47:21 -0400 schrieb Wei Weng: > hi, I ran into the following error while trying to bitbake > minimal-image: > > checking LD_LIBRARY_PATH variable... contains current directory > | configure: error: > | *** LD_LIBRARY_PATH shouldn't contain the current directory when > | *** building glibc. Please change the environment variable > | *** and run configure again. > | FATAL: oe_runconf failed ...
Just clear LD_LIBRARY_PATH before calling bitbake. Like this: # Blank this so we don't link non-arm libraries LD_LIBRARY_PATH= export LD_LIBRARY_PATH Vitus -- Vitus Jensen, Hannover, Germany, Earth, Milky Way, Universe (current) _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
