Dear all,

I updated to the actual versions of automake, autoconf,and libtool.

Running the bootstrap file (see below), configure and make
failes due to the problem of  .deps which is not created

Makefile:190: .deps/mdparser.Plo: No such file or directory
make[3]: *** No rule to make target `.deps/mdparser.Plo'.  Stop.
make[3]: Leaving directory `/home/tommy/WD/lib/mdlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tommy/WD//lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tommy/WD/
make: *** [all] Error 2


Can anyone help me in soloving the problem ??

Thanxs in advance

Tommy

=========================
Makefile.am:

BUILT_SOURCES = $(top_srcdir)/include/mdparser.h \
                $(top_srcdir)/include/dictionary.h \
                $(top_srcdir)/include/mdinterface.h

$(libmdparser_la_OBJECTS) : $(top_srcdir)/include/mdparser.h \
                            $(top_srcdir)/include/dictionary.h \
                            $(top_srcdir)/include/mdinterface.h \
                            mdparser.o dictionary.o mdinterface.o

noinst_LTLIBRARIES      = libmdparser.la
libmdparser_la_SOURCES  = mdparser.c \
                          dictionary.c\
                          mdparser.h \
                          dictionary.h \
                          mdinterface.c \
                          mdinterface.h
INCLUDES                = -I$(top_srcdir)/include
CLEANFILES              = $(top_srcdir)/include/mdparser.h \
                          $(top_srcdir)/include/mdinterface.h \
                          $(top_srcdir)/include/dictionary.h \
                          libmdparser.la *.pod

noinst_SCRIPTS  = $(top_srcdir)/doc/lib/pod/MDParser.pod \
                  $(top_srcdir)/doc/lib/pod/MDDictionary.pod \
                  $(top_srcdir)/doc/lib/pod/mdsetsection.pod


============================================
File configure.in:
...
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(IRSL,0.9)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_AWK
AC_PROG_INSTALL

dnl AC_PROG_RANLIB
AC_DISABLE_SHARED
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
...


================================================
File: bootstrap:

aclocal -I m4 -I config
libtoolize --force --copy
autoheader
automake --add-missing --copy
autoconf

=====================================================
Versions:

ltmain.sh (GNU libtool) 1.4c (1.1076 2001/10/30 23:35:59)

Copyright 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

automake (GNU automake) 1.5
Written by Tom Tromey <[EMAIL PROTECTED]>.

Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

autoconf (GNU Autoconf) 2.52e
Written by David J. MacKenzie.

Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


-- 


=========================================================
   Thomas Nagler
   Institute for Meteorology and Geophysics
   University of Innsbruck
   Innrain 52
   A-6020 Innsbruck
   AUSTRIA

   email: [EMAIL PROTECTED]
   tel: ++43 (0)512-507 5495
   fax: ++43 (0)512-507 2924
   WWW: http://dude.uibk.ac.at/
=========================================================



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to