1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50:20 +02:00

Add note about shared libs on HP/UX.

This commit is contained in:
Jim Blandy 1997-06-24 17:19:14 +00:00
parent 8bb7330c9c
commit 7e2c0c8dd4

View file

@ -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 ==============================================================