Makefile error in simple library

2014-08-19 Thread Arthur Schwarz
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

Re: Makefile error in simple library

2014-08-19 Thread Gavin Smith
[mailto:gavinsmith0...@gmail.com] Sent: Tuesday, August 19, 2014 5:30 PM To: Arthur Schwarz Cc: Automake Mailing List Subject: Re: Makefile error in simple library 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