gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 7014832: Book: typo corrected in value given t


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 7014832: Book: typo corrected in value given to LDFLAGS
Date: Fri, 10 May 2019 12:53:04 -0400 (EDT)

branch: master
commit 70148323dfe13728aee6e96720745e5fa58635e4
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Book: typo corrected in value given to LDFLAGS
    
    In one of cartouches, we had mistakenly suggested using `-I' with LDFLAGS
    which is wrong. This has been corrected to `-L'.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 287033a..56436ae 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -5623,7 +5623,7 @@ found, then configure Gnuastro like the command below 
(correcting
 @file{/path/to/lib}). For more, see @ref{Known issues} and
 @ref{Installation directory}.
 @example
-$ ./configure LDFLAGS="-I/path/to/lib"
+$ ./configure LDFLAGS="-L/path/to/lib"
 @end example
 @end cartouche
 



reply via email to

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