SYSDEP = -DDOSA significant incentive for you to install djgpp and compile FASTLINK for yourselves is that you will get to try the "fast" version of FASTLINK for 2 and 3 point runs. The executables we distribute are for the "slow" version of FASTLINK, which is still measurably faster than LINKAGE.
Start at the prompt in the drive you wish to install djgpp in e.g.,
[Drive letter]:\>You need to make a directory to put the compiler in, such as,
[Drive letter]:\djgpp (the compiler name is djgpp).To do this Type "md djgpp" (here and in all cases do not type the "") Retrieving files from the ftp repository.
ftp oak.oakland.edu
You should get a login prompt. Although you do not have an account
with this computer you can log in as anonymous. (Many computers on the
net allow access to the general public this way)
type - "anonymous"
At the password prompt, type in your full e-mail address.
To retrieve these files use the get command (before using you must set to binary transfer rather then ascii), do this by typing "bin".
"get filename" (ex: get split.exe)
When done type "quit" to exit archive.
As you can see most of the files you retrieve are zip files. You should use the program unzip386.exe which you will have retrieved to unzip them. Different versions of unzip have been unsuccessful at unzipping these files. To unzip files type unzip386 filename.zip (you only need to unzip .zip files)
ex:unzip386 djeoe112.zip
setdjgpp [Drive letter]:\djgpp [Drive letter]:/djgppwhere [Drive letter]:\djgpp is the directory where DJGPP has been installed. If it is installed at a different location change the above command accordingly. This step is needed since DJGPP works and behaves like a Unix compiler. As such the Makefile from the Unix version can be used directly.
make installslow -f makefileThis will create the files ilink. lodscore, linkmap, and mlink.
coff2exe -s [Drive letter]:\djgpp\bin\go32.exe ilink lodscore mlink linkmap
If the compilation cannot find certain library functions it is either because: