summaryrefslogtreecommitdiffhomepage
path: root/config.log
diff options
context:
space:
mode:
authorpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2004-05-19 05:23:55 +0000
committerpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2004-05-19 05:23:55 +0000
commitd3f03aed09f50a023b32353385cc5fa4cc3e3946 (patch)
tree7366c32221e4160ad08efe1c23cb6c841d07f3dd /config.log
parent4455b1f1f7744c47b321cafeb26c199c257953f8 (diff)
- more cleaning
- compiles and works with PHP 4.3.4, but autoconfig script is broken git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@10 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'config.log')
-rw-r--r--config.log356
1 files changed, 0 insertions, 356 deletions
diff --git a/config.log b/config.log
deleted file mode 100644
index 2fb6a5d..0000000
--- a/config.log
+++ /dev/null
@@ -1,356 +0,0 @@
-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 --without-t1lib
-
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = pp158.warszawa.sdi.tpnet.pl
-uname -m = i686
-uname -r = 2.4.21
-uname -s = Linux
-uname -v = #1 nie gru 28 04:39:52 CET 2003
-
-/usr/bin/uname -p = unknown
-/bin/uname -X = unknown
-
-/bin/arch = i686
-/usr/bin/arch -k = unknown
-/usr/convex/getsysinfo = unknown
-hostinfo = unknown
-/bin/machine = unknown
-/usr/bin/oslevel = unknown
-/bin/universe = unknown
-
-PATH: /usr/bin
-PATH: /bin
-PATH: /usr/sbin
-PATH: /sbin
-PATH: /usr/X11R6/bin
-PATH: /usr/local/bin
-PATH: /home/pp/bin
-PATH: /home/pp/bin
-PATH: /usr/java/jre1.3.1/bin
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-configure:1495: checking build system type
-configure:1513: result: i686-pc-linux-gnu
-configure:1521: checking host system type
-configure:1535: result: i686-pc-linux-gnu
-configure:1626: checking for gcc
-configure:1642: found /usr/bin/gcc
-configure:1652: result: gcc
-configure:1896: checking for C compiler version
-configure:1899: gcc --version </dev/null >&5
-2.95.4
-configure:1902: $? = 0
-configure:1904: gcc -v </dev/null >&5
-Reading specs from /usr/lib/gcc-lib/i686-pld-linux/2.95.4/specs
-gcc version 2.95.4 20010319 (prerelease)
-configure:1907: $? = 0
-configure:1909: gcc -V </dev/null >&5
-gcc: argument to `-V' is missing
-configure:1912: $? = 1
-configure:1936: checking for C compiler default output
-configure:1939: gcc -lm conftest.c >&5
-configure:1942: $? = 0
-configure:1988: result: a.out
-configure:1993: checking whether the C compiler works
-configure:1999: ./a.out
-configure:2002: $? = 0
-configure:2019: result: yes
-configure:2026: checking whether we are cross compiling
-configure:2028: result: no
-configure:2031: checking for suffix of executables
-configure:2033: gcc -o conftest -lm conftest.c >&5
-configure:2036: $? = 0
-configure:2061: result:
-configure:2067: checking for suffix of object files
-configure:2089: gcc -c conftest.c >&5
-configure:2092: $? = 0
-configure:2114: result: o
-configure:2118: checking whether we are using the GNU C compiler
-configure:2143: gcc -c conftest.c >&5
-configure:2146: $? = 0
-configure:2149: test -s conftest.o
-configure:2152: $? = 0
-configure:2165: result: yes
-configure:2171: checking whether gcc accepts -g
-configure:2193: gcc -c -g conftest.c >&5
-configure:2196: $? = 0
-configure:2199: test -s conftest.o
-configure:2202: $? = 0
-configure:2213: result: yes
-configure:2230: checking for gcc option to accept ANSI C
-configure:2291: gcc -c -g -O2 conftest.c >&5
-configure:2294: $? = 0
-configure:2297: test -s conftest.o
-configure:2300: $? = 0
-configure:2318: result: none needed
-configure:2336: gcc -c -g -O2 conftest.c >&5
-conftest.c:2: parse error before `me'
-configure:2339: $? = 1
-configure: failed program was:
-| #ifndef __cplusplus
-| choke me
-| #endif
-configure:2449: checking whether gcc and cc understand -c and -o together
-configure:2480: gcc -c conftest.c -o conftest.o >&5
-configure:2483: $? = 0
-configure:2485: gcc -c conftest.c -o conftest.o >&5
-configure:2488: $? = 0
-configure:2495: cc -c conftest.c >&5
-configure:2498: $? = 0
-configure:2501: cc -c conftest.c -o conftest.o >&5
-configure:2504: $? = 0
-configure:2506: cc -c conftest.c -o conftest.o >&5
-configure:2509: $? = 0
-configure:2527: result: yes
-configure:2542: checking if compiler supports -R
-configure:2567: gcc -o conftest -g -O2 -lm conftest.c -R /usr/lib >&5
-gcc: unrecognized option `-R'
-/usr/lib: file not recognized: Is a directory
-collect2: ld returned 1 exit status
-configure:2570: $? = 1
-configure: failed program was:
-| #line 2550 "configure"
-| /* confdefs.h. */
-|
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| /* end confdefs.h. */
-|
-| int
-| main ()
-| {
-|
-| ;
-| return 0;
-| }
-configure:2589: result: no
-configure:2594: checking if compiler supports -Wl,-rpath,
-configure:2619: gcc -o conftest -g -O2 -lm conftest.c -Wl,-rpath,/usr/lib >&5
-configure:2622: $? = 0
-configure:2625: test -s conftest
-configure:2628: $? = 0
-configure:2641: result: yes
-configure:2687: checking for PHP prefix
-configure:2689: result: /usr
-configure:2691: checking for PHP includes
-configure:2693: result: -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM
-configure:2695: checking for PHP extension directory
-configure:2697: result: /usr/lib/php
-configure:2739: checking for re2c
-configure:2766: result: exit 0;
-configure:2778: checking for awk
-configure:2794: found /usr/bin/awk
-configure:2804: result: awk
-configure:2817: checking for Imlib2 support
-configure:2860: result: yes, shared
-configure:2867: checking for Imlib2 Type1 font support
-configure:2910: result: yes, shared
-configure:2921: checking for Imlib2 version
-configure:2926: result: 1.0.6
-configure:3148: checking for T1_LoadFont in -lt1
-configure:3179: gcc -o conftest -g -O2 -DPHP_IMLIB_FILTER_PATH="\"/usr/lib/php/php_imlib_filters\"" -lm conftest.c -lt1 >&5
-configure:3182: $? = 0
-configure:3185: test -s conftest
-configure:3188: $? = 0
-configure:3200: result: yes
-configure:3645: checking for a sed that does not truncate output
-configure:3699: result: /bin/sed
-configure:3702: checking for egrep
-configure:3712: result: grep -E
-configure:3728: checking for ld used by gcc
-configure:3795: result: /usr/bin/ld
-configure:3804: checking if the linker (/usr/bin/ld) is GNU ld
-configure:3819: result: yes
-configure:3824: checking for /usr/bin/ld option to reload object files
-configure:3831: result: -r
-configure:3840: checking for BSD-compatible nm
-configure:3882: result: /usr/bin/nm -B
-configure:3886: checking whether ln -s works
-configure:3890: result: yes
-configure:3897: checking how to recognise dependent libraries
-configure:4097: result: pass_all
-configure:4300: checking how to run the C preprocessor
-configure:4336: gcc -E -DPHP_IMLIB_FILTER_PATH="\"/usr/lib/php/php_imlib_filters\"" conftest.c
-configure:4342: $? = 0
-configure:4374: gcc -E -DPHP_IMLIB_FILTER_PATH="\"/usr/lib/php/php_imlib_filters\"" conftest.c
-configure:4376: ac_nonexistent.h: No such file or directory
-configure:4380: $? = 1
-configure: failed program was:
-| #line 4365 "configure"
-| /* confdefs.h. */
-|
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define HAVE_IMLIB 1
-| #define HAVE_LIBT1 1
-| #define COMPILE_DL_IMLIB 1
-| /* end confdefs.h. */
-| #include <ac_nonexistent.h>
-configure:4418: result: gcc -E
-configure:4443: gcc -E -DPHP_IMLIB_FILTER_PATH="\"/usr/lib/php/php_imlib_filters\"" conftest.c
-configure:4449: $? = 0
-configure:4481: gcc -E -DPHP_IMLIB_FILTER_PATH="\"/usr/lib/php/php_imlib_filters\"" conftest.c
-configure:4483: ac_nonexistent.h: No such file or directory
-
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-
-ac_cv_build=i686-pc-linux-gnu
-ac_cv_build_alias=i686-pc-linux-gnu
-ac_cv_c_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=set
-ac_cv_env_LDFLAGS_value=-lm
-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_host=i686-pc-linux-gnu
-ac_cv_host_alias=i686-pc-linux-gnu
-ac_cv_lib_t1_T1_LoadFont=yes
-ac_cv_objext=o
-ac_cv_prog_AWK=awk
-ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_RE2C='exit 0;'
-ac_cv_prog_ac_ct_CC=gcc
-ac_cv_prog_cc_g=yes
-ac_cv_prog_cc_gcc_c_o=yes
-ac_cv_prog_cc_stdc=
-ac_cv_prog_egrep='grep -E'
-lt_cv_deplibs_check_method=pass_all
-lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.5.so'
-lt_cv_ld_reload_flag=-r
-lt_cv_path_LD=/usr/bin/ld
-lt_cv_path_NM='/usr/bin/nm -B'
-lt_cv_path_SED=/bin/sed
-lt_cv_prog_gnu_ld=yes
-php_cv_cc_dashr=no
-php_cv_cc_rpath=yes
-
-## ----------------- ##
-## Output variables. ##
-## ----------------- ##
-
-AR=''
-AWK='awk'
-CC='gcc'
-CFLAGS='-g -O2'
-CPP='gcc -E'
-CPPFLAGS='-DPHP_IMLIB_FILTER_PATH="\"/usr/lib/php/php_imlib_filters\"" '
-CXX=''
-CXXCPP=''
-CXXFLAGS=''
-DEFS=''
-ECHO='/bin/echo'
-ECHO_C=''ECHO_N=''
-ECHO_T=''
-EGREP='grep -E'
-EXEEXT=''
-F77=''
-FFLAGS=''
-LDFLAGS='-lm'
-LIBOBJS=''
-LIBS=''
-LIBTOOL=''
-LN_S='ln -s'
-LTLIBOBJS=''
-OBJEXT='o'
-PACKAGE_BUGREPORT=''
-PACKAGE_NAME=''
-PACKAGE_STRING=''
-PACKAGE_TARNAME=''
-PACKAGE_VERSION=''
-PATH_SEPARATOR=':'
-RANLIB=''
-RE2C='exit 0;'
-SHELL='/bin/sh'
-STRIP=''
-ac_ct_AR=''
-ac_ct_CC='gcc'
-ac_ct_CXX=''
-ac_ct_F77=''
-ac_ct_RANLIB=''
-ac_ct_STRIP=''
-bindir='${exec_prefix}/bin'
-build='i686-pc-linux-gnu'
-build_alias=''
-build_cpu='i686'
-build_os='linux-gnu'
-build_vendor='pc'
-datadir='${prefix}/share'
-exec_prefix='NONE'
-host='i686-pc-linux-gnu'
-host_alias=''
-host_cpu='i686'
-host_os='linux-gnu'
-host_vendor='pc'
-includedir='${prefix}/include'
-infodir='${prefix}/info'
-libdir='${exec_prefix}/lib'
-libexecdir='${exec_prefix}/libexec'
-localstatedir='${prefix}/var'
-mandir='${prefix}/man'
-oldincludedir='/usr/include'
-prefix='/usr'
-program_transform_name='s,x,x,'
-sbindir='${exec_prefix}/sbin'
-sharedstatedir='${prefix}/com'
-sysconfdir='${prefix}/etc'
-target_alias=''
-
-## ----------- ##
-## confdefs.h. ##
-## ----------- ##
-
-#define COMPILE_DL_IMLIB 1
-#define HAVE_IMLIB 1
-#define HAVE_LIBT1 1
-#define PACKAGE_BUGREPORT ""
-#define PACKAGE_NAME ""
-#define PACKAGE_STRING ""
-#define PACKAGE_TARNAME ""
-#define PACKAGE_VERSION ""
-
-configure: caught signal 2
-configure: exit 1