On 30/10/2007, Shawn Walker <swalker at opensolaris.org> wrote:
> On 30/10/2007, Stefan Teleman <Stefan.Teleman at sun.com> wrote:
> >
> >
> > Shawn Walker wrote:
> >
> > >
> > > This is probably because I'm using sunfreeware's libtool which is
> > > installed in /usr/local.
> > >
> > > I'm going to try to build and install libtool myself in hopes that an
> > > install under /usr will alleviate this nightmare.
> >
> > Before you do that, could you please check:
> >
> > %> cd /usr/local/share
> > %> find . -type f -name "*.m4" -exec egrep -e 'AM_PROG_LIBTOOL' -n {} \; 
> > -print
> >
> > it should give several files:
> >
> > ./autoconf/autoconf/oldnames.m4
> > ./aclocal/libtool.m4
> > ./libtool/libltdl/acinclude.m4
> >
> > these files alias AM_PROG_LIBTOOL to AC_PROG_LIBTOOL (AM_PROG_LIBTOOL is 
> > the old
> > deprecated macro).
>
> No; none.
>
> I've now built and installed the latest libtool as a package under
> /usr (1.5.24).
>
> I'm no longer getting the AM_PROG_LIBTOOL error.
>
> However, now I get this when running gmake:
>
>  cd . && /bin/bash /export/home/swalker/devel/kdesolaris/faac/missing
> --run automake-1.10 --gnu
> configure.in:16: required file `./ltmain.sh' not found
> gmake: *** [Makefile.in] Error 1

Nevermind; I had forgotten to run dos2unix on configure.in again after
I cleaned up my build. The dos line endings thing is starting to be
annoying...

The build finally started, now it's failing with:
http://opensolaris.pastebin.ca/755856

-- 
Shawn Walker, Software and Systems Analyst
http://binarycrusader.blogspot.com/

"We don't have enough parallel universes to allow all uses of all
junction types--in the absence of quantum computing the combinatorics
are not in our favor..." --Larry Wall

Reply via email to