Brief rebuilding instructions There are so many people, which would like to see source distribution that I release this version for previewing. There are some thing, you must be notified of to build the package : - this distribtion DOESN'T (hmmm... shouldn't) builds with djgpp versions prior v2.02 and gcc prior v2.8.1, because it supports and requires exceptions, so libs and compiler must match. If someone want to use it with v2.01 (which is still official release) and experience trouble building - contact me, I will try to help. - You should at least build DLM manager (in dir dlmman) and DLM stub with libc.dlm (in dir dlmstub). You should have at least few megs of free HDD space, it is used temporarily while building libc.dlm. Also, take a look at the end of dlmstub/makefile - check if dirs match. Makefiles are preconfigured for standard djgpp directories layout and for djgpp v2.02 & gcc 2.8.1 - After you get dlmman/dlmman.exe, dlmstub/dlmstub.exe and dlmstub/libc.dlm you can 'make install' in this dirs. Then, you should get in your contrib/dlm20 directory the "ready to copy" structure of dirs. Copy them (except sources) onto djgpp root dir. Then all parts will be on their right place. Also add lines from dlm.env to your djgpp.env or set appropriate variables in environment. - Try to make exception's test program. If all goes well - have fun! If not - try to localize the problem and contact me. Sincerely yours, Ilya Ryzhenkov orangy@inetlab.com