summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2010-04-04 00:49:04 +0200
committerThomas Habets <thomas@habets.pp.se>2010-04-04 00:49:04 +0200
commit2e528bc6650691925d6caa78a464bfa8c503a9f4 (patch)
tree12285831e2da38a3ecad6d3af7c1d022a87a5822
parentb04a7cc0b3dea9794a0b151cf5c4be85b4d9b0e7 (diff)
downloadarping-2e528bc6650691925d6caa78a464bfa8c503a9f4.tar.gz
Corrected IRIX configure example
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 6a56d94..d469771 100644
--- a/INSTALL
+++ b/INSTALL
@@ -42,9 +42,9 @@ Examples that I use on some systems:
Linux, OpenBSD, FreeBSD:
./configure
-Solaris
+Solaris:
./configure LDFLAGS="-R/usr/local/lib -L/opt/csw/lib -R/opt/csw/lib" \
CPPFLAGS="-I/usr/local/include"
-IRIX (FIXME: double-check this):
- ./configure LDFLAGS="-L/usr/local/lib -R/usr/local/lib"
+IRIX:
+ ./configure LDFLAGS="-L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib"