Changes between Version 8 and Version 9 of BuildNom


Ignore:
Timestamp:
Jan 26, 2008, 10:09:39 AM (16 years ago)
Author:
cinc
Comment:

Some information about environment variables

Legend:

Unmodified
Added
Removed
Modified
  • BuildNom

    v8 v9  
    1313 * [http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=make+3.81&stype=all&sort=type&dir=%2Fpub%2Fos2 GNU make V3.81r1] (other versions may or may not work)
    1414 * [http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=glib&stype=all&sort=type&dir=%2Fpub%2Fos2 GLIB V2.6.5] libs and headers (or possibly any later version)
    15  * A *nix alike shell. Look here for a version of ash which may suit your needs: [ftp://ftp.netlabs.org/pub/libc/alpha/]
     15 * A *nix alike shell. Look here for a version of ash which may (or may not) suit your needs: [ftp://ftp.netlabs.org/pub/libc/alpha/]
    1616 * The GNU file utilities like cp, rm,... [ftp://ftp.netlabs.org/pub/libc/alpha/]
    1717 * GNU text utilities
     
    5656 1. Run ''make''
    5757
     58Note that this is a typical *nix package. Having a sane build environment is key to success. Failing 'configure' is not a rare thing but more or less the rule.
     59
     60Be sure to have several different releases of '''gmake''' around for trying.
     61
     62Be sure to have several different '''autoconf''' packages around to recreate the configure script if necessary.
     63
     64Set the config.sys variables properly according to the various readme files. The following environment variables may be useful for you:
     65
     66 * SET MAKESHELL=...
     67 * SET MAKE_SHELL=...
     68 * SET CONFIG_SHELL=...
     69 * SET CONFIG_SITE=...
     70 * SET UNIXROOT=<drive letter with your *nix stuff>
     71 * SET M4=...
     72 * SET AC_PREFIX=...
     73
     74
    5875
    5976=== IDL Compiler ===