On Wed, Aug 20, 2014 at 12:47 AM, Arthur Schwarz <aschwarz1...@att.net> wrote: > I'm trying to build and distribute a static library and keep getting a " > warning: 'libslip.a': linking libraries using a non-POSIX archiver requires > AM_PROG_AR' in 'configure.ac'" message. I don't know why. > > The configure.ac lines in question are: (I think) > > AC_CONFIG_FILES([ > Makefile > src/Makefile > ]) > > # automake macro's - REQUIRED > AM_INIT_AUTOMAKE([-Wall -Werror]) > > # linking libraries using a POSIX archiver > #AM_PROG_AR >
I don't think that "#" should be there. > > From Section Automake Manual Section 8.2 Building a Library it should work. > I've been hitting a wall on this, any ideas would be appreciated. >