mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
New section: "Building a Statically Linked Guile"
This commit is contained in:
parent
67d532208c
commit
f335e5f7ca
1 changed files with 13 additions and 1 deletions
14
INSTALL
14
INSTALL
|
@ -16,7 +16,7 @@ Their voluminous output is not shown.
|
||||||
$ make install # install in the usual places
|
$ make install # install in the usual places
|
||||||
|
|
||||||
(Note: under SunOS 4.1, you may need to say ./configure --disable-shared;
|
(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 ==============================================================
|
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.
|
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 ================
|
Generic Instructions for Building Auto-Configured Packages ================
|
||||||
|
|
||||||
To compile this package:
|
To compile this package:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue