[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot run make -f Smake anymore
From: |
John McCabe-Dansted |
Subject: |
Re: Cannot run make -f Smake anymore |
Date: |
Sat, 31 Mar 2007 20:57:32 +0800 |
On 3/31/07, John Darrington <address@hidden> wrote:
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
Hmm, I did both of the following
echo /usr/share/aclocal >>
/usr/local/john/src/p/host_tools/share/aclocal/dirlist
echo /usr/share/aclocal >>
/usr/local/john/src/p/host_tools/share/aclocal-1.10/dirlist
but it didn't seem to help.
BTW, "aclocal --print-ac-dir" now gives
/usr/local/john/src/p/host_tools/share/aclocal
and the directory listing is:
codeset.m4
dirlist
gettext.m4
glibc21.m4
glibc2.m4
iconv.m4
intdiv0.m4
intldir.m4
intl.m4
intmax.m4
inttypes_h.m4
inttypes-pri.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
lock.m4
longdouble.m4
longlong.m4
nls.m4
po.m4
printf-posix.m4
progtest.m4
size_max.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
visibility.m4
wchar_t.m4
wint_t.m4
xsize.m4
--
John C. McCabe-Dansted
PhD Student
University of Western Australia
- 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 <=
- 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