There is a laptop on which I have no root privilege.
onto the machine I have a library installed using configure --prefix=$HOME/.usr .
configure --prefix=$HOME/.usr
after that,
Should it be LIBRARY_PATH instead of LD_LIBRARY_PATH. gcc checks for LIBRARY_PATH which can be seen with -v option
LIBRARY_PATH
LD_LIBRARY_PATH
-v