John Coppens <john@xxxxxxxxxxxx> writes: > make[1]: Entering directory `/home/jcoppens/wine-1.2/tools/widl' > gcc -m32 -g -O2 -o widl client.o expr.o hash.o header.o proxy.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 > parser.yy.o: In function `do_import': > /home/jcoppens/wine-1.2/tools/widl/parser.l:477: undefined reference to > `mkstemps' > > I found out this should come from libiberty, which is present as a static > library (probably ok, as the rest of the above links static?). No, mkstemps is in libwine_port.a, you shouldn't need any external library. -- Alexandre Julliard julliard@xxxxxxxxxx