http://bugs.winehq.org/show_bug.cgi?id=14820
Markus Elfring Markus.Elfring@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | Summary|Check for FreeType 2 fails |Failing link checks for some | |libraries
--- Comment #4 from Markus Elfring Markus.Elfring@web.de 2008-08-10 15:00:27 --- I have got the impression that a few configuration checks fail despite 32 and 64 Bit libraries are installed for corresponding software components on my system. I have added the links that were listed in the section "Building WINE on 64bit SUSE".
elfring@Sonne:~/Projekte/Wine/trunk> ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib [...] checking for up-to-date OpenGL version... yes checking for -lGL... libGL.so.1 checking for -lGLU... not found [...] checking for -lncurses... not found [...] config.status: executing include/wine commands
configure: libGLU development files not found, GLU won't be supported. configure: lib(n)curses development files not found, curses won't be supported. configure: fontconfig development files not found, fontconfig won't be supported.
configure: WARNING: libxslt development files not found, xslt won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
Will the linker (from gcc 4.3.1) need any additional help to resolve dependencies during the "configure process"?