Hi,
when buildng base on windows I get this:
Linking library libgnustep-base ...
Creating library file: ./obj/libgnustep-base.dll.a
obj/libgnustep-base.obj/NSPropertyList.m.o: In function `parsePlItem':
G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSPropertyList.m:
1151: undefined reference to `__strtoui64'
obj/libgnustep-base.obj/NSString.m.o: In function
`_i_NSString__intValue':
G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSString.m:3355:
undefined reference to `__strtoui64'
obj/libgnustep-base.obj/NSString.m.o: In function
`_i_NSString__integerValue':
G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSString.m:3380:
undefined reference to `__strtoui64'
obj/libgnustep-base.obj/NSString.m.o: In function
`_i_NSString__longLongValue':
G:/GNUstep/home/multix/gnustep-cvs/devmodules/core/base/Source/NSString.m:3405:
undefined reference to `__strtoui64'
collect2: ld returned 1 exit status
make[4]: *** [obj/libgnustep-base.dll.a] Error 1
ideas?
Riccardo