From edee3c3293935604d227e67de1aa1ca9b33e61b6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Jun 2012 14:05:49 +0000 Subject: [PATCH] more info when linux build goes wrong git-svn-id: svn://localhost/ardour2/branches/3.0@12523 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index b7a1f6c6a6..6c2a257402 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -410,6 +410,7 @@ while [ true ] ; do if test "not" = ${dep}; then echo "" echo "!!! ERROR !!! - Missing dependant library for $file." + echo "Searched: " $OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} echo "" (LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file) echo "" -- 2.30.2