From 45ff43cca05c4d65359bdeaf2e08f0a16b868276 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 20 Nov 2003 20:26:29 +0000
Subject: [PATCH] Add help for LINKER variable

---
 variables.in | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/variables.in b/variables.in
index 4efb92f7d4..db714cacb8 100644
--- a/variables.in
+++ b/variables.in
@@ -1,4 +1,4 @@
-# $Id: variables.in,v 1.8 2003-03-21 00:52:34 geuzaine Exp $
+# $Id: variables.in,v 1.9 2003-11-20 20:26:29 geuzaine Exp $
 #
 # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 #
@@ -22,9 +22,15 @@
 # OS
 UNAME=@UNAME@
 
-# The names of the C and C++ compilers and linker
+# The names of the C and C++ compilers
 CC=@CC@
 CXX=@CXX@
+
+# If you need to link to dynamic libraries installed in non-standard
+# locations and are using the GNU linker, you may want to add
+# '-Wl,--rpath,/path/to/dynamic/library' to the 'LINKER' variable
+# below. Alternatively, you could edit the 'LD_LIBARY_PATH'
+# environement variable or use the 'ldconfig' program.
 LINKER=@LINKER@
 
 # Compiler flags
-- 
GitLab