automake
[Top][All Lists]
Advanced

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

Re: Plus character (+) in Makefile.am


From: Alexandre Duret-Lutz
Subject: Re: Plus character (+) in Makefile.am
Date: 26 Dec 2001 21:03:05 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

>>> "dp" == Dahiroc, Patrick <address@hidden> writes:
[...]
 dp> i'm trying to build a library called libhelp++.a, but i get the following
 dp> error when i run automake.
 dp> help++/src/Makefile.am:8: bad macro name `libhelp++_a_SOURCES'
[...]

All non alphanumeric characters in your library name are
transformed into `_' to form the macro name.  This includes the
`.', but also the `+'.  So try `libhelp___a_SOURCES' instead.
-- 
Alexandre Duret-Lutz




reply via email to

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