Hi, there: I downloaded kernel 2029 today, and compiled it by using Turbo C 2.01. I found there is a error message like following:
cd ..\lib .... TLIB Version 2.01 ........ for %i in (*obj) do ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT %i Fatal: Unable to execute command: for ......... I do not know it is a bug of 'makefile' or not, but after I modified the partial of "..\lib\makefile", the kernel can be compiled without problem, and it also can boot. What did I do just expand the 'for' loop. and mark the 'for' loop like following: # for %i in (*.obj) do ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT %i ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT lxmul.obj ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT ldiv.obj ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT lrsh.obj ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT llsh.obj ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT lursh.obj Thanks Mr. Bart for fixing Turbo C(++) compiler's problem, so that I am able to Turbo C now. Also thanks for those people who try to make FreeDOS better and better. Lin ==^================================================================ This email was sent to: [EMAIL PROTECTED] EASY UNSUBSCRIBE click here: http://topica.com/u/?b1ddyi.b3hwCs.YXJjaGl2 Or send an email to: [EMAIL PROTECTED] TOPICA - Start your own email discussion group. FREE! http://www.topica.com/partner/tag02/create/index2.html ==^================================================================
