David Symonds <dsymonds@xxxxxxxxx> (06/09/2006): > Thanks for your patience, all. Post here if you > have any problems with it. Hi, sorry for the long get back to you and flex/yacc problem, but here is a ./configure log snippet, followed by a make log snippet, the config.log being attached: > checking for bison... no > checking for byacc... no > configure: WARNING: I'd much prefer to use GNU bison > checking for flex... no > checking for lex... no (As I'm in a fresh chroot, none of them is installed yet.) > kibi@ducky:~/graphthing-build/graphthing-1.3$ make > make[1]: Entering directory > `/home/kibi/graphthing-build/graphthing-1.3/src' > gt-bison.y -> gt-bison.tab.cc > make[1]: yacc: Command not found > make[1]: *** [gt-bison.tab.cc] Error 127 > make[1]: Leaving directory > `/home/kibi/graphthing-build/graphthing-1.3/src' > make: *** [all] Error 2 I guess that the ./configure script should fail when none of them is detected, which is my case. Anyway, I'm installing bison and continuing my packaging work. ;-) See you, -- Cyril
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GraphThing configure 1.3, which was generated by GNU Autoconf 2.60. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = ducky uname -m = i686 uname -r = 2.6.8-3-686 uname -s = Linux uname -v = #1 Thu Feb 9 07:39:48 UTC 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1775: checking for gcc configure:1791: found /usr/bin/gcc configure:1802: result: gcc configure:2040: checking for C compiler version configure:2047: gcc --version >&5 gcc (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13) Copyright (C) 2006 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:2050: $? = 0 configure:2057: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13) configure:2060: $? = 0 configure:2067: gcc -V >&5 gcc: '-V' option must have argument configure:2070: $? = 1 configure:2093: checking for C compiler default output file name configure:2120: gcc conftest.c >&5 configure:2123: $? = 0 configure:2169: result: a.out configure:2174: checking whether the C compiler works configure:2184: ./a.out configure:2187: $? = 0 configure:2204: result: yes configure:2211: checking whether we are cross compiling configure:2213: result: no configure:2216: checking for suffix of executables configure:2223: gcc -o conftest conftest.c >&5 configure:2226: $? = 0 configure:2250: result: configure:2256: checking for suffix of object files configure:2282: gcc -c conftest.c >&5 configure:2285: $? = 0 configure:2308: result: o configure:2312: checking whether we are using the GNU C compiler configure:2341: gcc -c conftest.c >&5 configure:2347: $? = 0 configure:2354: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:2357: $? = 0 configure:2364: test -s conftest.o configure:2367: $? = 0 configure:2381: result: yes configure:2386: checking whether gcc accepts -g configure:2416: gcc -c -g conftest.c >&5 configure:2422: $? = 0 configure:2429: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:2432: $? = 0 configure:2439: test -s conftest.o configure:2442: $? = 0 configure:2572: result: yes configure:2589: checking for gcc option to accept ISO C89 configure:2663: gcc -c -g -O2 conftest.c >&5 configure:2669: $? = 0 configure:2676: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:2679: $? = 0 configure:2686: test -s conftest.o configure:2689: $? = 0 configure:2709: result: none needed configure:2785: checking for g++ configure:2801: found /usr/bin/g++ configure:2812: result: g++ configure:2843: checking for C++ compiler version configure:2850: g++ --version >&5 g++ (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13) Copyright (C) 2006 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:2853: $? = 0 configure:2860: g++ -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13) configure:2863: $? = 0 configure:2870: g++ -V >&5 g++: '-V' option must have argument configure:2873: $? = 1 configure:2876: checking whether we are using the GNU C++ compiler configure:2905: g++ -c conftest.cpp >&5 configure:2911: $? = 0 configure:2918: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:2921: $? = 0 configure:2928: test -s conftest.o configure:2931: $? = 0 configure:2945: result: yes configure:2950: checking whether g++ accepts -g configure:2980: g++ -c -g conftest.cpp >&5 configure:2986: $? = 0 configure:2993: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:2996: $? = 0 configure:3003: test -s conftest.o configure:3006: $? = 0 configure:3136: result: yes configure:3160: checking whether the compiler implements namespaces configure:3193: g++ -c -g -O2 conftest.cpp >&5 configure:3199: $? = 0 configure:3206: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:3209: $? = 0 configure:3216: test -s conftest.o configure:3219: $? = 0 configure:3238: result: yes configure:3246: checking for function prototypes configure:3249: result: yes configure:3273: checking how to run the C preprocessor configure:3313: gcc -E conftest.c configure:3319: $? = 0 configure:3357: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3363: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GraphThing" | #define PACKAGE_TARNAME "graphthing" | #define PACKAGE_VERSION "1.3" | #define PACKAGE_STRING "GraphThing 1.3" | #define PACKAGE_BUGREPORT "" | #define GT_VERSION "1.3" | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3403: result: gcc -E configure:3432: gcc -E conftest.c configure:3438: $? = 0 configure:3476: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3482: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GraphThing" | #define PACKAGE_TARNAME "graphthing" | #define PACKAGE_VERSION "1.3" | #define PACKAGE_STRING "GraphThing 1.3" | #define PACKAGE_BUGREPORT "" | #define GT_VERSION "1.3" | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3527: checking for grep that handles long lines and -e configure:3601: result: /bin/grep configure:3606: checking for egrep configure:3684: result: /bin/grep -E configure:3689: checking for preprocessor stringizing operator configure:3713: result: yes configure:3728: checking whether the compiler recognizes bool as a built-in type configure:3765: g++ -c -g -O2 conftest.cpp >&5 configure:3771: $? = 0 configure:3778: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:3781: $? = 0 configure:3788: test -s conftest.o configure:3791: $? = 0 configure:3810: result: yes configure:3818: checking whether the compiler supports exceptions configure:3851: g++ -c -g -O2 conftest.cpp >&5 configure:3857: $? = 0 configure:3864: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:3867: $? = 0 configure:3874: test -s conftest.o configure:3877: $? = 0 configure:3896: result: yes configure:3904: checking whether the compiler has stringstream configure:3938: g++ -c -g -O2 conftest.cpp >&5 configure:3944: $? = 0 configure:3951: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:3954: $? = 0 configure:3961: test -s conftest.o configure:3964: $? = 0 configure:3983: result: yes configure:3996: checking whether the compiler supports ISO C++ standard library configure:4036: g++ -c -g -O2 conftest.cpp >&5 configure:4042: $? = 0 configure:4049: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:4052: $? = 0 configure:4059: test -s conftest.o configure:4062: $? = 0 configure:4081: result: yes configure:4089: checking whether the compiler supports Standard Template Library configure:4125: g++ -c -g -O2 conftest.cpp >&5 configure:4131: $? = 0 configure:4138: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:4141: $? = 0 configure:4148: test -s conftest.o configure:4151: $? = 0 configure:4170: result: yes configure:4178: checking whether the compiler supports member constants configure:4211: g++ -c -g -O2 conftest.cpp >&5 configure:4217: $? = 0 configure:4224: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err configure:4227: $? = 0 configure:4234: test -s conftest.o configure:4237: $? = 0 configure:4256: result: yes configure:4270: checking for bison configure:4300: result: no configure:4270: checking for byacc configure:4300: result: no configure:4310: WARNING: I'd much prefer to use GNU bison configure:4317: checking for flex configure:4347: result: no configure:4317: checking for lex configure:4347: result: no configure:4358: checking for yywrap in -lfl configure:4393: gcc -o conftest -g -O2 conftest.c -lfl >&5 /usr/bin/ld: cannot find -lfl collect2: ld returned 1 exit status configure:4399: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GraphThing" | #define PACKAGE_TARNAME "graphthing" | #define PACKAGE_VERSION "1.3" | #define PACKAGE_STRING "GraphThing 1.3" | #define PACKAGE_BUGREPORT "" | #define GT_VERSION "1.3" | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRINGIZE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char yywrap (); | int | main () | { | return yywrap (); | ; | return 0; | } configure:4433: result: no configure:4438: checking for yywrap in -ll configure:4473: gcc -o conftest -g -O2 conftest.c -ll >&5 /usr/bin/ld: cannot find -ll collect2: ld returned 1 exit status configure:4479: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GraphThing" | #define PACKAGE_TARNAME "graphthing" | #define PACKAGE_VERSION "1.3" | #define PACKAGE_STRING "GraphThing 1.3" | #define PACKAGE_BUGREPORT "" | #define GT_VERSION "1.3" | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRINGIZE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char yywrap (); | int | main () | { | return yywrap (); | ; | return 0; | } configure:4513: result: no configure:4635: WARNING: I'd much prefer to use GNU flex configure:4682: checking for a BSD-compatible install configure:4738: result: /usr/bin/install -c configure:4749: checking whether make sets $(MAKE) configure:4770: result: yes configure:4779: checking whether ln -s works configure:4783: result: yes configure:4795: checking for uname configure:4813: found /bin/uname configure:4825: result: /bin/uname configure:4836: checking system type configure:4839: result: Linux configure:4863: checking for ANSI C header files configure:4893: gcc -c -g -O2 conftest.c >&5 configure:4899: $? = 0 configure:4906: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:4909: $? = 0 configure:4916: test -s conftest.o configure:4919: $? = 0 configure:5015: gcc -o conftest -g -O2 conftest.c >&5 configure:5018: $? = 0 configure:5024: ./conftest configure:5027: $? = 0 configure:5044: result: yes configure:5068: checking for sys/types.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for sys/stat.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for stdlib.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for string.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for memory.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for strings.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for inttypes.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for stdint.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5068: checking for unistd.h configure:5089: gcc -c -g -O2 conftest.c >&5 configure:5095: $? = 0 configure:5102: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5105: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5128: result: yes configure:5160: checking math.h usability configure:5177: gcc -c -g -O2 conftest.c >&5 configure:5183: $? = 0 configure:5190: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5193: $? = 0 configure:5200: test -s conftest.o configure:5203: $? = 0 configure:5214: result: yes configure:5218: checking math.h presence configure:5233: gcc -E conftest.c configure:5239: $? = 0 configure:5260: result: yes configure:5288: checking for math.h configure:5296: result: yes configure:5160: checking stdio.h usability configure:5177: gcc -c -g -O2 conftest.c >&5 configure:5183: $? = 0 configure:5190: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5193: $? = 0 configure:5200: test -s conftest.o configure:5203: $? = 0 configure:5214: result: yes configure:5218: checking stdio.h presence configure:5233: gcc -E conftest.c configure:5239: $? = 0 configure:5260: result: yes configure:5288: checking for stdio.h configure:5296: result: yes configure:5150: checking for stdlib.h configure:5156: result: yes configure:5150: checking for string.h configure:5156: result: yes configure:5160: checking time.h usability configure:5177: gcc -c -g -O2 conftest.c >&5 configure:5183: $? = 0 configure:5190: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5193: $? = 0 configure:5200: test -s conftest.o configure:5203: $? = 0 configure:5214: result: yes configure:5218: checking time.h presence configure:5233: gcc -E conftest.c configure:5239: $? = 0 configure:5260: result: yes configure:5288: checking for time.h configure:5296: result: yes configure:5150: checking for unistd.h configure:5156: result: yes configure:5314: checking for atan2 in -lm configure:5349: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:36: warning: conflicting types for built-in function 'atan2' configure:5355: $? = 0 configure:5362: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:5365: $? = 0 configure:5372: test -s conftest configure:5375: $? = 0 configure:5389: result: yes configure:5406: checking for GNU make configure:5421: result: make configure:5453: checking for wx-config configure:5471: found /usr/bin/wx-config configure:5484: result: /usr/bin/wx-config configure:5495: checking for wxWidgets version >= 2.6.0 configure:5527: result: ok (found 2.6.3) configure:5737: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GraphThing config.status 1.3, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ducky config.status:604: creating GNUmakefile config.status:604: creating src/GNUmakefile config.status:604: creating src/config.h config.status:836: src/config.h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## _cv_gnu_make_command=make ac_cv_c_compiler_gnu=yes ac_cv_c_stringize=yes ac_cv_cxx_bool=yes ac_cv_cxx_compiler_gnu=yes ac_cv_cxx_exceptions=yes ac_cv_cxx_have_sstream=yes ac_cv_cxx_have_std=yes ac_cv_cxx_have_stl=yes ac_cv_cxx_member_constants=yes ac_cv_cxx_namespaces=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_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_header_inttypes_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_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_time_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_fl_yywrap=no ac_cv_lib_l_yywrap=no ac_cv_lib_m_atan2=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_WXCONFIG=/usr/bin/wx-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_unamepath=/bin/uname ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXFLAGS='-g -O2' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' EXTRA_CFLAGS='' EXTRA_LDFLAGS='' EXTRA_PROGS='' GREP='/bin/grep' GT_VERSION='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LEX=':' LEXLIB='' LEX_OUTPUT_ROOT='' LIBOBJS='' LIBS='-lm ' LN_S='ln -s' LTLIBOBJS='' NLS_OBJS='lang.o' NLS_PARSERS='lang.' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='GraphThing' PACKAGE_STRING='GraphThing 1.3' PACKAGE_TARNAME='graphthing' PACKAGE_VERSION='1.3' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' WXCONFIG='/usr/bin/wx-config' WX_CXXFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA ' WX_LIBS='-pthread -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6 ' YACC='yacc' YFLAGS='' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' ifGNUmake='' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' unamepath='/bin/uname' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "GraphThing" #define PACKAGE_TARNAME "graphthing" #define PACKAGE_VERSION "1.3" #define PACKAGE_STRING "GraphThing 1.3" #define PACKAGE_BUGREPORT "" #define GT_VERSION "1.3" #define PROTOTYPES 1 #define __PROTOTYPES 1 #define HAVE_STRINGIZE 1 #define USING_LINUX 1 #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_MATH_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIBM 1 #define ENABLE_NLS 1 #define LANG_DIALOG_IS_DISABLED 1 configure: exit 0
Attachment:
pgpFMEiTUMXlQ.pgp
Description: PGP signature