[Quickfix-users] Can not build QuickFIX on Solaris - missing ./configure
Brought to you by:
orenmnero
|
From: Jack R. <jac...@ho...> - 2004-01-06 17:13:08
|
I am attempting to build QuickFIX on Solaris 2.6.
Immediately, I discovered there is no 'configure' script in the root
directory.
I installed 'autoconf', 'automake', and 'libtool' and ran 'bootstrap'. It
generated the following output:
-----------------------------------------------------------------------------------------------------------------------------------------
aclocal...
aclocal: configure.in: 101: macro `AM_PATH_XML2' not found in library
autoheader...
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
libtoolize...
automake...
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
src/C++/Makefile.am:3: LEX must be set with `=' before using `+='
src/C++/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
src/C++/Makefile.am:5:
src/C++/Makefile.am:5: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
src/C++/Makefile.am:5: to `configure.in' and run `aclocal' and `autoconf'
again.
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX
does not appear in AM_CONDITIONAL
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not
appear in AM_CONDITIONAL
src/C++/test/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/C++/test/Makefile.am:1:
src/C++/test/Makefile.am:1: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
src/C++/test/Makefile.am:1: to `configure.in' and run `aclocal' and
`autoconf' again.
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX
does not appear in AM_CONDITIONAL
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not
appear in AM_CONDITIONAL
src/Makefile.am:1: HAS_JNI does not appear in AM_CONDITIONAL
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX
does not appear in AM_CONDITIONAL
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not
appear in AM_CONDITIONAL
src/java/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
src/java/Makefile.am:4:
src/java/Makefile.am:4: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
src/java/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf'
again.
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: am__fastdepCXX
does not appear in AM_CONDITIONAL
/export/home/a395882/gnu//share/automake-1.7/am/depend2.am: AMDEP does not
appear in AM_CONDITIONAL
test/Makefile.am:5: HAS_JNI does not appear in AM_CONDITIONAL
autoconf...
Now run configure with any arguments necessary
------------------------------------------------------------------------------------------------------------------------------------------
I have the following tools installed (of those that I believe I need):
autoconf-2.57
automake-1.7.9
gcc-3.3.2 (C and C++ only)
libtool-1.5
m4-1.4
make-3.80
libxml2-2.6.4
Note that all of these tools are installed in my home directory, not
/usr/local.
What am I missing?
Jack
_________________________________________________________________
Make your home warm and cozy this winter with tips from MSN House & Home.
http://special.msn.com/home/warmhome.armx
|