Hi, > But now, I want to know what kind of C > compiler will spend less time for compiling. TC is faster, but who cares ?
> This time I tried Turbo C++ 1.01. with nasm098p. One error message > will appeare on my screen: > > Borland MAKE v3.0 ................... > ............... > C:\turbocpp\bin\tlink /m/c @kernel.res; > Trubo Link version 3.01 ............... > Error: Undefined Symbol N_LXMUL@ in module dsk.c you are linking against wrong LIBM.LIB, which contains compiler support functions (long mul, long div,...) delete it, it should be build automatically (from c:\tc\lib\cs.lib). tom ==^================================================================ 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 ==^================================================================
