Subject: wine-20001222
To: None <tech-pkg@netbsd.org>
From: Technolord <tld@arena.sci.univr.it>
List: tech-pkg
Date: 01/11/2001 13:25:44
While trying to compile the latest version of wine (and possibly pkg-ing
it) I had this error I couldn't overcome:

# gcc -shared -Wl,-soname,libcrtdll.so -Wl,-rpath,/usr/local/lib
-Wl,-Bsymbolic crtdll.spec.o console.o crtdll_main.o dir.o exit.o file.o
locale.o mbstring.o memory.o spawn.o string.o time.o wcstring.o -o
libcrtdll.so -L../../dlls -L../../library -lwine -L../../unicode
-lwine_unicode -lossaudio -li386 -lm -lutil -lc

crtdll.spec.o(.data+0x148): undefined reference to `ecvt'
crtdll.spec.o(.data+0x18c): undefined reference to `fcvt'
crtdll.spec.o(.data+0x1f4): undefined reference to `gcvt'
crtdll.spec.o: In function `__wine_stub_crtdll_wscanf':
/root/wine-20001222/dlls/crtdll/crtdll.spec.c:143: undefined reference to
`ecvt'
/root/wine-20001222/dlls/crtdll/crtdll.spec.c:143: undefined reference to
`fcvt'
/root/wine-20001222/dlls/crtdll/crtdll.spec.c:143: undefined reference to
`gcvt'
/root/wine-20001222/dlls/crtdll/crtdll.spec.c:143: undefined reference to
`ecvt'
/root/wine-20001222/dlls/crtdll/crtdll.spec.c:143: undefined reference to
`fcvt'
/root/wine-20001222/dlls/crtdll/crtdll.spec.c:143: undefined reference to
`gcvt'

apparently they should appear in libc (included).
Any pointers?

Thank you