Changes between Version 8 and Version 9 of BuildNom
- Timestamp:
- Jan 26, 2008, 11:09:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildNom
v8 v9 13 13 * [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) 14 14 * [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/] 16 16 * The GNU file utilities like cp, rm,... [ftp://ftp.netlabs.org/pub/libc/alpha/] 17 17 * GNU text utilities … … 56 56 1. Run ''make'' 57 57 58 Note 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 60 Be sure to have several different releases of '''gmake''' around for trying. 61 62 Be sure to have several different '''autoconf''' packages around to recreate the configure script if necessary. 63 64 Set 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 58 75 59 76 === IDL Compiler ===