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. > > > I think the problem is the new Library Path, so cat,rm ... from the base > system uses the libraries from /tools/lib/ on 32 bit CLFS > and that results in the segfaults. > On 64 bit CLFS cat,rm ... from the base system uses the libaries under /lib, > as the libaries under /tools/lib ar 64 bit libs. > > > The problem is that the binaries / libraries in /tools cant be trusted to run on the host system. The configure script for cloog-ppl clearly wasn't designed with cross-compiling in mind. If you were compiling natively on the same system, this would not be an issue.
I'll get that sed added to the book probably over the weekend. _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
