http://bugs.winehq.org/show_bug.cgi?id=8607 ------- Additional Comments From wine(a)eternaldusk.com 2007-06-06 23:03 ------- That sounded like a likely cause (thanks for suggesting I look at that). But, when I ran the verbose configure, I only saw a couple of missing libraries, none of which seemed likely to be having this effect (libcapi20-dev, libsane-dev, libgphoto-dev, libldap-dev). I went ahead and installed them anyway, in case I was mistaken, and cleaned/retested. The results are unfortunately still the same. :\ Here's a diff I did of the two verbose configures. Nothing jumps out as a definite problem to me. ***[< = 64bit, > = 32bit]*** evil(a)pluto:~$ diff src/c_verbose_64-2.txt src/c_verbose_32-5.txt 24c24 < checking for IceConnectionNumber in -lICE... no ---
checking for IceConnectionNumber in -lICE... yes 409,410c409,410 < checking for XF86VidModeQueryExtension in -lXxf86vm... no < checking for XRenderSetPictureTransform in -lXrender... no
checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRenderSetPictureTransform in -lXrender... yes 422c422,423 < checking for AuCreateFlow in -laudio... no
checking for AuCreateFlow in -laudio... yes checking for XauGetBestAuthByAddr in -lXau... yes 426,428c427,429 < checking for xmlParseMemory in -lxml2... no < checking for xmlReadMemory in -lxml2... no < checking for xmlNewDocPI in -lxml2... no
checking for xmlParseMemory in -lxml2... yes checking for xmlReadMemory in -lxml2... yes checking for xmlNewDocPI in -lxml2... yes 430c431 < checking for xsltCompilePattern in -lxslt... no
checking for xsltCompilePattern in -lxslt... yes 432c433 < checking for xsltCompilePattern in -lxslt... (cached) no
checking for xsltCompilePattern in -lxslt... (cached) yes 439c440,441 < checking for libhal_ctx_new in -lhal... no
checking for libhal_ctx_new in -lhal... yes checking for dbus_connection_close in -ldbus-1... yes 451,452c453,454 < checking for gp_camera_new in -lgphoto2... no < checking whether can link with ICU libraries... no
checking for gp_camera_new in -lgphoto2... yes checking whether can link with ICU libraries... yes 454,459c456,462 < checking for cmsOpenProfileFromFile in -llcms... no < checking for ldap_initialize in -lldap_r... no < checking for ldap_count_references... no < checking for ldap_first_reference... no < checking for ldap_next_reference... no < checking for ldap_parse_reference... no
checking for cmsOpenProfileFromFile in -llcms... yes checking for ldap_initialize in -lldap_r... yes checking for ber_init in -llber... yes checking for ldap_count_references... yes checking for ldap_first_reference... yes checking for ldap_next_reference... yes checking for ldap_parse_reference... yes 486c489 < checking for esd_open_sound in -lesd... no
checking for esd_open_sound in -lesd... yes 488c491 < checking for capi20_register in -lcapi20... no
checking for capi20_register in -lcapi20... yes 529,533c532,536 < checking for -lXi soname... libXi.so < checking for -lXinerama soname... libXinerama.so < checking for -lXrender soname... libXrender.so < checking for -lXrandr soname... libXrandr.so < checking for -lXcursor soname... libXcursor.so
checking for -lXi soname... libXi.so.6 checking for -lXinerama soname... libXinerama.so.1 checking for -lXrender soname... libXrender.so.1 checking for -lXrandr soname... libXrandr.so.2 checking for -lXcursor soname... libXcursor.so.1 536c539 < checking for -lhal soname... libhal.so
checking for -lhal soname... libhal.so.1 538c541 < checking for -lcups soname... libcups.so
checking for -lcups soname... libcups.so.2 540,542c543,545 < checking for -lfontconfig soname... libfontconfig.so < checking for -lssl soname... libssl.so < checking for -lcrypto soname... libcrypto.so
checking for -lfontconfig soname... libfontconfig.so.1 checking for -lssl soname... libssl.so.0.9.8 checking for -lcrypto soname... libcrypto.so.0.9.8 545,547c548,550 < checking for -ljpeg soname... libjpeg.so < checking for -lcapi20 soname... libcapi20.so < checking for -lsane soname... libsane.so
checking for -ljpeg soname... libjpeg.so.62 checking for -lcapi20 soname... libcapi20.so.3 checking for -lsane soname... libsane.so.1
I think I'll go sleep on it for a while... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.