home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / gcc / disk3 / dinst,fff < prev    next >
Encoding:
Text File  |  1971-02-16  |  1.2 KB  |  34 lines

  1. echo ">>> Installing include files"
  2. echo "    ------------------------"
  3. echo " These are the header files required by the C compiler for"
  4. echo " However, they require a copy of the Linux header files to"
  5. echo " be installed as well."
  6. tar $TARFLAGS $SRC/includes.tgz -C $TARGET
  7. echo
  8. echo ">>> Installing static libraries"
  9. echo "    ---------------------------"
  10. echo " These are static versions of the shared libraries."
  11. tar $TARFLAGS $SRC/libcc.tgz -C $TARGET
  12. echo
  13. echo ">>> Installing g++ binaries"
  14. echo "    -----------------------"
  15. echo " This provides the g++ front end."
  16. tar $TARFLAGS $SRC/gxxbin.tgz -C $TARGET
  17. echo
  18. echo ">>> Installing c++ libraries"
  19. echo "    ------------------------"
  20. echo " These libraries are required for linking c++ programs."
  21. tar $TARFLAGS $SRC/libcxx.tgz -C $TARGET
  22. echo
  23. echo ">>> Installing c++ header files"
  24. echo "    ---------------------------"
  25. echo " These are the c++ header files required for compiling programs."
  26. tar $TARFLAGS $SRC/gxxinc.tgz -C $TARGET
  27. echo
  28. echo ">>> Installing kernel header files"
  29. echo "    ------------------------------"
  30. echo " A copy of the Linux header files are required to compile programs."
  31. echo " Note that these are taken from Linux 1.3.45."
  32. tar $TARFLAGS $SRC/kerninc.tgz -C $TARGET
  33. echo
  34.