Posted: Wed Jan 30, 2008 1:11 pm Post subject: Configure don't find libX11
I need help to cross compile Gtk+ 2.6.3 to an ARM architecture.
The configure return this error:
Code: (Plaintext)
1 2
checking for XOpenDisplay in -lX11... no
configure: error: *** libX11 not found
I think so I don't have libX11 installed (precompiled).
Can someone tell me what are the libraries necessaries to cross compile fine gtk+?
I have precompiled (not only for gtk+):
and I have taken (from ipkgfind.handhelds, because I don't be able to find this source packages to cross compile them) the .ipk packages pre cross compiled for arm (to obtain the -dev packages):
Code: (Plaintext)
1 2 3
libxext-dev.ipk
xlibs-dev.ipk
xlibs_4.2.2.ipk
I need something else? Why the configure don't find libX11? :(