Compile root error

bin/rmkdepend.exe -R -fcint/cint/lib/G__c_stdfunc.d -Y -w 1000 –
-nologo -Ibuild/win -FIw32pragma.h -FIsehmap.h -MD -G5 -EHsc- -DG__HA
VE_CONFIG -DG__NOMAKEINFO -DG__CINTBODY -Icint/cint/inc -Icint/cint/src -Icint/c
int/src/dict -I. -DG__SYSTYPES_H -Icint/cint/lib/prec_stl
-Icint/cint/stl -Icint/cint/inc – cint/cint/lib/G__c_stdfunc.c
cl.exe -nologo -Ibuild/win -FIw32pragma.h -FIsehmap.h -MD -G5 -EHsc- -DG__HAVE_
CONFIG -DG__NOMAKEINFO -DG__CINTBODY -Icint/cint/inc -Icint/cint/src -Icint/cint
/src/dict -I. -DG__SYSTYPES_H -I. -Icint/cint/inc -Focint/cint/lib/G__c_stdfunc
.o -c cint/cint/lib/G__c_stdfunc.c
G__c_stdfunc.c
bin/bindexplib stdfunc cint/cint/lib/G__c_stdfunc.o > cint/cint/include/stdfunc.
def
lib -ignore:4049,4206,4217,4221 -nologo -MACHINE:IX86 -out:cint/cint/include/std
func.lib cint/cint/lib/G__c_stdfunc.o -def:cint/cint/include/stdfunc.def
creating lib cint/cint/include/stdfunc.lib and object cint/cint/include/stdfunc.exp

build/win/ld.sh -DLL -nologo -ignore:4049,4075,4217,4221 -incremental:no -o cint
/cint/include/stdfunc.dll cint/cint/lib/G__c_stdfunc.o cint/cint/include/stdfunc
.exp lib/libCore.lib lib/libCint.lib kernel32.lib advapi32.lib user32.lib gdi32.
lib comdlg32.lib winspool.lib comctl32.lib
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__fgets ,the symbols is referenced in _G__stdfunc__0_26
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__fputc ,the symbols is referenced in _G__stdfunc__0_30
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__fputs ,the symbols is referenced in _G__stdfunc__0_31
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__gets ,the symbols is referenced in _G__stdfunc__0_42
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__putchar ,the symbols is referenced in _G__stdfunc__0_76
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__puts ,the symbols is referenced in _G__stdfunc__0_77
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__system ,the symbols is referenced in _G__stdfunc__0_112
G__c_stdfunc.o : error LNK2019: Unable to resolve external symbols _G__tmpfile ,the symbols is referenced in _G__stdfunc__0_116

cint/cint/include/stdfunc.dll : fatal error LNK1120:make: *** [cint/cint/include/stdfunc.dll] Error 96:8 external command
can not resolve

Hi Lucky!

I have fixed it a few hours ago, sorry about breaking it.

Axel.