Add note about shared libs on HP/UX.
authorJim Blandy <jimb@red-bean.com>
Tue, 24 Jun 1997 17:19:14 +0000 (17:19 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 24 Jun 1997 17:19:14 +0000 (17:19 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index b2fb2aa..e0c8309 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -15,8 +15,10 @@ Their voluminous output is not shown.
        $ make                                  # compile Guile
         $ make install                         # install in the usual places
 
-(Note: under SunOS 4.1, you may need to say ./configure --disable-shared;
-Guile's shared library support for that system seems to be confused.)
+(Note: under SunOS 4.1 and HP/UX, you may need to say:
+       ./configure --disable-shared
+Guile's shared library support for that system seems to be confused, but
+hey; shared libraries are confusing.)
 
 What You Get ==============================================================