libtool
[Top][All Lists]
Advanced

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

Re: 'make' w/ latest 1.5-branch (1.5.27a) fails @ "X--tag=CC: command no


From: snowcrash+libtool
Subject: Re: 'make' w/ latest 1.5-branch (1.5.27a) fails @ "X--tag=CC: command not found"
Date: Fri, 29 Feb 2008 09:09:28 -0800

> ltmain.sh is from libtool-2.1b, aclocal.m4 has libtool.m4 from 1.5.27,
> and then later ,via m4_include, includes libtool.m4 from 2.1b. You have
> created a monster!

heh, well, ok then! :-)

i'm honestly confused though, as to what/why/how ... e.g.,

  where is 2.1b coming from?
  am i just lucky that no other apps i've autofoo'd have had a similar prob?

checking around,

 `locate glibtoolize | grep bin` --version
   /Developer/usr/bin/glibtoolize
   /usr/bin/glibtoolize
   /usr/local/bin/glibtoolize

  /Developer/usr/bin/glibtoolize --version  | grep GNU
   libtoolize (GNU libtool) 1.5.22

  /usr/bin/glibtoolize           --version  | grep GNU
   libtoolize (GNU libtool) 1.5.22

  /usr/local/bin/glibtoolize     --version  | grep GNU
   libtoolize (GNU libtool) 1.5.27a


> Ensuring that glibtoolize, autoconf and automake are all installed in
> the same prefix will usually fix problems like this.

  which glibtoolize autoconf automake aclocal
   /usr/local/bin/glibtoolize
   /usr/local/bin/autoconf
   /usr/local/bin/automake
   /usr/local/bin/aclocal


> Also ensure that
> there is only one libtool.m4 in that prefix/share/aclocal*

 ls -ald /usr/local/share/aclocal*
  lrwxr-xr-x  1 root wheel   29 Feb 25 20:19 /usr/local/share/aclocal
-> /usr/local/share/aclocal-1.10
  drwxr-xr-x 77 root wheel 2618 Feb 27 20:56 /usr/local/share/aclocal-1.10/
  lrwxr-xr-x  1 root wheel   29 Feb 25 20:19
/usr/local/share/aclocal-1.7 -> /usr/local/share/aclocal-1.10
  lrwxr-xr-x  1 root wheel   29 Feb 25 20:19
/usr/local/share/aclocal-1.8 -> /usr/local/share/aclocal-1.10
  lrwxr-xr-x  1 root wheel   29 Feb 25 20:19
/usr/local/share/aclocal-1.9 -> /usr/local/share/aclocal-1.10

 find /usr/local/share | grep libtool\.m4
  /usr/local/share/aclocal-1.10/libtool.m4

i *thought* i had all the "t's crossed & i's dotted" .... but, apparently not.

given the above, suggestions where to look for the problem?




reply via email to

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