Re: Plus characters ("++") in library name
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool