[Wine] Libiberty/mkstemps compile problem

Alexandre Julliard julliard at winehq.org
Wed Jul 28 13:26:37 CDT 2010


John Coppens <john at jcoppens.com> 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 at winehq.org



More information about the wine-users mailing list