libtool
[Top][All Lists]
Advanced

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

Re: Plus characters ("++") in library name


From: code
Subject: Re: Plus characters ("++") in library name
Date: Mon, 02 Jan 2017 03:37:19 -0500
User-agent: Roundcube Webmail/1.2.2

On 2017-01-02 01:07, Peter Johansson wrote:
Automake doesn't like special characters like '+', so you need to
change them to underscore. We had something like this is our
'Makefile.am' before we changed name on the project.

lib_LTLIBRARIES = libc++_tools.la

libc___tools_la_SOURCES =


Hi Peter,

That works OK, thanks very much! At least I was able to get it to make and install.

Now I am having problems with "make dist" ... here are the errors from make:

make[2]: Entering directory '/home/bob/code/C++/argpp_autoconf/src'
make[2]: *** No rule to make target 'argppbaseimpl.hpp', needed by 'distdir'. Stop.
make[2]: Leaving directory '/home/bob/code/C++/argpp_autoconf/src'
Makefile:482: recipe for target 'distdir' failed
make[1]: *** [distdir] Error 1
make[1]: Leaving directory '/home/bob/code/C++/argpp_autoconf'
Makefile:581: recipe for target 'dist' failed
make: *** [dist] Error 2

But perhaps this should best be asked on the automake list? (BTW in configure.ac I changed the AC_INIT command to reflect the "++" in the name...)

Thanks again (and HAPPY NEW YEAR to all!)
Bob



reply via email to

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