http://bugs.winehq.org/show_bug.cgi?id=11261
Summary: ./configure problem on Debian Testing Product: Wine Version: 0.9.53. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: roman@rm.pp.ru
Created an attachment (id=10360) --> (http://bugs.winehq.org/attachment.cgi?id=10360) Complete config.log
At the end of ./configure I get some errors about development files not being present. But actually, all the corresponding development packages are installed on the system.
I get these errors: -- configure: libxcomposite development files not found, Xcomposite won't be supported. configure: libhal development files not found, no dynamic device support. configure: lib(n)curses development files not found, curses won't be supported. configure: libcapi20 development files not found, ISDN won't be supported. configure: libcups development files not found, CUPS won't be supported. configure: OpenSSL development files not found, SSL won't be supported. configure: libpng development files not found, PNG won't be supported. --
For example, about libXcomposite the configure log says:
-- configure:10523: gcc -m32 -o conftest -g -O2 conftest.c -lXcomposite -lXext -lX11 >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libXcomposite.so when searching for -lXcomposite /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libXcomposite.a when searching for -lXcomposite /usr/bin/ld: skipping incompatible /usr/bin/../lib/libXcomposite.so when searching for -lXcomposite /usr/bin/ld: skipping incompatible /usr/bin/../lib/libXcomposite.a when searching for -lXcomposite /usr/bin/ld: skipping incompatible /usr/lib/libXcomposite.so when searching for -lXcomposite /usr/bin/ld: skipping incompatible /usr/lib/libXcomposite.a when searching for -lXcomposite /usr/bin/ld: cannot find -lXcomposite collect2: ld returned 1 exit status --
Why is this so?
http://bugs.winehq.org/show_bug.cgi?id=11261
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kgbricola@web.de
--- Comment #1 from Rico kgbricola@web.de 2008-01-19 07:13:16 --- Could you have a look here http://wiki.winehq.org/WineOn64bit . Try to create the sysmlinks if they aren't present.
http://bugs.winehq.org/show_bug.cgi?id=11261
Kai Blin blin@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Kai Blin blin@gmx.net 2008-01-19 07:16:43 --- You probably don't have the 32-bit libs installed. Please check http://wiki.winehq.org/WineOn64bit for instructions and reopen this bug if they don't help.
http://bugs.winehq.org/show_bug.cgi?id=11261
--- Comment #3 from Roman Mamedov roman@rm.pp.ru 2008-01-19 07:44:26 --- 32-bit libraries are installed. All the recommended dev packages too.
I have four wine tarballs here: - wine-0.9.43.tar.bz2 - wine-0.9.51.tar.bz2 - wine-0.9.52.tar.bz2 - wine-0.9.53.tar.bz2
I have unpacked each one into a clean folder, and did ./configure on each.
Of these, only 0.9.53 gave the described errors at the end of ./configure.
I believe this is not a normal situation or anything specific to my system, so the bug should be reopened.
http://bugs.winehq.org/show_bug.cgi?id=11261
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-19 09:54:30 --- Debian does not provide the listed missing 32-bit compatibility libraries, I have the same problem in 64-bit Ubuntu Feisty. Please report this to Debian maintainers.