Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Programming Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Programming Talk
This forum is for all programming questions.
The questions do not have to be directly related to Ubuntu and any programming language is allowed.

 
Thread Tools Display Modes
Old March 27th, 2007   #1
arpad
5 Cups of Ubuntu
 
Join Date: Mar 2007
Beans: 21
Second part of config.log

Code:
| int
| main ()
| {
| return f != pow;
|   ;
|   return 0;
| }
configure:20253: result: no
configure:20165: checking for sqrt
configure:20222: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:50: warning: conflicting types for built-in function 'sqrt'
/tmp/ccyjCx0z.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:65: undefined reference to `sqrt'
/tmp/ccyjCx0z.o:(.data+0x0): undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:20228: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sqrt innocuous_sqrt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sqrt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sqrt
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char sqrt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_sqrt) || defined (__stub___sqrt)
| choke me
| #else
| char (*f) () = sqrt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != sqrt;
|   ;
|   return 0;
| }
configure:20253: result: no
configure:20274: checking wether C++ compiler works
configure:20292: g++ -o conftest -g -O2   conftest.cc  >&5
configure:20298: $? = 0
configure:20302: test -z 
			 || test ! -s conftest.err
configure:20305: $? = 0
configure:20308: test -s conftest
configure:20311: $? = 0
configure:20313: result: yes
configure:20374: checking for pkg-config
configure:20392: found /usr/bin/pkg-config
configure:20404: result: /usr/bin/pkg-config
configure:20419: checking pkg-config is at least version 0.9.0
configure:20422: result: yes
configure:20447: checking directory with ruby headers
configure:20467: g++ -c -I/usr/lib/ruby/1.8/i486-linux  conftest.cc >&5
configure:20473: $? = 0
configure:20477: test -z 
			 || test ! -s conftest.err
configure:20480: $? = 0
configure:20483: test -s conftest.o
configure:20486: $? = 0
configure:20488: result: /usr/lib/ruby/1.8/i486-linux
configure:20512: checking ruby extension scripts directory
configure:20515: result: /usr/local/lib/site_ruby/1.8
configure:20534: checking ruby extension binaries directory
configure:20537: result: /usr/local/lib/site_ruby/1.8/i486-linux
configure:20548: checking Ruby extension narray
configure:20551: result: Ok
configure:20559: checking Ruby extension RMagick
configure:20562: result: Ok
configure:20570: checking for boost
configure:20584: g++ -E  conftest.cc
configure:20590: $? = 0
configure:20602: result: yes
configure:20614: checking for X
configure:20719: g++ -E  conftest.cc
configure:20725: $? = 0
configure:20775: g++ -o conftest -g -O2   conftest.cc -lXt  >&5
configure:20781: $? = 0
configure:20785: test -z 
			 || test ! -s conftest.err
configure:20788: $? = 0
configure:20791: test -s conftest
configure:20794: $? = 0
configure:20844: result: libraries , headers 
configure:21016: g++ -o conftest -g -O2   conftest.cc   -lX11 >&5
configure:21022: $? = 0
configure:21026: test -z 
			 || test ! -s conftest.err
configure:21029: $? = 0
configure:21032: test -s conftest
configure:21035: $? = 0
configure:21193: checking for gethostbyname
configure:21250: g++ -o conftest -g -O2   conftest.cc  >&5
configure:21256: $? = 0
configure:21260: test -z 
			 || test ! -s conftest.err
configure:21263: $? = 0
configure:21266: test -s conftest
configure:21269: $? = 0
configure:21281: result: yes
configure:21432: checking for connect
configure:21489: g++ -o conftest -g -O2   conftest.cc  >&5
configure:21495: $? = 0
configure:21499: test -z 
			 || test ! -s conftest.err
configure:21502: $? = 0
configure:21505: test -s conftest
configure:21508: $? = 0
configure:21520: result: yes
configure:21595: checking for remove
configure:21652: g++ -o conftest -g -O2   conftest.cc  >&5
configure:21658: $? = 0
configure:21662: test -z 
			 || test ! -s conftest.err
configure:21665: $? = 0
configure:21668: test -s conftest
configure:21671: $? = 0
configure:21683: result: yes
configure:21758: checking for shmat
configure:21815: g++ -o conftest -g -O2   conftest.cc  >&5
configure:21821: $? = 0
configure:21825: test -z 
			 || test ! -s conftest.err
configure:21828: $? = 0
configure:21831: test -s conftest
configure:21834: $? = 0
configure:21846: result: yes
configure:21930: checking for IceConnectionNumber in -lICE
configure:21960: g++ -o conftest -g -O2   conftest.cc -lICE   >&5
configure:21966: $? = 0
configure:21970: test -z 
			 || test ! -s conftest.err
configure:21973: $? = 0
configure:21976: test -s conftest
configure:21979: $? = 0
configure:21992: result: yes
configure:22013: checking for OpenGL
configure:22070: checking for library containing glAccum
configure:22100: gcc -o conftest -g -O2   conftest.c  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
/tmp/ccEBpImi.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:37: undefined reference to `glAccum'
collect2: ld returned 1 exit status
configure:22106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char glAccum ();
| int
| main ()
| {
| glAccum ();
|   ;
|   return 0;
| }
configure:22155: gcc -o conftest -g -O2   conftest.c -lMesaGL   -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
/usr/bin/ld: cannot find -lMesaGL
collect2: ld returned 1 exit status
configure:22161: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char glAccum ();
| int
| main ()
| {
| glAccum ();
|   ;
|   return 0;
| }
configure:22155: gcc -o conftest -g -O2   conftest.c -lGL   -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
/usr/bin/../lib/libGLcore.so.1: undefined reference to `_nv000040gl'
collect2: ld returned 1 exit status
configure:22161: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char glAccum ();
| int
| main ()
| {
| glAccum ();
|   ;
|   return 0;
| }
configure:22189: result: no
configure:22198: checking for library containing gluBeginCurve
configure:22228: gcc -o conftest -g -O2   conftest.c  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
/tmp/cc6vgX3D.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:37: undefined reference to `gluBeginCurve'
collect2: ld returned 1 exit status
configure:22234: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char gluBeginCurve ();
| int
| main ()
| {
| gluBeginCurve ();
|   ;
|   return 0;
| }
configure:22283: gcc -o conftest -g -O2   conftest.c -lMesaGLU   -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
/usr/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:22289: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char gluBeginCurve ();
| int
| main ()
| {
| gluBeginCurve ();
|   ;
|   return 0;
| }
configure:22283: gcc -o conftest -g -O2   conftest.c -lGLU   -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
configure:22289: $? = 0
configure:22293: test -z 
			 || test ! -s conftest.err
configure:22296: $? = 0
configure:22299: test -s conftest
configure:22302: $? = 0
configure:22317: result: -lGLU
configure:22326: checking for library containing glXChooseVisual
configure:22356: gcc -o conftest -g -O2   conftest.c -lGLU  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
configure:22362: $? = 0
configure:22366: test -z 
			 || test ! -s conftest.err
configure:22369: $? = 0
configure:22372: test -s conftest
configure:22375: $? = 0
configure:22445: result: none required
configure:22454: checking for library containing glutInit
configure:22484: gcc -o conftest -g -O2   conftest.c -lGLU  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
/tmp/ccMtEs2d.o: In function `main':
/home/amajorov/Downloads/hornetseye/conftest.c:37: undefined reference to `glutInit'
collect2: ld returned 1 exit status
configure:22490: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "hornetseye"
| #define VERSION "0.12"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char glutInit ();
| int
| main ()
| {
| glutInit ();
|   ;
|   return 0;
| }
configure:22539: gcc -o conftest -g -O2   conftest.c -lglut  -lGLU  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi  >&5
configure:22545: $? = 0
configure:22549: test -z 
			 || test ! -s conftest.err
configure:22552: $? = 0
configure:22555: test -s conftest
configure:22558: $? = 0
configure:22573: result: -lglut
configure:22618: result: yes
configure:22628: checking for GL
configure:22631: result: no
configure:22638: checking for GLU
configure:22645: result: yes
configure:22648: checking for glut
configure:22655: result: yes
configure:22659: error: Check for OpenGL (GL,GLU,glut) failed.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux
ac_cv_build_alias=i686-pc-linux
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
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=
ac_cv_env_CXX_value=
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_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XINE_CFLAGS_set=
ac_cv_env_XINE_CFLAGS_value=
ac_cv_env_XINE_LIBS_set=
ac_cv_env_XINE_LIBS_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_pow=no
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_sqrt=no
ac_cv_have_x='have_x=yes 		ac_x_includes= ac_x_libraries='
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux
ac_cv_host_alias=i686-pc-linux
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
ac_cv_path_ac_prefix_program=/usr/bin/ruby
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CONVERT=convert
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_RDOC=rdoc
ac_cv_prog_RUBY=ruby
ac_cv_prog_TOUCH=touch
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_glAccum=no
ac_cv_search_glXChooseVisual='none required'
ac_cv_search_gluBeginCurve=-lGLU
ac_cv_search_glutInit=-lglut
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
mdl_cv_GL_CFLAGS=
mdl_cv_GL_LIBS='-lglut -lGLU  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi '
mdl_cv_have_GL=no
mdl_cv_have_GLU=yes
mdl_cv_have_GLX=yes
mdl_cv_have_OpenGL=yes
mdl_cv_have_glut=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run autoconf'
AUTOHEADER='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run autoheader'
AUTOMAKE='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run automake-1.9'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONVERT='convert'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRACT_PRIVATE=''
F77=''
FFLAGS=''
GL_CFLAGS=''
GL_LIBS='-lglut -lGLU  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi '
HORNETSEYE_INFO='0:12'
HORNETSEYE_VERSION='01200'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBS_DC1394=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/amajorov/Downloads/hornetseye/missing --run makeinfo'
OBJEXT='o'
PACKAGE='hornetseye'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
RDOC='rdoc'
RUBY='ruby'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TOUCH='touch'
VERSION='0.12'
XINE_CFLAGS=''
XINE_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_prefix_program='/usr/bin/ruby'
ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux'
build_alias=''
build_cpu='i686'
build_os='linux'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux'
host_alias=''
host_cpu='i686'
host_os='linux'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/amajorov/Downloads/hornetseye/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
rubyarchdir='/usr/lib/ruby/1.8/i486-linux'
rubysitearchdir='/usr/local/lib/site_ruby/1.8/i486-linux'
rubysitedir='/usr/local/lib/site_ruby/1.8'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "hornetseye"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.12"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1
arpad is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:37 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry