pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/33074: clisp-2.38 fails to configure properly; using zlib from /usr/lib and not zlib from /usr/pkg/lib



The following reply was made to PR pkg/33074; it has been noted by GNATS.

From: Steven Sartorius <ssartor%bellatlantic.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/33074: clisp-2.38 fails to configure properly; using zlib from
 /usr/lib and not zlib from /usr/pkg/lib
Date: Mon, 13 Mar 2006 22:33:28 -0500

 --Apple-Mail-1-791251836
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
        charset=US-ASCII;
        format=flowed
 
 config.log attached as requested.
 
 
 --Apple-Mail-1-791251836
 Content-Transfer-Encoding: 7bit
 Content-Type: application/octet-stream;
        x-unix-mode=0644;
        name="config.log"
 Content-Disposition: attachment;
        filename=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 zlib configure 1.0, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ ./configure --with-module=pcre --with-module=rawsock 
--with-module=wildcard --with-module=zlib --prefix=/usr/pkg 
--host=i386--netbsdelf --mandir=/usr/pkg/man --without-libiconv-prefix 
--without-libintl-prefix
 
 ## --------- ##
 ## Platform. ##
 ## --------- ##
 
 hostname = localhost.localdomain
 uname -m = i386
 uname -r = 3.0_STABLE
 uname -s = NetBSD
 uname -v = NetBSD 3.0_STABLE (MiniQ) #0: Sun Feb 12 18:00:03 EST 2006  
root%localhost.localdomain@localhost:/usr/src/sys/arch/i386/compile/MiniQ
 
 /usr/bin/uname -p = i386
 /bin/uname -X     = unknown
 
 /bin/arch              = unknown
 /usr/bin/arch -k       = unknown
 /usr/convex/getsysinfo = unknown
 hostinfo               = unknown
 /bin/machine           = unknown
 /usr/bin/oslevel       = unknown
 /bin/universe          = unknown
 
 PATH: /usr/pkgsrc/lang/clisp/work.i386/.wrapper/bin
 PATH: /usr/pkgsrc/lang/clisp/work.i386/.buildlink/bin
 PATH: /usr/pkgsrc/lang/clisp/work.i386/.gcc/bin
 PATH: /usr/pkgsrc/lang/clisp/work.i386/.tools/bin
 PATH: /usr/pkg/bin
 PATH: /root/bin
 PATH: /bin
 PATH: /sbin
 PATH: /usr/bin
 PATH: /usr/sbin
 PATH: /usr/X11R6/bin
 PATH: /usr/pkg/bin
 PATH: /usr/pkg/sbin
 PATH: /usr/games
 PATH: /usr/local/bin
 PATH: /usr/local/sbin
 PATH: /usr/pkg/bin
 PATH: /usr/X11R6/bin
 
 
 ## ----------- ##
 ## Core tests. ##
 ## ----------- ##
 
 configure:1322:  * ZLIB (Tools)
 configure:1332: checking for i386--netbsdelf-gcc
 configure:1358: result: cc
 configure:1640: checking for C compiler version
 configure:1643: cc --version </dev/null >&5
 gcc (GCC) 3.3.3 (NetBSD nb3 20040520)
 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:1646: $? = 0
 configure:1648: cc -v </dev/null >&5
 Using built-in specs.
 Configured with: 
/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure 
--enable-long-long --disable-multilib --enable-threads --disable-symvers 
--build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf 
--target=i386--netbsdelf
 Thread model: posix
 gcc version 3.3.3 (NetBSD nb3 20040520)
 configure:1651: $? = 0
 configure:1653: cc -V </dev/null >&5
 gcc: couldn't run 
`/usr/bin/i386--netbsdelf-gcc--I/usr/pkgsrc/lang/clisp/work.i386/.buildlink/include':
 No such file or directory
 configure:1656: $? = 1
 configure:1679: checking for C compiler default output file name
 configure:1682: cc -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
 configure:1685: $? = 0
 configure:1731: result: a.out
 configure:1736: checking whether the C compiler works
 configure:1742: ./a.out
 configure:1745: $? = 0
 configure:1762: result: yes
 configure:1769: checking whether we are cross compiling
 configure:1771: result: no
 configure:1774: checking for suffix of executables
 configure:1776: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
 configure:1779: $? = 0
 configure:1804: result: 
 configure:1810: checking for suffix of object files
 configure:1831: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:1834: $? = 0
 configure:1856: result: o
 configure:1860: checking whether we are using the GNU C compiler
 configure:1884: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:1890: $? = 0
 configure:1894: test -z 
                         || test ! -s conftest.err
 configure:1897: $? = 0
 configure:1900: test -s conftest.o
 configure:1903: $? = 0
 configure:1916: result: yes
 configure:1922: checking whether cc accepts -g
 configure:1943: cc -c -g -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:1949: $? = 0
 configure:1953: test -z 
                         || test ! -s conftest.err
 configure:1956: $? = 0
 configure:1959: test -s conftest.o
 configure:1962: $? = 0
 configure:1973: result: yes
 configure:1990: checking for cc option to accept ANSI C
 configure:2060: cc  -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:2066: $? = 0
 configure:2070: test -z 
                         || test ! -s conftest.err
 configure:2073: $? = 0
 configure:2076: test -s conftest.o
 configure:2079: $? = 0
 configure:2097: result: none needed
 configure:2115: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 conftest.c:2: error: parse error before "me"
 configure:2121: $? = 1
 configure: failed program was:
 | #ifndef __cplusplus
 |   choke me
 | #endif
 configure:2259: checking how to run the C preprocessor
 configure:2294: cc -E -I/usr/include -I/usr/pkg/include conftest.c
 configure:2300: $? = 0
 configure:2332: cc -E -I/usr/include -I/usr/pkg/include conftest.c
 conftest.c:9:28: ac_nonexistent.h: No such file or directory
 configure:2338: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | 
 | #define PACKAGE_NAME "zlib"
 | #define PACKAGE_TARNAME "zlib"
 | #define PACKAGE_VERSION "1.0"
 | #define PACKAGE_STRING "zlib 1.0"
 | #define PACKAGE_BUGREPORT "clisp-list"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:2377: result: cc -E
 configure:2401: cc -E -I/usr/include -I/usr/pkg/include conftest.c
 configure:2407: $? = 0
 configure:2439: cc -E -I/usr/include -I/usr/pkg/include conftest.c
 conftest.c:9:28: ac_nonexistent.h: No such file or directory
 configure:2445: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | 
 | #define PACKAGE_NAME "zlib"
 | #define PACKAGE_TARNAME "zlib"
 | #define PACKAGE_VERSION "1.0"
 | #define PACKAGE_STRING "zlib 1.0"
 | #define PACKAGE_BUGREPORT "clisp-list"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:2536: checking build system type
 configure:2554: result: i386-unknown-netbsdelf3.0.
 configure:2562: checking host system type
 configure:2576: result: i386--netbsdelf
 configure:2608: checking for ld used by GCC
 configure:2672: result: /usr/pkgsrc/lang/clisp/work.i386/.wrapper/bin/ld
 configure:2681: checking if the linker 
(/usr/pkgsrc/lang/clisp/work.i386/.wrapper/bin/ld) is GNU ld
 configure:2694: result: yes
 configure:2701: checking for shared library run path origin
 configure:2714: result: done
 configure:2736: checking how to link with libz
 configure:3125: result: /usr/pkg/lib/libz.so -Wl,-rpath -Wl,/usr/pkg/lib
 configure:3160:  * ZLIB (Headers)
 configure:3164: checking for egrep
 configure:3174: result: grep -E
 configure:3179: checking for ANSI C header files
 configure:3204: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3210: $? = 0
 configure:3214: test -z 
                         || test ! -s conftest.err
 configure:3217: $? = 0
 configure:3220: test -s conftest.o
 configure:3223: $? = 0
 configure:3312: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
 configure:3315: $? = 0
 configure:3317: ./conftest
 configure:3320: $? = 0
 configure:3335: result: yes
 configure:3359: checking for sys/types.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for sys/stat.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for stdlib.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for string.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for memory.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for strings.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for inttypes.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for stdint.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3359: checking for unistd.h
 configure:3375: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3381: $? = 0
 configure:3385: test -z 
                         || test ! -s conftest.err
 configure:3388: $? = 0
 configure:3391: test -s conftest.o
 configure:3394: $? = 0
 configure:3405: result: yes
 configure:3431: checking zlib.h usability
 configure:3443: cc -c -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include conftest.c >&5
 configure:3449: $? = 0
 configure:3453: test -z 
                         || test ! -s conftest.err
 configure:3456: $? = 0
 configure:3459: test -s conftest.o
 configure:3462: $? = 0
 configure:3472: result: yes
 configure:3476: checking zlib.h presence
 configure:3486: cc -E -I/usr/include -I/usr/pkg/include conftest.c
 configure:3492: $? = 0
 configure:3512: result: yes
 configure:3547: checking for zlib.h
 configure:3554: result: yes
 configure:3573:  * ZLIB (Functions)
 configure:3575: checking for library containing compress2
 configure:3605: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
 /var/tmp//ccrJtq1Z.o(.text+0xa): In function `main':
 : undefined reference to `compress2'
 configure:3611: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | 
 | #define PACKAGE_NAME "zlib"
 | #define PACKAGE_TARNAME "zlib"
 | #define PACKAGE_VERSION "1.0"
 | #define PACKAGE_STRING "zlib 1.0"
 | #define PACKAGE_BUGREPORT "clisp-list"
 | #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_ZLIB_H 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 compress2 ();
 | int
 | main ()
 | {
 | compress2 ();
 |   ;
 |   return 0;
 | }
 configure:3660: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -lz   >&5
 configure:3666: $? = 0
 configure:3670: test -z 
                         || test ! -s conftest.err
 configure:3673: $? = 0
 configure:3676: test -s conftest
 configure:3679: $? = 0
 configure:3694: result: -lz
 configure:3710: checking for compressBound
 configure:3767: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -lz  >&5
 /var/tmp//cc5OPmRc.o(.text+0x11): In function `main':
 : undefined reference to `compressBound'
 /var/tmp//cc5OPmRc.o(.data+0x0): undefined reference to `compressBound'
 configure:3773: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | 
 | #define PACKAGE_NAME "zlib"
 | #define PACKAGE_TARNAME "zlib"
 | #define PACKAGE_VERSION "1.0"
 | #define PACKAGE_STRING "zlib 1.0"
 | #define PACKAGE_BUGREPORT "clisp-list"
 | #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_ZLIB_H 1
 | /* end confdefs.h.  */
 | /* Define compressBound to an innocuous variant, in case <limits.h> declares 
compressBound.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define compressBound innocuous_compressBound
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char compressBound (); 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 compressBound
 | 
 | /* 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 compressBound ();
 | /* 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_compressBound) || defined (__stub___compressBound)
 | choke me
 | #else
 | char (*f) () = compressBound;
 | #endif
 | #ifdef __cplusplus
 | }
 | #endif
 | 
 | int
 | main ()
 | {
 | return f != compressBound;
 |   ;
 |   return 0;
 | }
 configure:3798: result: no
 configure:3809: error: ZLIB version 1.2 or better is required
 
 ## ---------------- ##
 ## Cache variables. ##
 ## ---------------- ##
 
 ac_cv_build=i386-unknown-netbsdelf3.0.
 ac_cv_build_alias=i386-unknown-netbsdelf3.0.
 ac_cv_c_compiler_gnu=yes
 ac_cv_env_CC_set=set
 ac_cv_env_CC_value=cc
 ac_cv_env_CFLAGS_set=set
 ac_cv_env_CFLAGS_value='-O2 -pipe -march=pentiumpro -I/usr/include 
-I/usr/pkg/include'
 ac_cv_env_CPPFLAGS_set=set
 ac_cv_env_CPPFLAGS_value='-I/usr/include -I/usr/pkg/include'
 ac_cv_env_CPP_set=
 ac_cv_env_CPP_value=
 ac_cv_env_LDFLAGS_set=set
 ac_cv_env_LDFLAGS_value='-L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib'
 ac_cv_env_build_alias_set=
 ac_cv_env_build_alias_value=
 ac_cv_env_host_alias_set=set
 ac_cv_env_host_alias_value=i386--netbsdelf
 ac_cv_env_target_alias_set=
 ac_cv_env_target_alias_value=
 ac_cv_exeext=
 ac_cv_func_compressBound=no
 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_header_zlib_h=yes
 ac_cv_host=i386--netbsdelf
 ac_cv_host_alias=i386--netbsdelf
 ac_cv_libz_cppflags=
 ac_cv_libz_libs='/usr/pkg/lib/libz.so -Wl,-rpath -Wl,/usr/pkg/lib'
 ac_cv_libz_ltlibs='-L/usr/pkg/lib -lz -R/usr/pkg/lib'
 ac_cv_objext=o
 ac_cv_path_ECHO=echo
 ac_cv_path_EGREP=/usr/bin/egrep
 ac_cv_path_ENV=/usr/bin/env
 ac_cv_path_FALSE=false
 ac_cv_path_GREP=/usr/bin/grep
 ac_cv_path_TEST=test
 ac_cv_path_TRUE=true
 ac_cv_prog_CC=cc
 ac_cv_prog_CPP='cc -E'
 ac_cv_prog_cc_g=yes
 ac_cv_prog_cc_stdc=
 ac_cv_prog_egrep='grep -E'
 ac_cv_search_compress2=-lz
 acl_cv_hardcode_direct=no
 acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 acl_cv_hardcode_libdir_separator=
 acl_cv_hardcode_minus_L=no
 acl_cv_libext=a
 acl_cv_path_LD=/usr/pkgsrc/lang/clisp/work.i386/.wrapper/bin/ld
 acl_cv_prog_gnu_ld=yes
 acl_cv_rpath=done
 acl_cv_shlibext=so
 acl_cv_wl=-Wl,
 gt_cv_func_gnugettext1_libintl=yes
 gt_cv_func_gnugettext2_libintl=yes
 gt_cv_func_gnugettext_libintl=yes
 lt_cv_sys_max_cmd_len=262144
 
 ## ----------------- ##
 ## Output variables. ##
 ## ----------------- ##
 
 CC='cc'
 CFLAGS='-O2 -pipe -march=pentiumpro -I/usr/include -I/usr/pkg/include'
 CPP='cc -E'
 CPPFLAGS='-I/usr/include -I/usr/pkg/include'
 DEFS=''
 ECHO_C=''
 ECHO_N='-n'
 ECHO_T=''
 EGREP='grep -E'
 EXEEXT=''
 LDFLAGS='-L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib'
 LIBOBJS=''
 LIBS='-lz '
 LIBZ='/usr/pkg/lib/libz.so -Wl,-rpath -Wl,/usr/pkg/lib'
 LTLIBOBJS=''
 LTLIBZ='-L/usr/pkg/lib -lz -R/usr/pkg/lib'
 OBJEXT='o'
 PACKAGE_BUGREPORT='clisp-list'
 PACKAGE_NAME='zlib'
 PACKAGE_STRING='zlib 1.0'
 PACKAGE_TARNAME='zlib'
 PACKAGE_VERSION='1.0'
 PATH_SEPARATOR=':'
 SHELL='/bin/sh'
 ac_ct_CC=''
 bindir='${exec_prefix}/bin'
 build='i386-unknown-netbsdelf3.0.'
 build_alias=''
 build_cpu='i386'
 build_os='netbsdelf3.0.'
 build_vendor='unknown'
 datadir='${prefix}/share'
 exec_prefix='NONE'
 host='i386--netbsdelf'
 host_alias='i386--netbsdelf'
 host_cpu='i386'
 host_os='netbsdelf'
 host_vendor=''
 includedir='${prefix}/include'
 infodir='${prefix}/info'
 libdir='${exec_prefix}/lib'
 libexecdir='${exec_prefix}/libexec'
 localstatedir='${prefix}/var'
 mandir='/usr/pkg/man'
 oldincludedir='/usr/include'
 prefix='/usr/pkg'
 program_transform_name='s,x,x,'
 sbindir='${exec_prefix}/sbin'
 sharedstatedir='${prefix}/com'
 sysconfdir='${prefix}/etc'
 target_alias=''
 
 ## ----------- ##
 ## confdefs.h. ##
 ## ----------- ##
 
 #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 HAVE_ZLIB_H 1
 #define PACKAGE_BUGREPORT "clisp-list"
 #define PACKAGE_NAME "zlib"
 #define PACKAGE_STRING "zlib 1.0"
 #define PACKAGE_TARNAME "zlib"
 #define PACKAGE_VERSION "1.0"
 #define STDC_HEADERS 1
 
 configure: exit 1
 
 --Apple-Mail-1-791251836
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
        charset=US-ASCII;
        delsp=yes;
        format=flowed
 
 
 
 On Mar 13, 2006, at 22:00, joerg%britannica.bec.de@localhost wrote:
 
 > The following reply was made to PR pkg/33074; it has been noted by  
 > GNATS.
 >
 > From: joerg%britannica.bec.de@localhost
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:
 > Subject: Re: pkg/33074: clisp-2.38 fails to configure properly;  
 > using zlib from /usr/lib and not zlib from /usr/pkg/lib
 > Date: Tue, 14 Mar 2006 03:59:39 +0100
 >
 >  On Tue, Mar 14, 2006 at 02:45:01AM +0000, 
 > ssartor%bellatlantic.net@localhost  
 > wrote:
 >>
 >> configure:  * ZLIB (Functions)
 >> checking for library containing compress2... -lz
 >> checking for compressBound... no
 >> configure: error: ZLIB version 1.2 or better is required
 >> *** Error code 1
 >
 >  Please attach the config.log.
 >
 >  Joerg
 >
 
 
 --Apple-Mail-1-791251836--
 



Home | Main Index | Thread Index | Old Index