The following is the  beginning of my Makefile.am script:

include_HEADERS = project.h

lib_LTLIBRARIES = libproject.la

noinst_HEADERS = proj_list.h

libproject_la_LDFLAGS = -version-info 2:0:1

which worked fine when with previous loading of a library with 2:0:0 
versioning code.

But now, when I go through the autoreconf, configure, compile and install I 
get:

libproject.a
libproject.la
libproject.so
libproject.so.1
libproject.so.1.1.0

in /usr/local/lib and, of course, my previous application linkages will not 
work.

Looking at the Makefile, all the set up looks fine with the 2:0:1 stuff 
inserted.

I am at my wits end and any help greatly appreciated.

Thanks in advance.

-- 
The whole religious complexion of the modern world is due
to the absence from Jerusalem of a lunatic asylum.
-- Havelock Ellis (1859-1939) British psychologist


Reply via email to