home *** CD-ROM | disk | FTP | other *** search
- echo ">>> Installing include files"
- echo " ------------------------"
- echo " These are the header files required by the C compiler for"
- echo " However, they require a copy of the Linux header files to"
- echo " be installed as well."
- tar $TARFLAGS $SRC/includes.tgz -C $TARGET
- echo
- echo ">>> Installing static libraries"
- echo " ---------------------------"
- echo " These are static versions of the shared libraries."
- tar $TARFLAGS $SRC/libcc.tgz -C $TARGET
- echo
- echo ">>> Installing g++ binaries"
- echo " -----------------------"
- echo " This provides the g++ front end."
- tar $TARFLAGS $SRC/gxxbin.tgz -C $TARGET
- echo
- echo ">>> Installing c++ libraries"
- echo " ------------------------"
- echo " These libraries are required for linking c++ programs."
- tar $TARFLAGS $SRC/libcxx.tgz -C $TARGET
- echo
- echo ">>> Installing c++ header files"
- echo " ---------------------------"
- echo " These are the c++ header files required for compiling programs."
- tar $TARFLAGS $SRC/gxxinc.tgz -C $TARGET
- echo
- echo ">>> Installing kernel header files"
- echo " ------------------------------"
- echo " A copy of the Linux header files are required to compile programs."
- echo " Note that these are taken from Linux 1.3.45."
- tar $TARFLAGS $SRC/kerninc.tgz -C $TARGET
- echo
-