Hello people.
Somewhat hardheaded, and after doing so for years without problems, I
started to compile wine 1.2 for my 86_64 system. Configuration went well,
but compilation aborted on:
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?).
Recompiling libiberty from the binutils with --enable-static doesn't do
it - that option is not recognized (though it does appear several times
in configure)
I checked parser.l, and it didn't have an #include for libiberty. Tried
to add it, but this caused flex to fail.
I'll probably end up installing the binary, but this has be somewhat
miffed.
Any suggestions?
John
Libiberty/mkstemps compile problem
Libiberty/mkstemps compile problem
John Coppens <[email protected]> writes:
library.
--
Alexandre Julliard
[email protected]
No, mkstemps is in libwine_port.a, you shouldn't need any externalmake[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?).
library.
--
Alexandre Julliard
[email protected]
Libiberty/mkstemps compile problem
On Wed, 28 Jul 2010 20:26:37 +0200
Alexandre Julliard <[email protected]> wrote:
I'll try to compile Wine again. Strange, I just unpacked, and called the
install script as advertised.
John
Alexandre Julliard <[email protected]> wrote:
John Coppens <[email protected]> writes:
Thanks Alexandre,No, mkstemps is in libwine_port.a, you shouldn't need any externalI found out this should come from libiberty, which is present as a
static library (probably ok, as the rest of the above links static?).
library.
I'll try to compile Wine again. Strange, I just unpacked, and called the
install script as advertised.
John