gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 24b05e1: Notice to add prefix/lib to LD_LIBRAR


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 24b05e1: Notice to add prefix/lib to LD_LIBRARY_PATH
Date: Thu, 27 Oct 2016 23:07:05 +0000 (UTC)

branch: master
commit 24b05e1bb3cb0e866d6422fd5fb08b93e5110bc3
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Notice to add prefix/lib to LD_LIBRARY_PATH
    
    In the final success message (after `make install') a line was added to
    remind the users to add `$(prefix)/lib' to their `LD_LIBRARY_PATH'. It is
    necessary for the programs that want to link to Gnuastro's library,
    including Gnuastro's programs themselves.
---
 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 6af8680..e79fa30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -236,6 +236,7 @@ install-exec-local:
         echo;                                                                  
     \
         echo "Environment variables to check: ";                               
     \
         echo "  - '$(prefix)/bin' in PATH.";                                   
     \
+        echo "  - '$(prefix)/lib' in LD_LIBRARY_PATH.";                        
     \
         echo "(for an intro, run 'info gnuastro \"Installation directory\"')"; 
     \
         echo;                                                                  
     \
         echo;                                                                  
     \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]