-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ralf Wildenhues wrote:
> Hmm. Which systems is this on, which exact Libtool and Automake
> versions do you use? Do you perchance use inconsistent files, ltmain.sh
> must come from the same Libtool version that you get the libtool.m4
> macros from.
l
Christian Nolte wrote:
Hello,
I have a simple AM-based project here which shall output a single shared
library. The problem is, that the shared library _is_ created by libtool
but does not automatically get the .so file-extension. The Makefile.am
looks like this:
---
lib_LTLIBRARIES = gpgencryp
Hi Christian,
* Christian Nolte wrote on Fri, Jan 06, 2006 at 08:09:00AM CET:
>
> I have a simple AM-based project here which shall output a single shared
> library. The problem is, that the shared library _is_ created by libtool
> but does not automatically get the .so file-extension. The Makefi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I have a simple AM-based project here which shall output a single shared
library. The problem is, that the shared library _is_ created by libtool
but does not automatically get the .so file-extension. The Makefile.am
looks like this:
- ---
lib