andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
909 stars 158 forks source link

/usr/bin/ld.bfd.real: cannot find -lX11 #305

Closed sammaple closed 12 years ago

sammaple commented 12 years ago

hello,guys!

I install Ubuntu12.04-64bits in VM.

First ,I make sync successfully,& then I make make config-qemu-ics(this step will down gonk-ics).

All that downed without any problem, then make gonk,

err occurs :

/usr/bin/ld.bfd.real: cannot find -lX11

can help me? tks

BTY, i have try sudo ln -s /lib/x86_64-linux-gnu/libX11.so.6.3.0 /usr/bin/libX11.so & sudo ln -s /lib/x86_64-linux-gnu/libX11.so.6.3.0 /usr/lib/libX11.so

both of them can't solve this.

sammaple commented 12 years ago

see issue #304

MichaelEvans commented 12 years ago

Anyone else having this issue?