https://bugs.winehq.org/show_bug.cgi?id=36511
Bug ID: 36511 Summary: widl fails to build with clang -fsanitize=undefined Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: tools Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
make[1]: Entering directory `/home/austin/src/wine-clang/tools/widl' clang -fsanitize=undefined -m32 -g -O2 -o widl client.o expr.o hash.o header.o proxy.o register.o server.o typegen.o typelib.o typetree.o utils.o widl.o write_msft.o parser.tab.o parser.yy.o ../../libs/wpp/libwpp.a ../../libs/port/libwine_port.a ../../libs/wpp/libwpp.a(ppy.tab.o): In function `ppy_parse': /home/austin/src/wine-clang/libs/wpp/ppy.y:397: undefined reference to `__mulodi4' /home/austin/src/wine-clang/libs/wpp/ppy.y:397: undefined reference to `__mulodi4' /home/austin/src/wine-clang/libs/wpp/ppy.y:397: undefined reference to `__mulodi4' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [widl] Error 1 make[1]: Leaving directory `/home/austin/src/wine-clang/tools/widl' make: *** [tools/widl] Error 2