I don't know whether this is the right list to send this issue to. If
not, please advise.
The Makefile.am file that I'm using to generate an archive library for
a project I'm working on looks like this:
---
AM_CXXFLAGS = -I$(top_srcdir) -I.
lib_LIBRARIES = libflarray.a
libflarray_a_SOURCES =
Bob suggested grabbing the most recent libtool and using that. I did,
and that fixed it.
Thank you, Bob.
On Jul 19, 2004, at 12:19 PM, C.J. Collier wrote:
I don't know whether this is the right list to send this issue to. If
not, please advise.
The Makefile.am file that I'm using to generate