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