libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool: -e: command not found


From: Paco Brufal
Subject: libtool: -e: command not found
Date: Thu, 29 Aug 2002 23:11:50 +0200
User-agent: Mutt/1.4i

Hello,

        I'm using automake+autoconf in one of my programs. I upgraded to
last version of libtool, autoconf and automake last week, and now I can't
compile my program. The error is:

/bin/sh ../libtool --mode=link gcc  -g -O2  -o gtk-agenda -L../libsmtp
-lsmtp -L../libsimpleparser -lsimpleparser main.o support.o interface.o
callbacks.o ddbb_conn.o read_config.o -L/usr/lib -L/usr/X11R6/lib -lgtk
-lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lpq
-lmysqlclient  
../libtool: line 1: s%^.*/%%: No existe el fichero o el directorio # (file not 
found)
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
mkdir /.libs
mkdir: cannot create directory /.libs': Permission denied

        I have asked in automake and autoconf lists, and nobody knows why
this error is happening...

        The versions now I have are: libtool 1.4.2-7, automake 1.4-p6-2, and
autoconf 2.53-5, I'm using Debian Sid (unstable). The Makefile.am I'm using
is (if it helps):

INCLUDES = -I$(top_srcdir)/intl \
        -I$(top_srcdir)/libsmtp/inc \
        -I$(top_srcdir)/libsimpleparser \
        @GTK_CFLAGS@ @MYSQL_CFLAGS@ @PGSQL_CFLAGS@

bin_PROGRAMS = gtk-agenda

gtk_agenda_SOURCES = \
        main.c \
        support.c support.h \
        interface.c interface.h \
        callbacks.c callbacks.h \
        ddbb_conn.c ddbb_conn.h \
        read_config.c 

gtk_agenda_LDADD = @GTK_LIBS@ @PGSQL_LIBS@ @MYSQL_LIBS@ $(INTLLIBS) \
-L$(top_srcdir)/libsmtp -lsmtp -L$(top_srcdir)/libsimpleparser -lsimpleparser

        libsmtp and libsimpleparser are static libraries compiled before the
linking step. Thanks in advance.

...That's How I'm Living. The Brooklyn Boys. 1996
--- Debian + Mutt + Postfix
 * Origin: Web Page: http://pbrufal.kleenux.org (Fido 2:346/7.68)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]