[Quickfix-users] Installation problem: no 'configure' in quickfix root dir
Brought to you by:
orenmnero
From: <we...@ma...> - 2003-11-13 15:51:30
|
I'm trying to unroll quickFIX on my system. The installation documentation says: "You do not need to have autotools installed before you build [...] First, in the root quickfix directory, type ./configure" I untar the package, but there's no "configure" in rootpackage directory; only "configure.in" Okay, I try to make it through 'autoconf'. -------------------------------------------------------------- [server]quckfix> autoconf configure.in > configure configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:6: error: possibly undefined macro: AM_DISABLE_STATIC configure.in:12: error: possibly undefined macro: AC_DISABLE_STATIC configure.in:13: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.in:14: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:15: error: possibly undefined macro: AM_PROG_LEX configure.in:101: error: possibly undefined macro: AM_PATH_XML2 configure.in:207: error: possibly undefined macro: AM_CONDITIONAL [server]quckfix> -------------------------------------------------------------- What am I doing wrong? --Wesha. |