~vcs-imports/libtool/master

« back to all changes in this revision

Viewing changes to doc/libtool.texi

  • Committer: Peter O'Gorman
  • Author(s): Cristophe Jarry
  • Date: 2011-09-25 22:49:43 UTC
  • Revision ID: git-v1:920da81be698974faa50bd36a60248e2c18c4fd5
Avoid mentioning "Linux", use "GNU/Linux", if appropriate.

        * TODO: Don't use bare "Linux".
        * doc/libtool.texi: ditto.
        * doc/notes.texi: ditto.
        * libltdl/README: ditto.
        * libltdl/m4/libtool.m4: ditto.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3784
3784
 
3785
3785
@itemize @bullet
3786
3786
@item
3787
 
@code{dlopen} (Solaris, Linux and various BSD flavors)
 
3787
@code{dlopen} (POSIX compliant systems, GNU/Linux, etc.)
3788
3788
@item
3789
3789
@code{shl_load} (HP-UX)
3790
3790
@item
3823
3823
@section How to use libltdl in your programs
3824
3824
 
3825
3825
@noindent
3826
 
The libltdl API is similar to the dlopen interface of Solaris and Linux,
 
3826
The libltdl API is similar to the POSIX dlopen interface,
3827
3827
which is very simple but powerful.
3828
3828
 
3829
3829
@noindent
3945
3945
 
3946
3946
@item system library search path:
3947
3947
The system dependent library search path
3948
 
(e.g.@: on Linux it is @env{LD_LIBRARY_PATH}).
 
3948
(e.g.@: on GNU/Linux it is @env{LD_LIBRARY_PATH}).
3949
3949
@end enumerate
3950
3950
 
3951
3951
Each search path must be a list of absolute directories separated by
5372
5372
The @file{tests/mdemo} subdirectory contains a demonstration of a
5373
5373
package that uses libtool and the system independent dlopen wrapper
5374
5374
@file{libltdl} to load modules.  The library @file{libltdl} provides a
5375
 
dlopen wrapper for various platforms (Linux, Solaris, HP/UX etc.)
 
5375
dlopen wrapper for various platforms (POSIX)
5376
5376
including support for dlpreopened modules (@pxref{Dlpreopening}).
5377
5377
 
5378
5378
The tests matching @file{mdemo-*make.test}, @file{mdemo-*exec.test},