mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
3d0fc4870e
* doc/libtool.texi (Dlpreopening): Remove broken documentation of lt_dlsymbol and lt_dlsymlist. Document typedef lt_dlsymlist and symbol lt_preloaded_symbols according to the implementation. * tests/demo/dlmain.c (lt_symlist): Make struct anonymous ... (lt_dlsymlist): ... and typedef to this name. (lt_preloaded_symbols, main): Adjust. * tests/pdemo/longer_file_name_dlmain.c: Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
||
---|---|---|
.. | ||
.cvsignore | ||
.gitignore | ||
configure.ac | ||
dlmain.c | ||
foo.c | ||
foo.h | ||
hell1.c | ||
hell2.c | ||
hello.c | ||
main.c | ||
Makefile.am | ||
README |
This is GNU hell, an example package that uses GNU libtool with an Automake-generated environment to build a simple library and program. Admittedly, it would be better if this was a more realistic example, say, a program that actually did something useful, but we can't have everything. Send bug reports and comments about GNU hell to the libtool mailing list <bug-libtool@gnu.org>.