[Home] [Download] [Install] [Usage] [Example] [FAQ]

Download of Pgbash

From this page, the source file can be downloaded. To install, Bash original source file(bash-2.05.tar.gz) and Pgbash source file(pgbash-7.3.tar.gz) are required.


Pgbash


Other tools
    When installing Pgbash from a source file, GNU make (gmake), gcc, bison and flex are required.

  • gmake

    Please input 'make --version' and check the make version.
    > make --version
    GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
    
    Thus, gmake will be installed when "GNU" is displayed at a head. When GNU make is not installed, please download from the next.

    ftp://ftp.gnu.org/gnu/make/make-3.79.tar.gz

    Installation is performed as follows.

    1. tar xfz make-3.79.tar.gz
    2. cd make-3.79
    3. ./configure
    4. make
    5. make install

  • gcc, bison, flex

    Please check that each tool is installed.

    > gcc -v
    gcc version 2.7.2.1
    > bison --version
    GNU Bison version 1.25
    > flex --version
    flex version 2.5.4

    The version of each tool is O.K., if it is new or same as the version shown above. (I think that it is O.K. if it is compiled normally, even if the tool is older than the above-mentioned.)

[Home] [Download] [Install] [Usage] [Example] [FAQ]