1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

pxref libtool manual.

This commit is contained in:
Kevin Ryde 2006-02-03 23:59:59 +00:00
parent 73e4653400
commit 5f30c653d9
2 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual. @c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004 @c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006
@c Free Software Foundation, Inc. @c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions. @c See the file guile.texi for copying conditions.
@ -266,8 +266,8 @@ how to do it on GNU/Linux:
gcc -shared -o libguile-bessel.so -fPIC bessel.c gcc -shared -o libguile-bessel.so -fPIC bessel.c
@end smallexample @end smallexample
For creating shared libraries portably, we recommend the use of For creating shared libraries portably, we recommend the use of GNU
@code{GNU Libtool}. Libtool (@pxref{Top, , Introduction, libtool, GNU Libtool}).
A shared library can be loaded into a running Guile process with the A shared library can be loaded into a running Guile process with the
function @code{load-extension}. The @code{j0} is then immediately function @code{load-extension}. The @code{j0} is then immediately

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual. @c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005 @c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006
@c Free Software Foundation, Inc. @c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions. @c See the file guile.texi for copying conditions.
@ -81,8 +81,8 @@ how to do it on GNU/Linux:
gcc -shared -o libguile-bessel.so -fPIC bessel.c gcc -shared -o libguile-bessel.so -fPIC bessel.c
@end smallexample @end smallexample
For creating shared libraries portably, we recommend the use of For creating shared libraries portably, we recommend the use of GNU
@code{GNU Libtool}. Libtool (@pxref{Top, , Introduction, libtool, GNU Libtool}).
A shared library can be loaded into a running Guile process with the A shared library can be loaded into a running Guile process with the
function @code{load-extension}. In addition to the name of the function @code{load-extension}. In addition to the name of the
@ -108,3 +108,8 @@ environment variable.
To see how these Guile extensions via shared libraries relate to the To see how these Guile extensions via shared libraries relate to the
module system, @xref{Putting Extensions into Modules}. module system, @xref{Putting Extensions into Modules}.
@c Local Variables:
@c TeX-master: "guile.texi"
@c End: