[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 20:36:15 +0800 |
User-agent: |
Mutt/1.5.9i |
I had similar problems when I installed automake 1.10 --- It seems
that when you install it under /usr/local, it's not aware of packages
under /usr
I fixed this problem as follows:
echo /usr/share/aclocal >> /usr/local/share/aclocal/dirlist
J'
On Sat, Mar 31, 2007 at 08:23:47PM +0800, John McCabe-Dansted wrote:
On 3/31/07, John Darrington <address@hidden> wrote:
>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`
it told me that the directory didn't even exist. I linked aclocal-1.10
to aclocal . However libtool was not installed in that directory (I
installed automake 1.10 from source inro my own directory). Copying
the .m4 files didn't work, so I also install libtool from source.
Now I get the problem:
configure: line 7888: syntax error near unexpected token `GTK,'
configure: line 7888: ` PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0)'
I understand that this is caused by a missing pkg.m4. Again just
copying the pkg.m4 into my aclocal directory didn't help. Presumably I
have to reinstall what ever package includes pkg.m4 from source?
Is installing a new automake from source really this difficult? The
automake readme doesn't mention having to reinstall stuff.
--
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, 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 <=
- 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