<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
There are no 'without' messages. There are several like this:<br>
<br>
checking for _pclose... no<br>
checking for _popen... no<br>
checking for _snprintf... no<br>
checking for _spawnvp... no<br>
checking for _strdup... no<br>
checking for _stricmp... no<br>
checking for _strnicmp... no<br>
checking for _vsnprintf... no<br>
checking for chsize... no<br>
checking for dlopen... no<br>
checking for fpclass... no<br>
checking for gettid... no<br>
checking for kqueue... no<br>
checking for rfork... no<br>
checking for spawnvp... no<br>
checking for thr_kill2... no<br>
<br>
checking for i586-mingw32-gcc... no<br>
checking for i386-mingw32-gcc... no<br>
checking for mingw32-gcc... no<br>
checking for mingw-gcc... no<br>
checking for i586-mingw32msvc-dlltool... no<br>
checking for i386-mingw32msvc-dlltool... no<br>
checking for i686-mingw32-dlltool... no<br>
checking for i586-mingw32-dlltool... no<br>
checking for i386-mingw32-dlltool... no<br>
checking for mingw32-dlltool... no<br>
checking for mingw-dlltool... no<br>
checking for i586-mingw32msvc-windres... no<br>
checking for i386-mingw32msvc-windres... no<br>
checking for i686-mingw32-windres... no<br>
checking for i586-mingw32-windres... no<br>
checking for i386-mingw32-windres... no<br>
checking for mingw32-windres... no<br>
checking for mingw-windres... no<br>
checking for i586-mingw32msvc-ar... no<br>
checking for i386-mingw32msvc-ar... no<br>
checking for i686-mingw32-ar... no<br>
checking for i586-mingw32-ar... no<br>
checking for i386-mingw32-ar... no<br>
checking for mingw32-ar... no<br>
checking for mingw-ar... no<br>
checking audio/audiolib.h usability... no<br>
checking audio/audiolib.h presence... no<br>
checking for audio/audiolib.h... no<br>
checking for ldap_parse_sortresponse_control... no<br>
checking for ldap_parse_vlvresponse_control... no<br>
checking for freetype/ftnames.h... no<br>
checking for freetype/internal/sfnt.h... no<br>
checking for pthread_attr_get_np... no<br>
checking for pthread_get_stackaddr_np... no<br>
checking for pthread_get_stacksize_np... no<br>
checking for gcc strength-reduce bug... no<br>
<br>
Thanks Dan <br>
<br>
<br>
<br>
L. Rahyen wrote:
<blockquote cite="mid:200712190533.55356.research@science.su"
 type="cite">
  <pre wrap="">On Wednesday December 19 2007 04:52, Dan Sawyer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">All that does is produce the same list. How can the missing packages be
identified?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
        It should print warning(s) at the end if you have missing package(s). For 
example if you run this command in the root of the WINE source directory:

./configure --verbose

        And have at the end this output (this is just an example):

...
config.status: executing dlls/user32/resources commands
config.status: executing dlls/wineps.drv/data commands
config.status: executing include/wine commands

configure: libhal development files not found.
Wine will be built without dynamic device support. (explorer.exe)

configure: libsane development files not found.
Wine will be built without scanner support. (sane.ds/twain_32.dll)

configure: libgphoto2 development files not found.
Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)

configure: libldap (OpenLDAP) development files not found.
Wine will be built without LDAP support. (wldap32.dll)

configure: libcapi20 development files not found.
Wine will be built without ISDN support. (capi2032.dll)

configure: libcups development files not found.
Wine will be built without CUPS support.

configure: libpng development files not found.
Wine will be built without PNG support. (oleaut32.dll)

Configure finished.  Do 'make depend &amp;&amp; make' to compile Wine.

        Then that means you have no HAL, SANE, CUPS, PNG and some other 32-bit 
libraries and corresponding functionality will be unavailable in your WINE 
build. Of course you may (and should) install these packages to get rid of 
these warnings.
        If you have no warning(s) like in example above then you have all *necessary* 
32-bit packages to build WINE properly (at least theoretically).
        If your problem still isn't solved then explain what exactly doesn't work for 
you: what you are trying to do, what errors you get as a result?

  </pre>
</blockquote>
</body>
</html>