bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation error


From: Ulrich Eckhardt
Subject: Documentation error
Date: Thu, 22 Jul 2004 09:38:54 +0200
User-agent: KMail/1.6.2

(I'm not subscribed to bug-automake, keep me CCed as appropriate)

I'm referring to the documentation online at 
http://www.gnu.org/software/automake/manual/html_node/Libtool-Modules.html

There, it gives this example for a Makefile.am:
     pkglib_LTLIBRARIES = mymodule.la
     mymodule_la_SOURCES = doit.c
     mymodule_LDFLAGS = -module

The last line is wrong, it should read
     mymodule_la_LDFLAGS = -module
lest libtool refuse to link the module because its name doesn't start with 
'lib'.

cheers
Uli




reply via email to

[Prev in Thread] Current Thread [Next in Thread]