On Mon, 7 Apr 2003, Adam Gundy wrote:
/usr/bin/gcc -shared -Wl,-Bsymbolic,-z,defs msvcrtd.spec.o debug.o msvcrtd.dll.dbg.o -o msvcrtd.dll.so -L../../dlls -L../../libs/wine -lwine -L../../libs/port -lwine_port -lm -lc msvcrtd.spec.o: In function `__wine_spec_exports_funcs': msvcrtd.spec.o(.data+0x3a8): undefined reference to `ecvt' msvcrtd.spec.o(.data+0x3f8): undefined reference to `fcvt' msvcrtd.spec.o(.data+0x474): undefined reference to `gcvt' msvcrtd.spec.o: In function `__wine_spec_forwards':
I suspect my regex(s) for converting msvcrt.spec into msvcrtd.spec didn't work correctly for these functions - can you try the attached patch to see if it fixes the problems.
That works like a charm, thanks!
Alexandre, can you please put in Adam's patch before the next snapshot?
Thanks, Gerald