Re: [Quickfix-developers] 'bootstrap' issues on Solaris
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-08-12 19:47:35
|
This first two errors (AM_DISABLE_STATIC and AM_PROG_LIBTOOL), acan mean that automake and libtool were not installed to the same prefix. But I think it may also be that you're version of Automake is quite old (the latest version is 1.9). I would suggest upgrading at least that package. As for AM_PATH_XML, this is probably because you do not have the devel package for libxml2 installed. --oren On Aug 12, 2004, at 2:20 PM, Peterson, Kristofer wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > I've pulled the latest CVS tree but running 'bootstrap' results in the > following: > > lsdev2:~/cvsroot/quickfix $ ./bootstrap > aclocal... > aclocal: configure.in: 6: macro `AM_DISABLE_STATIC' not found in > library > aclocal: configure.in: 14: macro `AM_PROG_LIBTOOL' not found in library > aclocal: configure.in: 122: macro `AM_PATH_XML' not found in library > autoheader... > autoheader: error: AC_CONFIG_HEADERS not found in configure.in > libtoolize... > automake... > configure.in: 14: required file `./ltconfig' not found > configure.in: 5: required file `./config.h.in' not found > autoconf... > Now run configure with any arguments necessary > lsdev2:~/cvsroot/quickfix $ ./configure > ./configure: line 1309: syntax error near unexpected token > `AM_INIT_AUTOMAKE(quickfix,' > ./configure: line 1309: `AM_INIT_AUTOMAKE(quickfix, 1.8.0)' > > I ran all of the commands in 'bootstrap' with a '--version' options; > this is what I got: > > aclocal (GNU automake) 1.4 > autoheader (GNU Autoconf) 2.59 > libtoolize (GNU libtool) 1.5.2 > automake (GNU automake) 1.4 > autoconf (GNU Autoconf) 2.59 > > Are these versions current enough to build QuickFIX? > > I'm also running this on Solaris/SPARC, which shouldn't matter but may > be causing a problem. > > Any help would be appreciated. > > Cheers, > > - Kris > > > <font face="Times New Roman" size="3"> > <p>-------------------------------------------------------------------- > ----------</p> > <p> This email is intended only for the use of the individual(s) to > whom it is addressed and may be privileged and confidential. > Unauthorised use or disclosure is prohibited. If you receive this > e-mail in error, please advise immediately and delete the original > message. This message may have been altered without your or our > knowledge and the sender does not accept any liability for any errors > or omissions in the message.</p> > <p>====================================================</p> > </font> > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |