Daniel Rindt wrote: > Hello, > > i found some errors, possible they aren't. Iam new to CLSF. > > On my Fedora Buildhost System the Tool texinfo isn't present so the make > Process of the Packages isn't possible. > > The Page: > http://cross-lfs.org/view/clfs-sysroot/arm/final-system/procps.html > contains the sed command which corrects the Makefile but forgott to > change the CPPFLAGS. > > Here my Solution: > cp -v Makefile{,.orig} > sed -e "/^install :=/s/--owner 0 --group 0//" \ > -e "/^CPPFLAGS :=/s/-I\/usr\/include\/ncurses//" \ > -e "/^ldconfig :=/s/= ldconfig/=/" Makefile.orig > Makefile > > it is tested and work for me. > > Thanks > Daniel already updated the book to use make CPPFLAGS="", although that solution works too.
Maarten _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
