|
From: Martin G. <ma...@gy...> - 2006-02-02 16:19:19
|
Hi Henri I haven't compiled a libtool-based program "by hand" yet, as on FreeBSD this is usually automated by the ports system. The ports system compiles everything from scratch, my guess is that it should also work fine for a libtool based program. Do you know another program with which I could make a test? This sequence has so far worked with the least amount of errors and warnings: mgysi@frodo ~/oreka-0.3/orkbasecxx $ libtoolize15 --force You should add the contents of `/usr/local/share/aclocal/libtool15.m4' to `aclocal.m4'. mgysi@frodo ~/oreka-0.3/orkbasecxx $ aclocal15 mgysi@frodo ~/oreka-0.3/orkbasecxx $ autoheader213 mgysi@frodo ~/oreka-0.3/orkbasecxx $ automake14 mgysi@frodo ~/oreka-0.3/orkbasecxx $ autoconf213 however, configure fails with a libtool error again ./ltconfig: Can't open ./ltconfig: No such file or directory configure: error: libtool configure failed Adding AC_PROG_LIBTOOL didn't help... Martin > Hi Martin, > > > > I'm by no mean an autotools guru. I'm just wondering if you can actually > configure and build another libtool based program, just to check that your > versions of autoconf/automake/libtool play well together ? Have you tried > adding AC_PROG_LIBTOOL in your configure.in ? > > > > Henri |