This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
RE: Building .so files only.
- From: "Schleicher Ralph (LLI)" <ralph dot schleicher at lli dot liebherr dot com>
- To: <tomhoward at users dot sourceforge dot net>, "Stephen Torri" <storri at sbcglobal dot net>
- Cc: libtool at gnu dot org, Automake <automake at gnu dot org>
- Date: Fri, 29 Aug 2003 14:41:46 +0200
- Subject: RE: Building .so files only.
Tom Howard writes:
> That's my point. My understanding of Stephen problem is that he doesn't want
> to build/install the companion files.
[...]
> So in his situation, patching libtool and using -shared isn't really going to
> solve his problem. Correct?
As already pointed out by Daniel Reed, -avoid-version gets rid of
the version number and associated files. At present (libtool 1.5),
the only clean way to not install libtool companion files (or static
libraries) is to remove them after they got installed, e.g., via
Automake's install-exec-hook.
--
Ralph