gcc configuration error?

Vitus Jensen vjensen at gmx.de
Tue Oct 21 21:26:10 UTC 2008


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)





More information about the Openembedded-users mailing list