Re: [Quickfix-developers] Error : configure
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-08-15 03:41:00
|
I would check on your gcc installation. Do you know what version it is/how it was installed. The configure script isn't finding the typeinfo include file. Does your version of gcc support RTTI? It is really only necessary for the unit testing framework, but this is useful to validate your build is working correctly. "Ota, Yoshiki (Japan)" <Yos...@ex...> wrote: Hello, I get an error when I configure quickfix on a solaris machine. Can you please give an advise to resolve this error? Thank you, tkuwapd23> ./configure loading cache ./config.cache checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking host system type... sparc-sun-solaris2.6 checking build system type... sparc-sun-solaris2.6 checking for ranlib... (cached) ranlib checking for ld used by GCC... (cached) /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p checking whether ln -s works... (cached) yes checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... no checking if gcc static flag -static works... -static checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes checking command to parse /usr/ccs/bin/nm -p output... ok checking how to hardcode library paths into programs... immediate checking for /usr/ccs/bin/ld option to reload object files... -r checking dynamic linker characteristics... solaris2.6 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for objdir... .libs creating libtool loading cache ./config.cache checking how to run the C preprocessor... gcc -E checking for flex... flex checking for flex... (cached) flex checking for yywrap in -lfl... no checking lex output file root... lex.yy checking whether yytext is a pointer... no ./configure: ruby: not found checking for xml2-config... /home/otayos/usr/local/bin/xml2-config checking for libxml - version >= 2.0.0... yes (version 2.5.3) checking for shutdown in -lc... yes checking for inet_addr in -lc... yes checking for pthread_create in -lpthread... yes checking for pthread_create in -lc_r... no checking for stdio.h... yes checking for STREAMS ioctl... yes checking for set_terminate in the global namespace... yes checking for typeinfo in the global namespace... no checking for typeinfo in the std namespace... no configure: error: type_info is required by the test library ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |