mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
10 lines
420 B
Plaintext
10 lines
420 B
Plaintext
This is mdemo, an example package that uses GNU libtool with an
|
|
Automake-generated environment to build two simple libraries and programs.
|
|
|
|
It demonstrates how to build both dynamic and static libraries
|
|
that can be dlopened. You'll need a wrapper (libltdl)
|
|
for your dlopen functions. We prefix all exported symbols with "libname_LTX_".
|
|
When dlopening these static libraries, we cut the prefix off to
|
|
get the real name.
|
|
|