if you use watcom c, and are having trouble compiling, here's a hint from the freedos-devel mailing list: >> Try these lines: >> >> wcc -ml -i=c:\\WATCOM\h -i=c:\freedos\source\INC hworld.c >> wlink @owlink.wcl >> >> where owlink.wcl is: >> === >> system dos >> option map >> option stack=8192 >> name hworld.exe >> file hworld >> libpath c:\freedos\source\lib >> libpath c:\watcom\lib286 >> libpath c:\watcom\lib286\dos >> library dflatplo.lib >> library dtool2lo.lib >> === >> >> And it works for me. > > Works also for me. :)