[Quickfix-developers] setup for building quickfix on Solaris
Brought to you by:
orenmnero
From: Chuck H. <zzc...@xc...> - 2003-03-06 14:52:02
|
I'm having trouble getting quickfix 1.3.2 compiled under Solaris 8 with = gcc-3.2.2 Here's the setup I have: From www.sunfreeware.com, I've installed: gcc-3.2.2-sol8-sparc-local in /usr/local I built and installed libxml2-2.4.30 in /usr/local The quickfix instructions say glibc is required for Solaris, but there = isn't a pre-packaged version on sunfreeware, and the glibc source (2.x) = complains that Solaris isn't supported, so I went ahead without it = (probably a bad idea...). ./configure and make seem to run ok, but when I try to install, it seems = to have trouble with install-sh (see below). Any ideas on where I've gone wrong would be greatly appreciated. Thanks - Chuck /make install Making install in src make[1]: Entering directory `/tmp/quickfix/src' Making install in C++ make[2]: Entering directory `/tmp/quickfix/src/C++' Making install in test make[3]: Entering directory `/tmp/quickfix/src/C++/test' make[4]: Entering directory `/tmp/quickfix/src/C++/test' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/tmp/quickfix/src/C++/test' make[3]: Leaving directory `/tmp/quickfix/src/C++/test' make[3]: Entering directory `/tmp/quickfix/src/C++' rm -rf ../../lib/libquickfix.a rm -rf ../../lib/libquickfix.la ln -s ../src/C++/.libs/libquickfix.a ../../lib/libquickfix.a ln -s ../src/C++/.libs/libquickfix.la ../../lib/libquickfix.la ./copy.sh *.h make[4]: Entering directory `/tmp/quickfix/src/C++' /bin/sh ../../mkinstalldirs /usr/local/lib /bin/sh ../../libtool --mode=3Dinstall ../.././install-sh -c = libquickfix.la /usr/ local/lib/libquickfix.la ../.././install-sh -c .libs/libquickfix.lai = /usr/local/lib/libquickfix.la ../../libtool: ../.././install-sh: not found make[4]: *** [install-libLTLIBRARIES] Error 1 make[4]: Leaving directory `/tmp/quickfix/src/C++' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/tmp/quickfix/src/C++' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/tmp/quickfix/src/C++' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/tmp/quickfix/src' make: *** [install-recursive] Error 1 |