You seem to have the current working directory in yourLD_LIBRARY_PATH environment variable. This do

You seem to have the current working directory in your
LD_LIBRARY_PATH environment variable. This doesn't work.
support/dependencies/dependencies.mk:27: recipe for target 'dependencies' failed

解决方法:

$ LD_LIBRARY_PATH=
$ echo $LD_LIBRARY_PATH

恢复方法:

source /etc/profile