mikeage / prpltwtr

libpurple plugin to add support for the twitter / status.net protocol
GNU General Public License v2.0
32 stars 18 forks source link

compilation error #23

Open PowaBanga opened 9 years ago

PowaBanga commented 9 years ago

I show you my terminal

user@Karkatouf:~/prpltwtr$ ./autogen.sh ; ./configure ; make

**Error**: You must have `libtool' installed.
You can get it from: ftp://ftp.gnu.org/pub/gnu/
bash: ./configure: Aucun fichier ou dossier de ce type
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
user@Karkatouf:~/prpltwtr$ aptitude search libtool
i   libtool                         - script de prise en charge de bibliothèque 
v   libtool:i386                    -                                           
p   libtool-bin                     - Generic library support script (libtool bi
p   libtool-bin:i386                - Generic library support script (libtool bi
p   libtool-doc                     - script de prise en charge de bibliothèque 
p   libtoolkit-perl                 - Keep your handy modules organized         
p   libtools-cli-clojure            - command line argument parser for Clojure  
p   libtools-logging-clojure        - Logging macros for Clojure                
p   libtools-macro-clojure          - Clojure tools for writing macros   

I do not undurstand... libtool is installed, so why he said that he must be installed ?

jadedevin13 commented 9 years ago

Same problem here.

Install the latest version from here. Worked for me. ftp://ftp.gnu.org/pub/gnu/libtool/

libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT comes from libtool 2.4.2.

DeftNerd commented 9 years ago

Try

sudo apt-get install libtool-bin

There is also a libtool package, but that's not what the autoconfigure script is looking for.