[arch-general] libSoundTouch.a but no libSoundTouch.so
I'm trying to build Psychosynth on "Don't Panic". There are are a few deps, some of which I need to build from source (OIS, Ogre, and CEGUI). Soundtouch is also a dep, and is available from the Archlinux repos, but running ./configure on Psychosynth, it failed to find the libsoundtouch lib. Looking in /usr/lib, libsoundtouch has a libSoundtouch.a file, but no libSoundTouch.so file, which I presume is why ./configure for Psychosynth cannot find the library. Is this a bug, and if so, where should I report it? I did also download the soundtouch tarball from their site, but with configure, and make problems. ./configure complained that it couldn't find automake-1.9, which is true, as the version installed is automake-1.10. I created a symlink from automake-1.9 pointing to automake-1.10, then ./configure ran to completion, but then make complained that it couldn't find libtools, even though it's installed in /usr/bin. Make said it was looking for libtools in ../libtools, but I'm clueless as to where that is. Any help on that? Any help/suggestions welcome. Nigel.
On Sunday 20 April 2008 19:05:35 Nigel Henry wrote:
Is this a bug, and if so, where should I report it?
not really. the default config doesn't build shared. (for a good reason) you can enable it with ./configure --enable-shared
but then make complained that it couldn't find libtools, even though it's installed in /usr/bin.
autofuck..... thats why normal people just copy the source in their project. anyway. it works for me. http://libqxt.org/~aep/stuff/soundtouch-1.3.1-2-i686.pkg.tar.gz -- best regards/Mit freundlichen Grüßen Arvid Ephraim Picciani
participants (2)
-
Arvid Ephraim Picciani
-
Nigel Henry