http://bugs.winehq.org/show_bug.cgi?id=9864
--- Comment #23 from Austin English austinenglish@gmail.com 2008-08-05 18:58:18 --- (In reply to comment #22)
Ok thanks for that - now the compile fails with;
/home/mike/wine-git/dlls/wldap32/parse.c:420: undefined reference to `ldap_parse_vlv_control' /home/mike/wine-git/dlls/wldap32/parse.c:420: undefined reference to `ldap_parse_vlv_control' parse.o: In function `ldap_parse_sort_controlW': /home/mike/wine-git/dlls/wldap32/parse.c:339: undefined reference to `ldap_parse_sort_control' collect2: ld returned 1 exit status winegcc: ccache failed. make[2]: *** [wldap32.dll.so] Error 2 make[2]: Leaving directory `/home/mike/wine-git/dlls/wldap32' make[1]: *** [wldap32] Error 2
Any help appreciated.
Thanks
Try running ./configure && make clean && make depend
first, then run make