|
From: Martin G. <ma...@gy...> - 2006-02-03 08:20:59
|
Hi Henri It seems that my last mail didn't go out yesterday. So here again: I compiled log4cxx successfully using the following command sequence: libtoolize13 --force --automake aclocal15 autoheader253 autoconf253 automake15 --add-missing ./configure; gmake It looks like my system is set up correctly to compile libtool based programs. Cheers, Martin Am Donnerstag 02 Februar 2006 17:27 schrieb Henri Herscher: > Hi Martin, > > You could try to configure and compile any of the prerequisite libraries > for oreka: log4cxx, ace or xerces (without installing). If this works, what > I can do is to do a "make dist" and send you the output of that so that you > don't need to exercise your autotool chain, you'll be able to run > ./configure straight away. > > Henri > > -----Original Message----- > From: ore...@li... > [mailto:ore...@li...] On Behalf Of Martin Gysi > Sent: 02 February 2006 11:19 > To: ore...@li... > Subject: Re: [Oreka-devel] Compilation on FreeBSD > > 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 > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Oreka-devel mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-devel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Oreka-devel mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-devel |