I tried that, and now it fails here, checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' for more details.
Erik Mouw wrote: > On Thu, Oct 18, 2001 at 07:16:06PM +0530, Sreenidhi.B.G wrote: > > I have downloaded the latest version 1.2.10. and I'm trying to cross-compile that > > for arm now, > > and the command I'm using for configuring is here > > > > "Cflags=-O2 ./configure --target=arm-linux --prefix="---" --build=i586-linux > > --disable-nls" > > Wrong. You want: > > ./configure --disable-nls --prefix=/tmp/install arm-linux > > (and don't set CFLAGS=-O2 cause that's the default) > > > we have an arm tool chain in "/usr/local " that is /usr/local /arm ..... and so > > on, > > can you also suggest appropriate prefix, > > > > I also wanted to know , if I must cross - compile glibc or any other dependency > > before compiling gtk+, > > That should already be done in the cross compiler. If not download the > gcc-2.95.3 version from ftp.arm.linux.org.uk. > > Erik > > -- > J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department > of Electrical Engineering, Faculty of Information Technology and Systems, > Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands > Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED] > WWW: http://www-ict.its.tudelft.nl/~erik/ _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
