- Go to your system's Mstools folder and copy Link32.exe to Link.exe.
- Customize your environment. Some of the variables that you will need to set are:
MAKEPATH=location of default make rules
PATH=location of cc executables
POSIX_INC=location(s) of default include files
POSIX_LIB=location of default libraries
SHELL=full path of Korn shell
Notes These variables need to contain POSIX-style paths, not NTFS-style paths; yet the only paths that need to be added by using the System icon in Control Panel are POSIX_INC and POSIX_LIB. The best place to enter the other variables is in your profile file (the file pointed to by the ENV environment variable). Also:
- The MAKEPATH variable needs to contain the folder where the default make rules files (that is, the contents of the Mk-rules.zip archive) are installed.
- The PATH variable needs to include the folder where the cc executables reside, in order to be able to run them from anywhere.
- The POSIX_INC variable needs to have the location(s) of the default include files. If more than one folder is required in POSIX_INC, then separate the folders with colons. Order is significant; folders listed first will be searched first.
- The POSIX_LIB variable needs to be set to the location of the default libraries. The SHELL variable needs to point to the full path of the Korn shell executable (including any .exe extention).