RE: [Quickfix-developers] RE: QuickFIX Installation question
Brought to you by:
orenmnero
|
From: Vazirani, C. <ca...@ja...> - 2005-12-30 20:10:44
|
Now I try to run make and get the following error: =20 #make - cd . && aclocal-1.7 - /bin/bash: aclocal-1.7: command not found - make: *** [aclocal.m4] Error 127 =20 =20 Carol Vazirani Jordan & Jordan 847.372.6912 ca...@ja... =20 -----Original Message----- From: Oren Miller [mailto:or...@qu...]=20 Sent: Thursday, December 29, 2005 5:36 PM To: Vazirani, Carol Cc: qui...@li... Subject: Re: [Quickfix-developers] RE: QuickFIX Installation question =20 Looks like this is your problem: =20 http://sunsite.nus.edu.sg/solaris_2.5/faq.html#q4 =20 --oren =20 Vazirani, Carol wrote: =20 > Hmm. Here is the problem I'm facing. Can someone help with this. >=20 > I was not able to find a gcc-3.4.2-sol*10* package, so I downloaded=20 > and installed *gcc-3.3.2-sol10*. >=20 > Running configure gives me the following error. Here is the entire=20 > config.log. >=20 > This file contains any messages produced by compilers while >=20 > running configure, to aid debugging if configure makes a mistake. >=20 > It was created by configure, which was >=20 > generated by GNU Autoconf 2.57. Invocation command line was >=20 > $ ./configure >=20 > ## --------- ## >=20 > ## Platform. ## >=20 > ## --------- ## >=20 > hostname =3D zathura >=20 > uname -m =3D sun4u >=20 > uname -r =3D 5.10 >=20 > uname -s =3D SunOS >=20 > uname -v =3D Generic_118822-25 >=20 > /usr/bin/uname -p =3D sparc >=20 > /bin/uname -X =3D System =3D SunOS >=20 > Node =3D zathura >=20 > Release =3D 5.10 >=20 > KernelID =3D Generic_118822-25 >=20 > Machine =3D sun4u >=20 > BusType =3D <unknown> >=20 > Serial =3D <unknown> >=20 > Users =3D <unknown> >=20 > OEM# =3D 0 >=20 > Origin# =3D 1 >=20 > NumCPU =3D 1 >=20 > /bin/arch =3D sun4 >=20 > /usr/bin/arch -k =3D sun4u >=20 > /usr/convex/getsysinfo =3D unknown >=20 > hostinfo =3D unknown >=20 > /bin/machine =3D unknown >=20 > /usr/bin/oslevel =3D unknown >=20 > /bin/universe =3D unknown >=20 > PATH: /usr/local/bin >=20 > PATH: /usr/sbin >=20 > PATH: /usr/bin >=20 > PATH: /usr/openwin/bin >=20 > PATH: /usr/sbin >=20 > PATH: /usr/bin >=20 > PATH: /usr/local/bin >=20 > PATH: /usr/ucb >=20 > PATH: /etc >=20 > PATH: /usr/platform/sun4u/sbin >=20 > PATH: /usr/ccs/bin >=20 > PATH: /usr/ucb >=20 > PATH: /usr/java/bin >=20 > ## ----------- ## >=20 > ## Core tests. ## >=20 > ## ----------- ## >=20 > configure:1510: checking for a BSD-compatible install >=20 > configure:1564: result: ./install-sh -c >=20 > configure:1575: checking whether build environment is sane >=20 > configure:1618: result: yes >=20 > configure:1643: WARNING: `missing' script is too old or missing >=20 > configure:1651: checking for gawk >=20 > configure:1680: result: no >=20 > configure:1651: checking for mawk >=20 > configure:1680: result: no >=20 > configure:1651: checking for nawk >=20 > configure:1667: found /usr/bin/nawk >=20 > configure:1677: result: nawk >=20 > configure:1687: checking whether make sets $(MAKE) >=20 > configure:1707: result: yes >=20 > configure:1994: checking for C++ compiler version >=20 > configure:1997: /usr/local/bin/g++ --version </dev/null >&5 >=20 > g++ (GCC) 3.3.2 >=20 > Copyright (C) 2003 Free Software Foundation, Inc. >=20 > This is free software; see the source for copying conditions. There is NO >=20 > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR=20 > PURPOSE. >=20 > configure:2000: $? =3D 0 >=20 > configure:2002: /usr/local/bin/g++ -v </dev/null >&5 >=20 > Reading specs from=20 > /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/specs >=20 > Configured with: ../configure --with-as=3D/usr/ccs/bin/as=20 > --with-ld=3D/usr/ccs/bin/ld --disable-nls >=20 > Thread model: posix >=20 > gcc version 3.3.2 >=20 > configure:2005: $? =3D 0 >=20 > configure:2007: /usr/local/bin/g++ -V </dev/null >&5 >=20 > g++: `-V' option must have argument >=20 > configure:2010: $? =3D 1 >=20 > configure:2034: checking for C++ compiler default output >=20 > configure:2037: /usr/local/bin/g++ conftest.cc >&5 >=20 > g++: installation problem, cannot exec `as': No such file or directory >=20 > configure:2040: $? =3D 1 >=20 > configure: failed program was: >=20 > | #line 2013 "configure" >=20 > | /* confdefs.h. */ >=20 > | >=20 > | #define PACKAGE_NAME "" >=20 > | #define PACKAGE_TARNAME "" >=20 > | #define PACKAGE_VERSION "" >=20 > | #define PACKAGE_STRING "" >=20 > | #define PACKAGE_BUGREPORT "" >=20 > | #define PACKAGE "quickfix" >=20 > | #define VERSION "1.10.2" >=20 > | /* end confdefs.h. */ >=20 > | >=20 > | int >=20 > | main () >=20 > | { >=20 > | >=20 > | ; >=20 > | return 0; >=20 > | } >=20 > configure:2079: error: C++ compiler cannot create executables >=20 > See `config.log' for more details. >=20 > ## ---------------- ## >=20 > ## Cache variables. ## >=20 > ## ---------------- ## >=20 > ac_cv_env_CC_set=3Dset >=20 > ac_cv_env_CC_value=3D/usr/local/bin/gcc >=20 > ac_cv_env_CFLAGS_set=3D >=20 > ac_cv_env_CFLAGS_value=3D >=20 > ac_cv_env_CPPFLAGS_set=3D >=20 > ac_cv_env_CPPFLAGS_value=3D >=20 > ac_cv_env_CPP_set=3D >=20 > ac_cv_env_CPP_value=3D >=20 > ac_cv_env_CXXCPP_set=3D >=20 > ac_cv_env_CXXCPP_value=3D >=20 > ac_cv_env_CXXFLAGS_set=3D >=20 > ac_cv_env_CXXFLAGS_value=3D >=20 > ac_cv_env_CXX_set=3Dset >=20 > ac_cv_env_CXX_value=3D/usr/local/bin/g++ >=20 > ac_cv_env_F77_set=3D >=20 > ac_cv_env_F77_value=3D >=20 > ac_cv_env_FFLAGS_set=3D >=20 > ac_cv_env_FFLAGS_value=3D >=20 > ac_cv_env_LDFLAGS_set=3D >=20 > ac_cv_env_LDFLAGS_value=3D >=20 > ac_cv_env_build_alias_set=3D >=20 > ac_cv_env_build_alias_value=3D >=20 > ac_cv_env_host_alias_set=3D >=20 > ac_cv_env_host_alias_value=3D >=20 > ac_cv_env_target_alias_set=3D >=20 > ac_cv_env_target_alias_value=3D >=20 > ac_cv_prog_AWK=3Dnawk >=20 > ac_cv_prog_make_make_set=3Dyes >=20 > ## ----------------- ## >=20 > ## Output variables. ## >=20 > ## ----------------- ## >=20 > ACLOCAL=3D'aclocal-1.7' >=20 > AMDEPBACKSLASH=3D'' >=20 > AMDEP_FALSE=3D'' >=20 > AMDEP_TRUE=3D'' >=20 > AMTAR=3D'tar' >=20 > AR=3D'' >=20 > AS=3D'' >=20 > AUTOCONF=3D'autoconf' >=20 > AUTOHEADER=3D'autoheader' >=20 > AUTOMAKE=3D'automake-1.7' >=20 > AWK=3D'nawk' >=20 > CC=3D'/usr/local/bin/gcc' >=20 > CCDEPMODE=3D'' >=20 > CFLAGS=3D'' >=20 > CPP=3D'' >=20 > CPPFLAGS=3D'' >=20 > CXX=3D'/usr/local/bin/g++' >=20 > CXXCPP=3D'' >=20 > CXXDEPMODE=3D'' >=20 > CXXFLAGS=3D'' >=20 > CYGPATH_W=3D'echo' >=20 > DEFS=3D'' >=20 > DEPDIR=3D'' >=20 > DLLTOOL=3D'' >=20 > ECHO=3D'echo' >=20 > ECHO_C=3D'' >=20 > ECHO_N=3D'-n' >=20 > ECHO_T=3D'' >=20 > EGREP=3D'' >=20 > EXEEXT=3D'' >=20 > F77=3D'' >=20 > FFLAGS=3D'' >=20 > HAVE_FTIME_FALSE=3D'' >=20 > HAVE_FTIME_TRUE=3D'' >=20 > HAVE_JAVA_FALSE=3D'' >=20 > HAVE_JAVA_TRUE=3D'' >=20 > HAVE_PYTHON_FALSE=3D'' >=20 > HAVE_PYTHON_TRUE=3D'' >=20 > INSTALL_DATA=3D'${INSTALL} -m 644' >=20 > INSTALL_PROGRAM=3D'${INSTALL}' >=20 > INSTALL_SCRIPT=3D'${INSTALL}' >=20 > INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s' >=20 > JAVA_CFLAGS=3D'' >=20 > LDFLAGS=3D'' >=20 > LEX=3D'' >=20 > LEXLIB=3D'' >=20 > LEX_OUTPUT_ROOT=3D'' >=20 > LIBOBJS=3D'' >=20 > LIBS=3D'' >=20 > LIBTOOL=3D'' >=20 > LN_S=3D'' >=20 > LTLIBOBJS=3D'' >=20 > MAKEINFO=3D'makeinfo' >=20 > MYSQL_CFLAGS=3D'' >=20 > MYSQL_LIBS=3D'' >=20 > MYSQL_PREFIX=3D'' >=20 > OBJDUMP=3D'' >=20 > OBJEXT=3D'' >=20 > PACKAGE=3D'quickfix' >=20 > PACKAGE_BUGREPORT=3D'' >=20 > PACKAGE_NAME=3D'' >=20 > PACKAGE_STRING=3D'' >=20 > PACKAGE_TARNAME=3D'' >=20 > PACKAGE_VERSION=3D'' >=20 > PATH_SEPARATOR=3D':' >=20 > PYTHON_CFLAGS=3D'' >=20 > PYTHON_PREFIX=3D'' >=20 > PYTHON_SITE_PACKAGES=3D'' >=20 > RANLIB=3D'' >=20 > RUBYDIR=3D'' >=20 > SET_MAKE=3D'' >=20 > SHELL=3D'/bin/bash' >=20 > STLPORT_CFLAGS=3D'' >=20 > STLPORT_LIBS=3D'' >=20 > STLPORT_PREFIX=3D'' >=20 > STRIP=3D'' >=20 > VERSION=3D'1.10.2' >=20 > XML2_CONFIG=3D'' >=20 > XML_CFLAGS=3D'' >=20 > XML_LIBS=3D'' >=20 > ac_ct_AR=3D'' >=20 > ac_ct_AS=3D'' >=20 > ac_ct_CC=3D'' >=20 > ac_ct_CXX=3D'' >=20 > ac_ct_DLLTOOL=3D'' >=20 > ac_ct_F77=3D'' >=20 > ac_ct_OBJDUMP=3D'' >=20 > ac_ct_RANLIB=3D'' >=20 > ac_ct_STRIP=3D'' >=20 > am__fastdepCC_FALSE=3D'' >=20 > am__fastdepCC_TRUE=3D'' >=20 > am__fastdepCXX_FALSE=3D'' >=20 > am__fastdepCXX_TRUE=3D'' >=20 > am__include=3D'' >=20 > am__leading_dot=3D'.' >=20 > am__quote=3D'' >=20 > bindir=3D'${exec_prefix}/bin' >=20 > build=3D'' >=20 > build_alias=3D'' >=20 > build_cpu=3D'' >=20 > build_os=3D'' >=20 > build_vendor=3D'' >=20 > datadir=3D'${prefix}/share' >=20 > exec_prefix=3D'NONE' >=20 > host=3D'' >=20 > host_alias=3D'' >=20 > host_cpu=3D'' >=20 > host_os=3D'' >=20 > host_vendor=3D'' >=20 > includedir=3D'${prefix}/include' >=20 > infodir=3D'${prefix}/info' >=20 > install_sh=3D'/opt/quickfix/install-sh' >=20 > jarlib=3D'' >=20 > libdir=3D'${exec_prefix}/lib' >=20 > libexecdir=3D'${exec_prefix}/libexec' >=20 > localstatedir=3D'${prefix}/var' >=20 > mandir=3D'${prefix}/man' >=20 > oldincludedir=3D'/usr/include' >=20 > prefix=3D'NONE' >=20 > program_transform_name=3D's,x,x,' >=20 > sbindir=3D'${exec_prefix}/sbin' >=20 > sharedstatedir=3D'${prefix}/com' >=20 > sysconfdir=3D'${prefix}/etc' >=20 > target_alias=3D'' >=20 > ## ----------- ## >=20 > ## confdefs.h. ## >=20 > ## ----------- ## >=20 > #define PACKAGE "quickfix" >=20 > #define PACKAGE_BUGREPORT "" >=20 > #define PACKAGE_NAME "" >=20 > #define PACKAGE_STRING "" >=20 > #define PACKAGE_TARNAME "" >=20 > #define PACKAGE_VERSION "" >=20 > #define VERSION "1.10.2" >=20 > configure: exit 77 >=20 > ------------------------------------------------------------------------ >=20 > *From:* Caleb Epstein [mailto:cal...@gm...] > *Sent:* Thursday, December 29, 2005 4:45 PM > *To:* Vazirani, Carol > *Cc:* Oren Miller; qui...@li... > *Subject:* Re: [Quickfix-developers] RE: QuickFIX Installation question >=20 > On 12/29/05, *Vazirani, Carol* <ca...@ja...=20 > <mailto:ca...@ja...>> wrote: >=20 > I was looking for a solaris 10 package I can install. The link you > sent. Is that source code? >=20 >=20 > Yes. Looks like http://www.sunfreeware.com/ might be what you're=20 > looking for. I see gcc packages there. >=20 > --=20 > Caleb Epstein > caleb dot epstein at gmail dot com >=20 =20 =20 |