1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

New section: "Building a Statically Linked Guile"

This commit is contained in:
Jim Blandy 1997-06-10 03:45:22 +00:00
parent 67d532208c
commit f335e5f7ca

14
INSTALL
View file

@ -16,7 +16,7 @@ Their voluminous output is not shown.
$ 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 systems seems to be confused.)
Guile's shared library support for that system seems to be confused.)
What You Get ==============================================================
@ -92,6 +92,18 @@ if you're using Bash or any other Bourne shell variant, or
if you're using CSH or one of its variants.
Building a Statically Linked Guile ========================================
Sometimes it's useful to build a statically-linked version of the
Guile executable. It's helpful in debugging, and for producing
stand-alone executables for distribution to machines you don't
control.
To do this, set the LDFLAGS environment variable to `-static' before
you configure, or before you run the `make' command to build the
executable.
Generic Instructions for Building Auto-Configured Packages ================
To compile this package: