On Wednesday 18 November 2009 08:00:17 am Schmidt, Dietmar wrote: > I had the same error, starting from a 32 bit linux, building a 32 bit CLFS > system. Starting from a 32 bit linux, building a 64 bit CLFS system works. > > > As described here a few weeks ago, on 32 bit CLFS linux I tried: > > sed -i 's/LD_LIBRARY_PATH=/#&/g' configure > > Should be the same as your sed statement. > And it works.
verdict:- clfs:/mnt/clfs/sources-151009$ cd cloog-ppl-0.15.7clfs:/mnt/clfs/sources-151009/cloog-ppl-0.15.7$ sed -i 's/LD_LIBRARY_PATH=/#&/g' configure clfs:/mnt/clfs/sources-151009/cloog-ppl-0.15.7$ CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp --enable-shared --with-gmp=/tools --with-ppl=/tools ... /*-----------------------------------------------* * CLooG configuration is OK * *-----------------------------------------------*/ It appears that your system is OK to start CLooG compilation. You need now to type "make". After compilation, you should check CLooG by typing "make check". If no problem occur, you can type "make uninstall" if you are upgrading an old version. Lastly type "make install" to install CLooG on your system (log as root if necessary). clfs:/mnt/clfs/sources-151009/cloog-ppl-0.15.7$ ......... make[1]: Entering directory `/mnt/clfs/sources-151009/cloog-ppl-0.15.7/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/mnt/clfs/sources-151009/cloog-ppl-0.15.7/doc' Making all in test make[1]: Entering directory `/mnt/clfs/sources-151009/cloog-ppl-0.15.7/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/mnt/clfs/sources-151009/cloog-ppl-0.15.7/test' it works thanks a lot cheers bvol > Dietmar > > -- ################################### “Common sense teaches that booksellers should not speculate in hops, or bankers in turpentine; that railways should not be promoted by maiden ladies, or canals by beneficed clergymen ....” Walter Bagehot-economist: 1826-1877 _______________________________________________ Clfs-support mailing list Clfs-support@lists.cross-lfs.org http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org