Lines Matching refs:blibpath
491 AC_MSG_CHECKING([how to specify blibpath for linker ($LD)])
492 if (test -z "$blibpath"); then
493 blibpath="/usr/lib:/lib"
497 flags="-Wl,-blibpath: -Wl,-rpath, -blibpath:"
499 flags="-blibpath: -Wl,-blibpath: -Wl,-rpath,"
503 LDFLAGS="$saved_LDFLAGS $tryflags$blibpath"
510 AC_MSG_ERROR([*** must be able to specify blibpath on AIX - check config.log])
4068 if test ! -z "$blibpath" ; then
4069 blibpath="$blibpath:${KRB5ROOT}/lib"
4794 if test ! -z "$blibpath" ; then
4795 LDFLAGS="$LDFLAGS $blibflags$blibpath"
4796 AC_MSG_WARN([Please check and edit blibpath in LDFLAGS in Makefile])