[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot run make -f Smake anymore
From: |
John Darrington |
Subject: |
Re: Cannot run make -f Smake anymore |
Date: |
Sat, 31 Mar 2007 15:43:50 +0800 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
At a guess, I would say that you haven't got libtool installed, or
automake can't find its m4 file for some reason.
What do you get if you type:
ls `aclocal --print-ac-dir`
? You should see a file called libtool.m4, amoungnst others.
J'
On Sat, Mar 31, 2007 at 01:45:05PM +0800, John McCabe-Dansted wrote:
Could you tell me what is causing this or how to fix it?
When I try to run "make -f Smake" on the latest pspp cvs, I get the error:
automake --add-missing --copy --no-force
gl/Makefile.am:18: Libtool library used but `LIBTOOL' is undefined
gl/Makefile.am:18: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
gl/Makefile.am:18: to `configure.ac' and run `aclocal' and `autoconf'
again.
gl/Makefile.am:18: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
gl/Makefile.am:18: its definition is in aclocal's search path.
glade/automake.mk:3: Libtool library used but `LIBTOOL' is undefined
glade/automake.mk:3: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
glade/automake.mk:3: to `configure.ac' and run `aclocal' and `autoconf'
again.
glade/automake.mk:3: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
glade/automake.mk:3: its definition is in aclocal's search path.
Makefile.am:48: `glade/automake.mk' included from here
---------------------------------------------------------------
The first 3 lines of glade/automake.mk are:
## Process this file with automake to produce Makefile.in -*- makefile -*-
module_LTLIBRARIES = libglade-psppire.la
---------------------------------------------------------------
I also have the following apparently unrelated problems:
gnulib-tool: module dir_name doesn't exist
gnulib-tool: module pathname doesn't exist
gnulib-tool: module strstr doesn't exist
---------------------------------------------------------------
I am using
autoconf (GNU Autoconf) 2.61
automake (GNU automake) 1.10
autopoint (GNU gettext-tools) 0.16.1
i386-mingw32msvc-gcc (GCC) 3.4.1 (mingw special)
--
John C. McCabe-Dansted
PhD Student
University of Western Australia
_______________________________________________
pspp-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/pspp-dev
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Cannot run make -f Smake anymore, John McCabe-Dansted, 2007/03/31
- Re: Cannot run make -f Smake anymore,
John Darrington <=
- Re: Cannot run make -f Smake anymore, John McCabe-Dansted, 2007/03/31
- Re: Cannot run make -f Smake anymore, John Darrington, 2007/03/31
- Re: Cannot run make -f Smake anymore, John McCabe-Dansted, 2007/03/31
- Re: Cannot run make -f Smake anymore, John Darrington, 2007/03/31
- Re: Cannot run make -f Smake anymore, John McCabe-Dansted, 2007/03/31
- Re: Cannot run make -f Smake anymore, Ben Pfaff, 2007/03/31
- Re: Cannot run make -f Smake anymore, John Darrington, 2007/03/31
Re: Cannot run make -f Smake anymore, Ben Pfaff, 2007/03/31