------------------------------8<----------------------------------
# How to pass a linker flag through the compiler.
acl_cv_wl=""
# Static library suffix (normally "a").
acl_cv_libext="a"
# Shared library suffix (normally "so").
acl_cv_shlibext=""
# Flag to hardcode $libdir into a binary during linking.
# This must work even if $libdir does not exist.
acl_cv_hardcode_libdir_flag_spec=""
# Whether we need a single -rpath flag with a separated argument.
acl_cv_hardcode_libdir_separator=""
# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
# resulting binary.
acl_cv_hardcode_direct="no"
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
# resulting binary.
acl_cv_hardcode_minus_L="no"
# Compile-time system search path for libraries
acl_cv_sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
# Run-time system search path for libraries
acl_cv_sys_lib_dlsearch_path_spec="/lib /usr/lib"
------------------------------8<----------------------------------
libtool will want to link the 64bit objects against 32bit libraries..
Robert
Fix:
excluding the section "checking for shared library run path origin... "
from configure seems to solve the linking problem.
Owner: ellson
Status: *