home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gccsrc3.lzh / GCCSRC3 / INSTALL < prev    next >
Text File  |  1993-07-23  |  25KB  |  669 lines

  1. This is a copy of one node from the Info file gcc.info-2.
  2. For full information on installing and porting GCC, refer to the
  3. GCC manual:
  4.  
  5.   Info file   gcc.info
  6.   TeX output  gcc.dvi
  7.   TeX source  gcc.texinfo
  8.  
  9. Installing GNU CC
  10. *****************
  11.  
  12. Here is the procedure for installing GNU CC on a Unix system.
  13.  
  14. * Menu:
  15.  
  16. * Other Dir::     Compiling in a separate directory (not where the source is).
  17. * Sun Install::   See below for installation on the Sun.
  18. * 3B1 Install::   See below for installation on the 3B1.
  19. * VMS Install::   See below for installation on VMS.
  20. * HPUX Install::  See below for installation on HPUX.
  21.  
  22.   1. Edit `Makefile'.  If you are using HPUX, or any form of system
  23.      V, you must make a few changes described in comments at the
  24.      beginning of the file.  Genix requires changes also, and so does
  25.      the Pyramid.
  26.  
  27.   2. On a Sequent system, go to the Berkeley universe.
  28.  
  29.   3. Choose configuration files.  The easy way to do this is to run
  30.      the command file `config.gcc' with a single argument, which
  31.      specifies the type of machine (and in some cases which operating
  32.      system).
  33.  
  34.      Here is a list of the possible arguments:
  35.  
  36.     `vax'
  37.           Vaxes running BSD.
  38.  
  39.     `vms'
  40.           Vaxes running VMS.
  41.  
  42.     `vax-sysv'
  43.           Vaxes running system V.
  44.  
  45.     `i386-sysv'
  46.           Intel 386 PCs running system V.
  47.  
  48.     `i386-sysv-gas'
  49.           Intel 386 PCs running system V, using the GNU assembler and
  50.           GNU linker.
  51.  
  52.     `sequent-i386'
  53.           Sequent with Intel 386 processors.
  54.  
  55.     `i386-aix'
  56.           Intel 386 PCs or PS/2s running AIX.
  57.  
  58.     `sun2'
  59.           Sun 2 running system version 2 or 3.
  60.  
  61.     `sun3'
  62.           Sun 3 running system version 2 or 3, with 68881.  Note
  63.           there we do not provide a configuration file to use an FPA
  64.           by default, because programs that establish signal handlers
  65.           for floating point traps inherently cannot work with the FPA.
  66.  
  67.     `sun3-nfp'
  68.           Sun 3 running system version 2 or 3, without 68881.
  69.  
  70.     `sun4'
  71.           Sun 4 running system version 2 or 3.  *Note
  72.           Incompatibilities::, for calling convention
  73.           incompatibilities on the Sun 4 (sparc).
  74.  
  75.     `sun2-os4'
  76.           Sun 2 running system version 4.
  77.  
  78.     `sun3-os4'
  79.           Sun 3 running system version 4, with 68881.
  80.  
  81.     `sun3-nfp-os4'
  82.           Sun 3 running system version 4, without 68881.
  83.  
  84.     `sun4-os4'
  85.           Sun 4 running system version 4.  *Note Incompatibilities::,
  86.           for calling convention incompatibilities on the Sun 4
  87.           (sparc).
  88.  
  89.     `sun386'
  90.           Sun 386 (``roadrunner'').
  91.  
  92.     `alliant'
  93.           Alliant FX/8 computer.  Note that the standard installed C
  94.           compiler in Concentrix 5.0 has a bug which prevent it from
  95.           compiling GNU CC correctly.  You can patch the compiler bug
  96.           as follows:
  97.  
  98.                cp /bin/pcc ./pcc
  99.                adb -w ./pcc - << EOF
  100.                15f6?w 6610
  101.                EOF
  102.  
  103.           Then you must use the `-ip12' option when compiling GNU CC
  104.           with the patched compiler, as shown here:
  105.  
  106.                make CC="./pcc -ip12" CFLAGS=-w
  107.  
  108.           Note also that Alliant's version of DBX does not manage to
  109.           work with the output from GNU CC.
  110.  
  111.     `tahoe'
  112.           The tahoe computer (running BSD, and using DBX).
  113.  
  114.     `decstation'
  115.           The DEC 3100 Mips machine (``pmax'').  Note that GNU CC
  116.           cannot generate debugging information in the unusual format
  117.           used on the Mips.
  118.  
  119.     `mips-sysv'
  120.           The Mips computer, RS series, with the System V environment
  121.           as default.  Note that GNU CC cannot generate debugging
  122.           information in the unusual format used on the Mips.
  123.  
  124.     `mips-bsd43'
  125.           The Mips computer, RS series, with the BSD 4.3 environment
  126.           as default.  Note that GNU CC cannot generate debugging
  127.           information in the unusual format used on the Mips.
  128.  
  129.     `mips'
  130.           The Mips computer, M series.  Note that GNU CC cannot
  131.           generate debugging information in the unusual format used
  132.           on the Mips.
  133.  
  134.     `iris'
  135.           The Mips computer, as delivered by Iris.  Note that GNU CC
  136.           cannot generate debugging information in the unusual format
  137.           used on the Mips.
  138.  
  139.     `convex-c1'
  140.           Convex C1 computer.
  141.  
  142.     `convex-c2'
  143.           Convex C2 computer.
  144.  
  145.     `pyramid'
  146.           Pyramid computer.
  147.  
  148.     `hp9k320'
  149.           HP 9000 series 300 using HPUX assembler.  Note there is no
  150.           support in GNU CC for HP's debugger; thus, `-g' is not
  151.           available in this configuration.
  152.  
  153.     `hp9k320-gas'
  154.           HP 9000 series 300 using GNU assembler, linker and debugger.
  155.           This requires the HP-adapt package, which is available
  156.           along with the GNU linker as part of the ``binutils''
  157.           distribution.  This is on the GNU CC distribution tape.
  158.  
  159.     `hp9k320-old'
  160.           HP 9000 series 300 using HPUX assembler, in operating
  161.           system versions older than 6.5.  Note there is no support
  162.           in GNU CC for HP's debugger; thus, `-g' is not available in
  163.           this configuration.
  164.  
  165.     `hp9k320-bsd'
  166.           HP 9000 series 300 running BSD.
  167.  
  168.     `isi68'
  169.           ISI 68000 or 68020 system with a 68881.
  170.  
  171.     `isi68-nfp'
  172.           ISI 68000 or 68020 system without a 68881.
  173.  
  174.     `news800'
  175.           Sony NEWS 68020 system.
  176.  
  177.     `next'
  178.           NeXT system.
  179.  
  180.     `altos'
  181.           Altos 3068.  Note that you must use the GNU assembler,
  182.           linker and debugger, with COFF-encapsulation.  Also, you
  183.           must fix a kernel bug.  Details in the file `ALTOS-README'.
  184.  
  185.     `3b1'
  186.           AT&T 3b1, a.k.a. 7300 PC.  Note that special procedures are
  187.           needed to compile GNU CC with this machine's standard C
  188.           compiler, due to bugs in that compiler.  *Note 3b1
  189.           Install::.  You can bootstrap it more easily with previous
  190.           versions of GNU CC if you have them.
  191.  
  192.     `3b1-gas'
  193.           AT&T 3b1 using the GNU assembler.
  194.  
  195.     `sequent-ns32k'
  196.           Sequent containing ns32000 processors.
  197.  
  198.     `encore'
  199.           Encore ns32000 system.
  200.  
  201.     `genix'
  202.           National Semiconductor ns32000 system.
  203.  
  204.     `88000'
  205.           Motorola 88000 processor.  This port is not finished.
  206.  
  207.      Here we spell out what files need to be set up:
  208.  
  209.         * Make a symbolic link named `config.h' to the top-level
  210.           config file for the machine you are using (*note
  211.           Config::.).  This file is responsible for defining
  212.           information about the host machine.  It includes `tm.h'.
  213.  
  214.           The file is located in the subdirectory `config'.  Its name
  215.           should be `xm-MACHINE.h', with these exceptions:
  216.  
  217.          `xm-vms.h'
  218.                for vaxen running VMS.
  219.  
  220.          `xm-vaxv.h'
  221.                for vaxen running system V.
  222.  
  223.          `xm-i386v.h'
  224.                for Intel 80386's running system V.
  225.  
  226.          `xm-sun386i.h'
  227.                for Sun roadrunner running any version of the
  228.                operating system.
  229.  
  230.          `xm-hp9k320.h'
  231.                for the HP 9000 series 300.
  232.  
  233.          `xm-genix.h'
  234.                for the ns32000 running Genix
  235.  
  236.           If your system does not support symbolic links, you might
  237.           want to set up `config.h' to contain a `#include' command
  238.           which refers to the appropriate file.
  239.  
  240.         * Make a symbolic link named `tm.h' to the
  241.           machine-description macro file for your machine.  It should
  242.           be in the subdirectory `config' and its name should be
  243.           `tm-MACHINE.h'.
  244.  
  245.           If your system is a 68000, don't use the file `tm-m68k.h'
  246.           directly.  Instead, use one of these files:
  247.  
  248.          `tm-sun3.h'
  249.                for Sun 3 machines with 68881.
  250.  
  251.          `tm-sun3-nfp.h'
  252.                for Sun 3 machines with no hardware floating point.
  253.  
  254.          `tm-sun3os3.h'
  255.                for Sun 3 machines with 68881, running Sunos version 3.
  256.  
  257.          `tm-sun3os3nf.h'
  258.                for Sun 3 machines with no hardware floating point,
  259.                running Sunos version 3.
  260.  
  261.          `tm-sun2.h'
  262.                for Sun 2 machines.
  263.  
  264.          `tm-3b1.h'
  265.                for AT&T 3b1 (aka 7300 Unix PC).
  266.  
  267.          `tm-isi68.h'
  268.                for Integrated Solutions systems.  This file assumes
  269.                you use the GNU assembler.
  270.  
  271.          `tm-isi68-nfp.h'
  272.                for Integrated Solutions systems without a 68881. 
  273.                This file assumes you use the GNU assembler.
  274.  
  275.          `tm-news800.h'
  276.                for Sony NEWS systems.
  277.  
  278.          `tm-hp9k320.h'
  279.                for HPUX systems, if you are using GNU CC with the
  280.                system's assembler and linker.
  281.  
  282.          `tm-hp9k320g.h'
  283.                for HPUX systems, if you are using the GNU assembler,
  284.                linker and other utilities.  Not all of the pieces of
  285.                GNU software needed for this mode of operation are as
  286.                yet in distribution; full instructions will appear
  287.                here in the future.
  288.  
  289.           For the vax, use `tm-vax.h' on BSD Unix, `tm-vaxv.h' on
  290.           system V, or `tm-vms.h' on VMS.
  291.  
  292.           For the Motorola 88000, use `tm-m88k.h'.  The support for
  293.           the 88000 does not currently work; it requires extensive
  294.           changes which we hope to reconcile in version 2.
  295.  
  296.           For the 80386, don't use `tm-i386.h' directly.  Use
  297.           `tm-i386v.h' if the target machine is running system V,
  298.           `tm-i386gas.h' if it is running system V but you are using
  299.           the GNU assembler and linker, `tm-seq386.h' for a Sequent
  300.           386 system, or `tm-compaq.h' for a Compaq, or
  301.           `tm-sun386i.h' for a Sun 386 system.
  302.  
  303.           For the Mips computer, there are five choices: `tm-mips.h'
  304.           for the M series, `tm-mips-bsd.h' for the RS series with
  305.           BSD, `tm-mips-sysv.h' for the RS series with System V,
  306.           `tm-iris.h' for the Iris version of the machine, and
  307.           `tm-decstatn.h' for the Decstation.
  308.  
  309.           For the 32000, use `tm-sequent.h' if you are using a
  310.           Sequent machine, or `tm-encore.h' for an Encore machine, or
  311.           `tm-genix.h' if you are using Genix version 3; otherwise,
  312.           perhaps `tm-ns32k.h' will work for you.
  313.  
  314.           Note that Genix has bugs in `alloca' and `malloc'; you must
  315.           get the compiled versions of these from GNU Emacs and edit
  316.           GNU CC's `Makefile' to use them.
  317.  
  318.           Note that Encore systems are supported only under BSD.
  319.  
  320.           For Sparc (Sun 4) machines, use `tm-sparc.h' with operating
  321.           system version 4, and `tm-sun4os3.h' with system version 3.
  322.  
  323.         * Make a symbolic link named `md' to the machine description
  324.           pattern file.  It should be in the `config' subdirectory
  325.           and its name should be `MACHINE.md'; but MACHINE is often
  326.           not the same as the name used in the `tm.h' file because
  327.           the `md' files are more general.
  328.  
  329.         * Make a symbolic link named `aux-output.c' to the output
  330.           subroutine file for your machine.  It should be in the
  331.           `config' subdirectory and its name should be `out-MACHINE.c'.
  332.  
  333.   4. Make sure the Bison parser generator is installed.  (This is
  334.      unnecessary if the Bison output files `c-parse.tab.c' and
  335.      `cexp.c' are more recent than `c-parse.y' and `cexp.y' and you
  336.      do not plan to change the `.y' files.)
  337.  
  338.      Bison versions older than Sept 8, 1988 will produce incorrect
  339.      output for `c-parse.tab.c'.
  340.  
  341.   5. Build the compiler.  Just type `make' in the compiler directory.
  342.  
  343.      Ignore any warnings you may see about ``statement not reached''
  344.      in the `insn-emit.c'; they are normal.  Any other compilation
  345.      errors may represent bugs in the port to your machine or
  346.      operating system, and should be investigated and reported (*note
  347.      Bugs::.).
  348.  
  349.      Some commercial compilers fail to compile GNU CC because they
  350.      have bugs or limitations.  For example, the Microsoft compiler
  351.      is said to run out of macro space.  Some Ultrix compilers run
  352.      out of expression space; then you need to break up the statement
  353.      where the problem happens.
  354.  
  355.   6. If you are using COFF-encapsulation, you must convert `gnulib'
  356.      to a GNU-format library at this point.  See the file
  357.      `README-ENCAP' in the directory containing the GNU binary file
  358.      utilities, for directions.
  359.  
  360.   7. Move the first-stage object files and executables into a
  361.      subdirectory with this command:
  362.  
  363.           make stage1
  364.  
  365.      The files are moved into a subdirectory named `stage1'.  Once
  366.      installation is complete, you may wish to delete these files
  367.      with `rm -r stage1'.
  368.  
  369.   8. Recompile the compiler with itself, with this command:
  370.  
  371.           make CC=stage1/gcc CFLAGS="-g -O -Bstage1/"
  372.  
  373.      On a 68000 or 68020 system lacking floating point hardware,
  374.      unless you have selected a `tm.h' file that expects by default
  375.      that there is no such hardware, do this instead:
  376.  
  377.           make CC=stage1/gcc CFLAGS="-g -O -Bstage1/ -msoft-float"
  378.  
  379.   9. If you wish to test the compiler by compiling it with itself one
  380.      more time, do this (in C shell):
  381.  
  382.           make stage2
  383.           make CC=stage2/gcc CFLAGS="-g -O -Bstage2/"
  384.           foreach file (*.o)
  385.           cmp $file stage2/$file
  386.           end
  387.  
  388.      Aside from the `-B' option, the options should be the same as
  389.      when you made stage 2.
  390.  
  391.      The `foreach' command (written in C shell) will notify you if
  392.      any of these stage 3 object files differs from those of stage 2.
  393.      On BSD systems, any difference, no matter how innocuous,
  394.      indicates that the stage 2 compiler has compiled GNU CC
  395.      incorrectly, and is therefore a potentially serious bug which
  396.      you should investigate and report (*note Bugs::.).
  397.  
  398.      On systems that use COFF object files, bytes 5 to 8 will always
  399.      be different, since it is a timestamp.  On these systems, you
  400.      can do the comparison as follows (in Bourne shell):
  401.  
  402.           for file in *.o; do
  403.           echo $file
  404.           tail +10 $file > foo1
  405.           tail +10 stage2/$file > foo2
  406.           cmp foo1 foo2
  407.           done
  408.  
  409.  10. Install the compiler driver, the compiler's passes and run-time
  410.      support.  You can use the following command:
  411.  
  412.           make install
  413.  
  414.      This copies the files `cc1', `cpp' and `gnulib' to files
  415.      `gcc-cc1', `gcc-cpp' and `gcc-gnulib' in directory
  416.      `/usr/local/lib', which is where the compiler driver program
  417.      looks for them.  It also copies the driver program `gcc' into
  418.      the directory `/usr/local/bin', so that it appears in typical
  419.      execution search paths.
  420.  
  421.      *Warning: there is a bug in `alloca' in the Sun library.  To
  422.      avoid this bug, install the binaries of GNU CC that were
  423.      compiled by GNU CC.  They use `alloca' as a built-in function
  424.      and never the one in the library.*
  425.  
  426.      *Warning: the GNU CPP may not work for `ioctl.h', `ttychars.h'
  427.      and other system header files unless the `-traditional' option
  428.      is used.*  The bug is in the header files: at least on some
  429.      machines, they rely on behavior that is incompatible with ANSI
  430.      C.  This behavior consists of substituting for macro argument
  431.      names when they appear inside of character constants.  The
  432.      `-traditional' option tells GNU CC to behave the way these
  433.      headers expect.
  434.  
  435.      Because of this problem, you might prefer to configure GNU CC to
  436.      use the system's own C preprocessor.  To do so, make the file
  437.      `/usr/local/lib/gcc-cpp' a link to `/lib/cpp'.
  438.  
  439.      Alternatively, on Sun systems and 4.3BSD at least, you can
  440.      correct the include files by running the shell script
  441.      `fixincludes'.  This installs modified, corrected copies of the
  442.      files `ioctl.h', `ttychars.h' and many others, in a special
  443.      directory where only GNU CC will normally look for them.  This
  444.      script will work on various systems because it chooses the files
  445.      by searching all the system headers for the problem cases that
  446.      we know about.
  447.  
  448. If you cannot install the compiler's passes and run-time support in
  449. `/usr/local/lib', you can alternatively use the `-B' option to
  450. specify a prefix by which they may be found.  The compiler
  451. concatenates the prefix with the names  `cpp', `cc1' and `gnulib'. 
  452. Thus, you can put the files in a directory `/usr/foo/gcc' and specify
  453. `-B/usr/foo/gcc/' when you run GNU CC.
  454.  
  455. Also, you can specify an alternative default directory for these
  456. files by setting the Make variable `libdir' when you make GNU CC.
  457.  
  458.  
  459. File: gcc.info,  Node: Other Dir,  Next: Sun Install,  Prev: Installation,  Up: Installation
  460.  
  461. Compilation in a Separate Directory
  462. ===================================
  463.  
  464. If you wish to build the object files and executables in a directory
  465. other than the one containing the source files, here is what you must
  466. do differently:
  467.  
  468.   1. Go to that directory before running `config.gcc':
  469.  
  470.           mkdir gcc-sun3
  471.           cd gcc-sun3
  472.  
  473.      On systems that do not support symbolic links, this directory
  474.      must be on the same file system as the source code directory.
  475.  
  476.   2. Specify where to find `config.gcc' when you run it:
  477.  
  478.           ../gcc-1.36/config.gcc ...
  479.  
  480.   3. Specify where to find the sources, as an argument to `config.gcc':
  481.  
  482.           ../gcc-1.36/config.gcc -srcdir=../gcc-1.36 sun3
  483.  
  484.      The `-srcdir=DIR' option is not needed when the source directory
  485.      is the parent of the current directory, because `config.gcc'
  486.      detects that case automatically.
  487.  
  488. Now, you can run `make' in that directory.  You need not repeat the
  489. configuration steps shown above, when ordinary source files change. 
  490. You must, however, run `config.gcc' again when the configuration
  491. files change, if your system does not support symbolic links.
  492.  
  493.  
  494. File: gcc.info,  Node: Sun Install,  Next: 3b1 Install,  Prev: Other Dir,  Up: Installation
  495.  
  496. Installing GNU CC on the Sun
  497. ============================
  498.  
  499. Make sure the environment variable `FLOAT_OPTION' is not set when you
  500. compile `gnulib'.  If this option were set to `f68881' when `gnulib'
  501. is compiled, the resulting code would demand to be linked with a
  502. special startup file and would not link properly without special
  503. pains.
  504.  
  505. There is a bug in `alloca' in certain versions of the Sun library. 
  506. To avoid this bug, install the binaries of GNU CC that were compiled
  507. by GNU CC.  They use `alloca' as a built-in function and never the
  508. one in the library.
  509.  
  510. Some versions of the Sun compiler crash when compiling GNU CC.  The
  511. problem is a segmentation fault in cpp.
  512.  
  513. This problem seems to be due to the bulk of data in the environment
  514. variables.  You may be able to avoid it by using the following
  515. command to compile GNU CC with Sun CC:
  516.  
  517.      make CC="TERMCAP=x OBJS=x LIBFUNCS=x STAGESTUFF=x cc"
  518.  
  519.  
  520. File: gcc.info,  Node: 3b1 Install,  Next: VMS Install,  Prev: Sun Install,  Up: Installation
  521.  
  522. Installing GNU CC on the 3b1
  523. ============================
  524.  
  525. Installing GNU CC on the 3b1 is difficult if you do not already have
  526. GNU CC running, due to bugs in the installed C compiler.  However,
  527. the following procedure might work.  We are unable to test it.
  528.  
  529.   1. Comment out the `#include "config.h"' line on line 37 of
  530.      `cccp.c' and do `make cpp'.  This makes a preliminary version of
  531.      GNU cpp.
  532.  
  533.   2. Save the old `/lib/cpp' and copy the preliminary GNU cpp to that
  534.      file name.
  535.  
  536.   3. Undo your change in `cccp.c', or reinstall the original version,
  537.      and do `make cpp' again.
  538.  
  539.   4. Copy this final version of GNU cpp into `/lib/cpp'.
  540.  
  541.   5. Replace every occurrence of `obstack_free' in `tree.c' with
  542.      `_obstack_free'.
  543.  
  544.   6. Run `make' to get the first-stage GNU CC.
  545.  
  546.   7. Reinstall the original version of `/lib/cpp'.
  547.  
  548.   8. Now you can compile GNU CC with itself and install it in the
  549.      normal fashion.
  550.  
  551. If you have installed an earlier version of GCC, you can compile the
  552. newer version with that.  However, you will run into trouble
  553. compiling `gnulib', since that is normally compiled with CC.  To
  554. solve the problem, uncomment this line in `Makefile':
  555.  
  556.      CCLIBFLAGS = -B/usr/local/lib/gcc- -tp -Wp,-traditional
  557.  
  558.  
  559. File: gcc.info,  Node: VMS Install,  Next: HPUX Install,  Prev: 3B1 Install,  Up: Installation
  560.  
  561. Installing GNU CC on VMS
  562. ========================
  563.  
  564. The VMS version of GNU CC is distributed in a backup saveset
  565. containing both source code and precompiled binaries.
  566.  
  567. To install the `gcc' command so you can use the compiler easily, in
  568. the same manner as you use the VMS C compiler, you must install the
  569. VMS CLD file for GNU CC as follows:
  570.  
  571.   1. Define the VMS logical names `GNU_CC' and `GNU_CC_INCLUDE' to
  572.      point to the directories where the GNU CC executables
  573.      (`gcc-cpp', `gcc-cc1', etc.) and the C include files are kept. 
  574.      This should be done with the commands:
  575.  
  576.           $ assign /super /system disk:[gcc.] gnu_cc
  577.           $ assign /super /system disk:[gcc.include.] gnu_cc_include
  578.  
  579.      with the appropriate disk and directory names.  These commands
  580.      can be placed in your system startup file so they will be
  581.      executed whenever the machine is rebooted.  You may, if you
  582.      choose, do this via the `GCC_INSTALL.COM' script in the `[GCC]'
  583.      directory.
  584.  
  585.   2. Install the `GCC' command with the command line:
  586.  
  587.           $ set command /table=sys$library:dcltables gnu_cc:[000000]gcc
  588.  
  589.   3. To install the help file, do the following:
  590.  
  591.           $ lib/help sys$library:helplib.hlb gcc.hlp
  592.  
  593.      Now you can invoke the compiler with a command like `gcc
  594.      /verbose file.c', which is equivalent to the command `gcc -v -c
  595.      file.c' in Unix.
  596.  
  597. We try to put corresponding binaries and sources on the VMS
  598. distribution tape.  But sometimes the binaries will be from an older
  599. version that the sources, because we don't always have time to update
  600. them.  (Use the `/verbose' option to determine the version number of
  601. the binaries and compare it with the source file `version.c' to tell
  602. whether this is so.)  In this case, you should use the binaries you
  603. get to recompile the sources.  If you must recompile, here is how:
  604.  
  605.   1. Copy the file `tm-vms.h' to `tm.h', `xm-vms.h' to `config.h',
  606.      `vax.md' to `md.' and `out-vax.c' to `aux-output.c'.  The files
  607.      to be copied are found in the subdirectory named `config'; they
  608.      should be copied to the main directory of GNU CC.
  609.  
  610.   2. Setup the logical names and command tables as defined above.  In
  611.      addition, define the vms logical name `GNU_BISON' to point at
  612.      the to the directories where the Bison executable is kept.  This
  613.      should be done with the command:
  614.  
  615.           $ assign /super /system disk:[bison.] gnu_bison
  616.  
  617.      You may, if you choose, use the `INSTALL_BISON.COM' script in
  618.      the `[BISON]' directory.
  619.  
  620.   3. Install the `BISON' command with the command line:
  621.  
  622.           $ set command /table=sys$library:dcltables gnu_bison:[000000]bison
  623.  
  624.   4. Type `@make' to do recompile everything.
  625.  
  626.      If you are compiling with a version of GNU CC older than 1.33,
  627.      specify `/DEFINE=("inline=")' as an option in all the
  628.      compilations.  This requires editing all the `gcc' commands in
  629.      `make-cc1.com'.  (The older versions had problems supporting
  630.      `inline'.)  Once you have a working 1.33 or newer GNU CC, you
  631.      can change this file back.
  632.  
  633. There is a known problem on VMS: `const' global variables don't work
  634. compatibly with the VMS C compiler; we don't know a way to get them
  635. to the linker properly.
  636.  
  637. Note that GNU CC on VMS does not generate debugging information to
  638. describe the program's symbols.  It is not straightforward to
  639. implement this, and we have no time to spend on it, but we might
  640. consent to install a very modular implementation if you write it. 
  641. You will probably have to modify GAS as well as GNU CC.
  642.  
  643.  
  644. File: gcc.info,  Node: HPUX Install,  Prev: VMS Install,  Up: Installation
  645.  
  646. Installing GNU CC on HPUX
  647. =========================
  648.  
  649. To install GNU CC on HPUX, you must start by editing the file
  650. `Makefile'.  Search for the string `HPUX' to find comments saying
  651. what to change.  You need to change some variable definitions and (if
  652. you are using GAS) some lines in the rule for the target `gnulib'.
  653.  
  654. To compile with the HPUX C compiler, you must specify get the file
  655. `alloca.c' from GNU Emacs.  Then, when you run `make', use this
  656. argument:
  657.  
  658.      make ALLOCA=alloca.o
  659.  
  660. When recompiling GNU CC with itself, do not define `ALLOCA'. 
  661. Instead, an `-I' option needs to be added to `CFLAGS' as follows:
  662.  
  663.      make CC=stage1/gcc CFLAGS="-g -O -Bstage1/ -I../binutils/hp-include"
  664.