Re: [Easytag-mailing] Why "mp3 file support disabled"?



On 2006-06-08 19:05:10 +0200, Jérôme COUDERC <easytag gmail com> said:

Hummm strange...
It doesn't seem to detect id3lib... Could you send me your config.log
file, to analyse it?

Jerome

Ye Xu wrote, the 08/06/2006 18:53 :
On 2006-06-08 18:42:02 +0200, "Götz Waschk" <goetz waschk gmail com> sa
id:



On 6/8/06, Ye Xu <ye xu gmx de> wrote:


this "port" system is widely been used on mac os x, which aims to port
unix open source appz  to mac darwin platform, and there are two major
choices, one is well-known fink, the other project is darwinports from
opendarwin. they all supplied with lots of ports, check em all on their
site, which shall be easily found on google...


How does this install something, does it download a binary or does it
build from sources?
You don't need libmad but id3lib.

Regards, Götz
--
"If the bible proves the existence of God, then Superman comics prove
the existence of Superman" -- Usenet



yes, i have to fetch all needed source packet (not binary), extract em

and compile em just one by one...



--
EasyTAG - Tag editor for MP3 and Ogg Vorbis files
http://easytag.sourceforge.net

ok. here it is>


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by OpenDarwin DarwinPorts configure 1.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

 $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = apple.local
uname -m = Power Macintosh
uname -r = 8.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 640.00 megabytes
Default processor set: 83 tasks, 299 threads, 1 processors
Load average: 2.58, Mach factor: 0.44
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sw/bin
PATH: /sw/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1393: checking build system type
configure:1411: result: powerpc-apple-darwin8.6.0
configure:1419: checking host system type
configure:1433: result: powerpc-apple-darwin8.6.0
configure:1441: checking target system type
configure:1455: result: powerpc-apple-darwin8.6.0
configure:1542: checking for gcc
configure:1558: found /usr/bin/gcc
configure:1568: result: gcc
configure:1812: checking for C compiler version
configure:1815: gcc --version </dev/null >&5
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5341)
Copyright (C) 2005 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:1818: $? = 0
configure:1820: gcc -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5341.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5341)
configure:1823: $? = 0
configure:1825: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1828: $? = 1
configure:1851: checking for C compiler default output file name
configure:1854: gcc    conftest.c  >&5
configure:1857: $? = 0
configure:1903: result: a.out
configure:1908: checking whether the C compiler works
configure:1914: ./a.out
configure:1917: $? = 0
configure:1934: result: yes
configure:1941: checking whether we are cross compiling
configure:1943: result: no
configure:1946: checking for suffix of executables
configure:1948: gcc -o conftest    conftest.c  >&5
configure:1951: $? = 0
configure:1976: result:
configure:1982: checking for suffix of object files
configure:2003: gcc -c   conftest.c >&5
configure:2006: $? = 0
configure:2028: result: o
configure:2032: checking whether we are using the GNU C compiler
configure:2056: gcc -c   conftest.c >&5
configure:2062: $? = 0
configure:2066: test -z
			 || test ! -s conftest.err
configure:2069: $? = 0
configure:2072: test -s conftest.o
configure:2075: $? = 0
configure:2088: result: yes
configure:2094: checking whether gcc accepts -g
configure:2115: gcc -c -g  conftest.c >&5
configure:2121: $? = 0
configure:2125: test -z
			 || test ! -s conftest.err
configure:2128: $? = 0
configure:2131: test -s conftest.o
configure:2134: $? = 0
configure:2145: result: yes
configure:2162: checking for gcc option to accept ANSI C
configure:2232: gcc  -c -g -O2  conftest.c >&5
configure:2238: $? = 0
configure:2242: test -z
			 || test ! -s conftest.err
configure:2245: $? = 0
configure:2248: test -s conftest.o
configure:2251: $? = 0
configure:2269: result: none needed
configure:2287: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before 'me'
configure:2293: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2439: checking for a BSD-compatible install
configure:2494: result: /usr/bin/install -c
configure:2505: checking whether make sets $(MAKE)
configure:2525: result: yes
configure:2534: checking whether ln -s works
configure:2538: result: yes
configure:2547: checking for cvs
configure:2565: found /usr/bin/cvs
configure:2577: result: /usr/bin/cvs
configure:2586: checking for rsync
configure:2604: found /usr/bin/rsync
configure:2616: result: /usr/bin/rsync
configure:2625: checking for launchd
configure:2641: found /sbin/launchd
configure:2651: result: yes
configure:2660: checking for launchctl
configure:2678: found /bin/launchctl
configure:2690: result: /bin/launchctl
configure:2699: checking for xcodebuild
configure:2717: found /usr/bin/xcodebuild
configure:2729: result: /usr/bin/xcodebuild
configure:2746: checking for tar
configure:2764: found /sw/bin/tar
configure:2776: result: /sw/bin/tar
configure:2785: checking for gnutar
configure:2803: found /sw/bin/gnutar
configure:2815: result: /sw/bin/gnutar
configure:2823: checking for which tar variant to use
configure:2831: result: /sw/bin/gnutar
configure:2835: checking for /sw/bin/gnutar --no-same-owner support
configure:2842: result: yes
configure:2856: checking how to mark unused variables
configure:2867: gcc -c -g -O2  conftest.c >&5
configure:2873: $? = 0
configure:2877: test -z
			 || test ! -s conftest.err
configure:2880: $? = 0
configure:2883: test -s conftest.o
configure:2886: $? = 0
configure:2904: result:
configure:2913: checking for mtree
configure:2932: found /usr/sbin/mtree
configure:2944: result: /usr/sbin/mtree
configure:2977: checking for CoreFoundation framework
configure:3010: gcc -o conftest -g -O2 conftest.c -framework CoreFoundation >&5
configure:3016: $? = 0
configure:3020: test -z
			 || test ! -s conftest.err
configure:3023: $? = 0
configure:3026: test -s conftest
configure:3029: $? = 0
configure:3051: result: yes
configure:3067: checking for SystemConfiguration framework
configure:3100: gcc -o conftest -g -O2 conftest.c -framework SystemConfiguration >&5
configure:3106: $? = 0
configure:3110: test -z
			 || test ! -s conftest.err
configure:3113: $? = 0
configure:3116: test -s conftest
configure:3119: $? = 0
configure:3141: result: yes
configure:3157: checking for IOKit framework
configure:3190: gcc -o conftest -g -O2   conftest.c -framework IOKit  >&5
configure:3196: $? = 0
configure:3200: test -z
			 || test ! -s conftest.err
configure:3203: $? = 0
configure:3206: test -s conftest
configure:3209: $? = 0
configure:3231: result: yes
configure:3247: checking for CFNotificationCenterGetDarwinNotifyCenter
configure:3279: gcc -o conftest -g -O2 conftest.c -framework CoreFoundation >&5
configure:3285: $? = 0
configure:3289: test -z
			 || test ! -s conftest.err
configure:3292: $? = 0
configure:3295: test -s conftest
configure:3298: $? = 0
configure:3320: result: yes
configure:3339: checking for whether we will build daemondo
configure:3356: result: yes
configure:3381: checking for dports tree
configure:3400: result: /Users/apple/darwinports/dports
configure:3412: checking for ports config directory
configure:3417: result: ${sysconfdir}/ports
configure:3434: checking for sqlite3 location
configure:3443: result: /usr/lib/sqlite3
configure:3461: checking for install user
configure:3467: result: root
configure:3481: checking for install group
configure:3495: result: admin
configure:3509: checking what permissions to use for installation directories
configure:3515: result: 0775
configure:3526: checking how to run the C preprocessor
configure:3561: gcc -E  conftest.c
configure:3567: $? = 0
configure:3599: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:3605: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3644: result: gcc -E
configure:3668: gcc -E  conftest.c
configure:3674: $? = 0
configure:3706: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:3712: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3756: checking for egrep
configure:3766: result: grep -E
configure:3771: checking for ANSI C header files
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3802: $? = 0
configure:3806: test -z
			 || test ! -s conftest.err
configure:3809: $? = 0
configure:3812: test -s conftest.o
configure:3815: $? = 0
configure:3901: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
configure:3904: $? = 0
configure:3906: ./conftest
configure:3909: $? = 0
configure:3924: result: yes
configure:3942: checking for dirent.h that defines DIR
configure:3966: gcc -c -g -O2  conftest.c >&5
configure:3972: $? = 0
configure:3976: test -z
			 || test ! -s conftest.err
configure:3979: $? = 0
configure:3982: test -s conftest.o
configure:3985: $? = 0
configure:3996: result: yes
configure:4009: checking for library containing opendir
configure:4039: gcc -o conftest -g -O2   conftest.c  >&5
configure:4045: $? = 0
configure:4049: test -z
			 || test ! -s conftest.err
configure:4052: $? = 0
configure:4055: test -s conftest
configure:4058: $? = 0
configure:4128: result: none required
configure:4264: checking for sys/wait.h that is POSIX.1 compatible
configure:4295: gcc -c -g -O2  conftest.c >&5
configure:4301: $? = 0
configure:4305: test -z
			 || test ! -s conftest.err
configure:4308: $? = 0
configure:4311: test -s conftest.o
configure:4314: $? = 0
configure:4325: result: yes
configure:4335: checking whether stat file-mode macros are broken
configure:4383: result: no
configure:4407: checking for sys/types.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for sys/stat.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for stdlib.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for string.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for memory.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for strings.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for inttypes.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for stdint.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4407: checking for unistd.h
configure:4423: gcc -c -g -O2  conftest.c >&5
configure:4429: $? = 0
configure:4433: test -z
			 || test ! -s conftest.err
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4453: result: yes
configure:4492: checking limits.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking limits.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for limits.h
configure:4615: result: yes
configure:4492: checking paths.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking paths.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for paths.h
configure:4615: result: yes
configure:4492: checking sys/file.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking sys/file.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for sys/file.h
configure:4615: result: yes
configure:4492: checking crt_externs.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking crt_externs.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for crt_externs.h
configure:4615: result: yes
configure:4492: checking fcntl.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking fcntl.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for fcntl.h
configure:4615: result: yes
configure:4492: checking sys/fcntl.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking sys/fcntl.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for sys/fcntl.h
configure:4615: result: yes
configure:4492: checking sys/cdefs.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking sys/cdefs.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for sys/cdefs.h
configure:4615: result: yes
configure:4492: checking err.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking err.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for err.h
configure:4615: result: yes
configure:4492: checking libgen.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking libgen.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for libgen.h
configure:4615: result: yes
configure:4492: checking sys/socket.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking sys/socket.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for sys/socket.h
configure:4615: result: yes
configure:4492: checking readline/readline.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking readline/readline.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for readline/readline.h
configure:4615: result: yes
configure:4492: checking readline/history.h, usability
configure:4504: gcc -c -g -O2  conftest.c >&5
conftest.c:71:31: error: readline/history.h,: No such file or directory
configure:4510: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <readline/history.h,>
configure:4533: result: no
configure:4537: checking readline/history.h, presence
configure:4547: gcc -E  conftest.c
conftest.c:37:31: error: readline/history.h,: No such file or directory
configure:4553: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| /* end confdefs.h.  */
| #include <readline/history.h,>
configure:4573: result: no
configure:4608: checking for readline/history.h,
configure:4615: result: no
configure:4492: checking pwd.h usability
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4510: $? = 0
configure:4514: test -z
			 || test ! -s conftest.err
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking pwd.h presence
configure:4547: gcc -E  conftest.c
configure:4553: $? = 0
configure:4573: result: yes
configure:4608: checking for pwd.h
configure:4615: result: yes
configure:4632: checking whether closedir returns void
configure:4661: gcc -o conftest -g -O2   conftest.c  >&5
configure:4664: $? = 0
configure:4666: ./conftest
configure:4669: $? = 0
configure:4683: result: no
configure:4693: checking for pid_t
configure:4717: gcc -c -g -O2  conftest.c >&5
configure:4723: $? = 0
configure:4727: test -z
			 || test ! -s conftest.err
configure:4730: $? = 0
configure:4733: test -s conftest.o
configure:4736: $? = 0
configure:4747: result: yes
configure:4765: checking for unistd.h
configure:4770: result: yes
configure:4774: checking vfork.h usability
configure:4786: gcc -c -g -O2  conftest.c >&5
conftest.c:73:19: error: vfork.h: No such file or directory
configure:4792: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:4815: result: no
configure:4819: checking vfork.h presence
configure:4829: gcc -E  conftest.c
conftest.c:39:19: error: vfork.h: No such file or directory
configure:4835: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:4855: result: no
configure:4890: checking for vfork.h
configure:4897: result: no
configure:4915: checking for fork
configure:4972: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:63: warning: conflicting types for built-in function 'fork'
configure:4978: $? = 0
configure:4982: test -z
			 || test ! -s conftest.err
configure:4985: $? = 0
configure:4988: test -s conftest
configure:4991: $? = 0
configure:5003: result: yes
configure:4915: checking for vfork
configure:4972: gcc -o conftest -g -O2   conftest.c  >&5
configure:4978: $? = 0
configure:4982: test -z
			 || test ! -s conftest.err
configure:4985: $? = 0
configure:4988: test -s conftest
configure:4991: $? = 0
configure:5003: result: yes
configure:5014: checking for working fork
configure:5037: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:10: warning: incompatible implicit declaration of built-in function 'exit'
configure:5040: $? = 0
configure:5042: ./conftest
configure:5045: $? = 0
configure:5059: result: yes
configure:5080: checking for working vfork
configure:5213: result: yes
configure:5244: checking whether strerror_r is declared
configure:5268: gcc -c -g -O2  conftest.c >&5
configure:5274: $? = 0
configure:5278: test -z
			 || test ! -s conftest.err
configure:5281: $? = 0
configure:5284: test -s conftest.o
configure:5287: $? = 0
configure:5298: result: yes
configure:5320: checking for strerror_r
configure:5377: gcc -o conftest -g -O2   conftest.c  >&5
configure:5383: $? = 0
configure:5387: test -z
			 || test ! -s conftest.err
configure:5390: $? = 0
configure:5393: test -s conftest
configure:5396: $? = 0
configure:5408: result: yes
configure:5418: checking whether strerror_r returns char *
configure:5446: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:84: error: invalid type argument of 'unary *'
conftest.c:85: warning: initialization makes pointer from integer without a cast
configure:5452: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
|
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
|
|   ;
|   return 0;
| }
configure:5525: result: no
configure:5552: checking for bzero
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:69: warning: conflicting types for built-in function 'bzero'
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for memset
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:70: warning: conflicting types for built-in function 'memset'
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for dup2
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for regcomp
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for strdup
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:73: warning: conflicting types for built-in function 'strdup'
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for strerror
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for strtol
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for fgetln
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for lockf
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for flock
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for setmode
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for strcasecmp
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for strncasecmp
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5552: checking for copyfile
configure:5609: gcc -o conftest -g -O2   conftest.c  >&5
configure:5615: $? = 0
configure:5619: test -z
			 || test ! -s conftest.err
configure:5622: $? = 0
configure:5625: test -s conftest
configure:5628: $? = 0
configure:5640: result: yes
configure:5655: checking for MD5Update in -lmd
configure:5685: gcc -o conftest -g -O2   conftest.c -lmd   >&5
/usr/bin/ld: can't locate file for: -lmd
collect2: ld returned 1 exit status
configure:5691: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_DUP2 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_FGETLN 1
| #define HAVE_LOCKF 1
| #define HAVE_FLOCK 1
| #define HAVE_SETMODE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_COPYFILE 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 MD5Update ();
| int
| main ()
| {
| MD5Update ();
|   ;
|   return 0;
| }
configure:5717: result: no
configure:5898: checking for MD5_Update in -lcrypto
configure:5928: gcc -o conftest -g -O2   conftest.c -lcrypto   >&5
configure:5934: $? = 0
configure:5938: test -z
			 || test ! -s conftest.err
configure:5941: $? = 0
configure:5944: test -s conftest
configure:5947: $? = 0
configure:5960: result: yes
configure:5978: checking openssl/md5.h usability
configure:5990: gcc -c -g -O2  conftest.c >&5
configure:5996: $? = 0
configure:6000: test -z
			 || test ! -s conftest.err
configure:6003: $? = 0
configure:6006: test -s conftest.o
configure:6009: $? = 0
configure:6019: result: yes
configure:6023: checking openssl/md5.h presence
configure:6033: gcc -E  conftest.c
configure:6039: $? = 0
configure:6059: result: yes
configure:6094: checking for openssl/md5.h
configure:6101: result: yes
configure:6154: checking for X
configure:6384: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:6558: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lX11 >&5
configure:6564: $? = 0
configure:6568: test -z
			 || test ! -s conftest.err
configure:6571: $? = 0
configure:6574: test -s conftest
configure:6577: $? = 0
configure:6735: checking for gethostbyname
configure:6792: gcc -o conftest -g -O2   conftest.c  >&5
configure:6798: $? = 0
configure:6802: test -z
			 || test ! -s conftest.err
configure:6805: $? = 0
configure:6808: test -s conftest
configure:6811: $? = 0
configure:6823: result: yes
configure:6974: checking for connect
configure:7031: gcc -o conftest -g -O2   conftest.c  >&5
configure:7037: $? = 0
configure:7041: test -z
			 || test ! -s conftest.err
configure:7044: $? = 0
configure:7047: test -s conftest
configure:7050: $? = 0
configure:7062: result: yes
configure:7137: checking for remove
configure:7194: gcc -o conftest -g -O2   conftest.c  >&5
configure:7200: $? = 0
configure:7204: test -z
			 || test ! -s conftest.err
configure:7207: $? = 0
configure:7210: test -s conftest
configure:7213: $? = 0
configure:7225: result: yes
configure:7300: checking for shmat
configure:7357: gcc -o conftest -g -O2   conftest.c  >&5
configure:7363: $? = 0
configure:7367: test -z
			 || test ! -s conftest.err
configure:7370: $? = 0
configure:7373: test -s conftest
configure:7376: $? = 0
configure:7388: result: yes
configure:7472: checking for IceConnectionNumber in -lICE
configure:7502: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
configure:7508: $? = 0
configure:7512: test -z
			 || test ! -s conftest.err
configure:7515: $? = 0
configure:7518: test -s conftest
configure:7521: $? = 0
configure:7534: result: yes
configure:7546: checking for XOpenDisplay in -lX11
configure:7576: gcc -o conftest -g -O2 conftest.c -lX11 -L/usr/X11R6/lib -L/usr/X11R6/lib >&5
configure:7582: $? = 0
configure:7586: test -z
			 || test ! -s conftest.err
configure:7589: $? = 0
configure:7592: test -s conftest
configure:7595: $? = 0
configure:7608: result: yes
configure:7703: checking for readline in -lreadline
configure:7733: gcc -o conftest -g -O2   conftest.c -lreadline   >&5
configure:7739: $? = 0
configure:7743: test -z
			 || test ! -s conftest.err
configure:7746: $? = 0
configure:7749: test -s conftest
configure:7752: $? = 0
configure:7765: result: yes
configure:7776: checking whether rl_username_completion_function is declared
configure:7806: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: 'rl_username_completion_function' undeclared (first use in this function)
conftest.c:73: error: (Each undeclared identifier is reported only once
conftest.c:73: error: for each function it appears in.)
configure:7812: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_DUP2 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_FGETLN 1
| #define HAVE_LOCKF 1
| #define HAVE_FLOCK 1
| #define HAVE_SETMODE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_COPYFILE 1
| #define HAVE_OPENSSL_MD5_H 1
| #define HAVE_LIBCRYPTO
| #define HAVE_LIBREADLINE 1
| /* end confdefs.h.  */
|
| #include <stdio.h>
| #if HAVE_READLINE_READLINE_H
| # include <readline/readline.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef rl_username_completion_function
|   char *p = (char *) rl_username_completion_function;
| #endif
|
|   ;
|   return 0;
| }
configure:7836: result: no
configure:7852: checking whether rl_filename_completion_function is declared
configure:7882: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: 'rl_filename_completion_function' undeclared (first use in this function)
conftest.c:74: error: (Each undeclared identifier is reported only once
conftest.c:74: error: for each function it appears in.)
configure:7888: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_DUP2 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_FGETLN 1
| #define HAVE_LOCKF 1
| #define HAVE_FLOCK 1
| #define HAVE_SETMODE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_COPYFILE 1
| #define HAVE_OPENSSL_MD5_H 1
| #define HAVE_LIBCRYPTO
| #define HAVE_LIBREADLINE 1
| #define HAVE_DECL_RL_USERNAME_COMPLETION_FUNCTION 0
| /* end confdefs.h.  */
|
| #include <stdio.h>
| #if HAVE_READLINE_READLINE_H
| # include <readline/readline.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef rl_filename_completion_function
|   char *p = (char *) rl_filename_completion_function;
| #endif
|
|   ;
|   return 0;
| }
configure:7912: result: no
configure:7928: checking whether rl_completion_matches is declared
configure:7958: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:75: error: 'rl_completion_matches' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
configure:7964: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenDarwin DarwinPorts"
| #define PACKAGE_TARNAME "darwinports"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
| #define PACKAGE_BUGREPORT "darwinports opendarwin org"
| #define UNUSED __attribute__((unused))
| #define HAVE_FRAMEWORK_COREFOUNDATION
| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
| #define HAVE_FRAMEWORK_IOKIT
| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 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_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ERR_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_DUP2 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_FGETLN 1
| #define HAVE_LOCKF 1
| #define HAVE_FLOCK 1
| #define HAVE_SETMODE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_COPYFILE 1
| #define HAVE_OPENSSL_MD5_H 1
| #define HAVE_LIBCRYPTO
| #define HAVE_LIBREADLINE 1
| #define HAVE_DECL_RL_USERNAME_COMPLETION_FUNCTION 0
| #define HAVE_DECL_RL_FILENAME_COMPLETION_FUNCTION 0
| /* end confdefs.h.  */
|
| #include <stdio.h>
| #if HAVE_READLINE_READLINE_H
| # include <readline/readline.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef rl_completion_matches
|   char *p = (char *) rl_completion_matches;
| #endif
|
|   ;
|   return 0;
| }
configure:7988: result: no
configure:8004: checking whether username_completion_function is declared
configure:8034: gcc -c -g -O2  conftest.c >&5
configure:8040: $? = 0
configure:8044: test -z
			 || test ! -s conftest.err
configure:8047: $? = 0
configure:8050: test -s conftest.o
configure:8053: $? = 0
configure:8064: result: yes
configure:8080: checking whether filename_completion_function is declared
configure:8110: gcc -c -g -O2  conftest.c >&5
configure:8116: $? = 0
configure:8120: test -z
			 || test ! -s conftest.err
configure:8123: $? = 0
configure:8126: test -s conftest.o
configure:8129: $? = 0
configure:8140: result: yes
configure:8156: checking whether completion_matches is declared
configure:8186: gcc -c -g -O2  conftest.c >&5
configure:8192: $? = 0
configure:8196: test -z
			 || test ! -s conftest.err
configure:8199: $? = 0
configure:8202: test -s conftest.o
configure:8205: $? = 0
configure:8216: result: yes
configure:8252: checking for Tcl configuration
configure:8329: result: found /usr/lib/tclConfig.sh
configure:8335: checking for existence of /usr/lib/tclConfig.sh
configure:8339: result: loading
configure:8390: checking for Tcl public headers
configure:8443: result: /usr/include
configure:8508: checking for tclsh
configure:8526: found /usr/bin/tclsh
configure:8538: result: /usr/bin/tclsh
configure:8558: checking for Tcl package directory
configure:8618: result: /Library/Tcl
configure:8633: checking whether tclsh was compiled with threads
configure:8637: result: yes
configure:8660: checking for curl-config
configure:8678: found /usr/bin/curl-config
configure:8690: result: /usr/bin/curl-config
configure:8757: checking for curl_easy_strerror in -lcurl
configure:8787: gcc -o conftest -g -O2 conftest.c -lcurl -L/usr/lib -lcurl -lssl -lcrypto -lz -lreadline >&5
configure:8793: $? = 0
configure:8797: test -z
			 || test ! -s conftest.err
configure:8800: $? = 0
configure:8803: test -s conftest
configure:8806: $? = 0
configure:8819: result: yes
configure:8845: checking for Tcl Thread package
configure:8849: result: yes
configure:8876: checking how to build libraries
configure:8894: result: shared
configure:9051: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by OpenDarwin DarwinPorts config.status 1.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

 CONFIG_FILES    =
 CONFIG_HEADERS  =
 CONFIG_LINKS    =
 CONFIG_COMMANDS =
 $ ./config.status

on apple.local

config.status:731: creating src/programs/daemondo/Makefile
config.status:731: creating Makefile
config.status:731: creating Mk/dports.autoconf.mk
config.status:731: creating doc/prefix.mtree
config.status:731: creating doc/macosx.mtree
config.status:731: creating doc/ports.conf
config.status:731: creating src/Makefile
config.status:731: creating src/darwinports1.0/darwinports_autoconf.tcl
config.status:731: creating src/port1.0/port_autoconf.tcl
config.status:731: creating src/programs/Makefile
config.status:731: creating src/darwinports1.0/darwinports_fastload.tcl
config.status:835: creating src/config.h

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

ac_cv_build=powerpc-apple-darwin8.6.0
ac_cv_build_alias=powerpc-apple-darwin8.6.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_tclconfig=/usr/lib
ac_cv_c_tclh=/usr/include
ac_cv_c_tclpkgd=/Library/Tcl
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_CVS_set=
ac_cv_env_CVS_value=
ac_cv_env_GNUTAR_set=
ac_cv_env_GNUTAR_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_RSYNC_set=
ac_cv_env_RSYNC_value=
ac_cv_env_TAR_set=
ac_cv_env_TAR_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_func_bzero=yes
ac_cv_func_closedir_void=no
ac_cv_func_connect=yes
ac_cv_func_copyfile=yes
ac_cv_func_dup2=yes
ac_cv_func_fgetln=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_lockf=yes
ac_cv_func_memset=yes
ac_cv_func_regcomp=yes
ac_cv_func_remove=yes
ac_cv_func_setmode=yes
ac_cv_func_shmat=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strtol=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_completion_matches=yes
ac_cv_have_decl_filename_completion_function=yes
ac_cv_have_decl_rl_completion_matches=no
ac_cv_have_decl_rl_filename_completion_function=no
ac_cv_have_decl_rl_username_completion_function=no
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_username_completion_function=yes
ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_crt_externs_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_err_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_md5_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_readline_history_h_=no
ac_cv_header_readline_readline_h=yes
ac_cv_header_stat_broken=no
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_cdefs_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=powerpc-apple-darwin8.6.0
ac_cv_host_alias=powerpc-apple-darwin8.6.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_crypto_MD5_Update=yes
ac_cv_lib_curl_curl_easy_strerror=yes
ac_cv_lib_md_MD5Update=no
ac_cv_lib_readline_readline=yes
ac_cv_objext=o
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
ac_cv_path_CVS=/usr/bin/cvs
ac_cv_path_GNUTAR=/sw/bin/gnutar
ac_cv_path_LAUNCHCTL=/bin/launchctl
ac_cv_path_MTREE=/usr/sbin/mtree
ac_cv_path_RSYNC=/usr/bin/rsync
ac_cv_path_TAR=/sw/bin/tar
ac_cv_path_TCLSH=/usr/bin/tclsh
ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_HAVE_LAUNCHD=yes
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_target=powerpc-apple-darwin8.6.0
ac_cv_target_alias=powerpc-apple-darwin8.6.0
ac_cv_type_pid_t=yes
od_cv_have_framework_corefoundation=yes
od_cv_have_framework_iokit=yes
od_cv_have_framework_systemconfiguration=yes
od_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
od_cv_sqlite3_dir=/usr/lib/sqlite3

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

CC='gcc'
CFLAGS='-g -O2'
CFLAGS_DEBUG='-g'
CFLAGS_LIBCURL=''
CFLAGS_OPTIMIZE='-Os'
CFLAGS_QUICHEEATERS='-W -Wall -pedantic'
CPP='gcc -E'
CPPFLAGS=''
CURL_CONFIG='/usr/bin/curl-config'
CVS='/usr/bin/cvs'
DEFS='-DHAVE_CONFIG_H'
DPORTSDIR='/Users/apple/darwinports/dports'
DSTGRP='admin'
DSTMODE='0775'
DSTUSR='root'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_LAUNCHD_SUPPORT='yes'
EXEEXT=''
EXTRA_PROGS=' daemondo'
GNUTAR='/sw/bin/gnutar'
HAVE_FRAMEWORK_COREFOUNDATION=''
HAVE_FRAMEWORK_IOKIT=''
HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
HAVE_LAUNCHD='yes'
INCLUDES='-I.. -I. '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LAUNCHCTL='/bin/launchctl'
LDFLAGS=''
LDFLAGS_LIBCURL='-L/usr/lib -lcurl -lssl -lcrypto -lz'
LIBOBJS=''
LIBS='-lreadline '
LN_S='ln -s'
LTLIBOBJS=''
MD5_LIBS='-lcrypto'
MTREE='/usr/sbin/mtree'
OBJEXT='o'
OUR_INCLUDED_PACKAGES=''
PACKAGE_BUGREPORT='darwinports opendarwin org'
PACKAGE_NAME='OpenDarwin DarwinPorts'
PACKAGE_STRING='OpenDarwin DarwinPorts 1.0'
PACKAGE_TARNAME='darwinports'
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
PORTCONFIGDIR='${sysconfdir}/ports'
PORTCONFIGDIR_EXPANDED='/opt/local/etc/ports'
REPLACEMENT_PROGS=''
RSYNC='/usr/bin/rsync'
SET_MAKE=''
SHELL='/bin/sh'
SHLIB_CFLAGS='-fno-common'
SHLIB_LD='cc -dynamiclib ${LDFLAGS}'
SHLIB_LDFLAGS=''
SHLIB_SUFFIX='.dylib'
SQLITE3_DIR='/usr/lib/sqlite3'
STLIB_LD='${AR} cr'
TAR='/sw/bin/tar'
TAR_CMD='/sw/bin/gnutar --no-same-owner'
TCLSH='/usr/bin/tclsh'
TCL_BIN_DIR='/usr/lib'
TCL_CC='gcc -pipe'
TCL_DEFS=' -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 '
TCL_INCLUDES='-I"/usr/include"'
TCL_LIB_FILE='Tcl'
TCL_LIB_FLAG=''
TCL_LIB_SPEC='-framework Tcl'
TCL_PACKAGE_DIR='/Library/Tcl'
TCL_SRC_DIR='/SourceCache/tcl/tcl-20/tcl/tcl'
TCL_STUB_LIB_FILE='libtclstub8.4.a'
TCL_STUB_LIB_FLAG='-ltclstub8.4'
TCL_STUB_LIB_SPEC='-L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4'
TCL_VERSION='8.4'
XCODEBUILD='/usr/bin/xcodebuild'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin8.6.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.6.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='powerpc-apple-darwin8.6.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin8.6.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
localstatedir_expanded='/opt/local/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/opt/local'
prefix_expanded='/opt/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='powerpc-apple-darwin8.6.0'
target_alias=''
target_cpu='powerpc'
target_os='darwin8.6.0'
target_vendor='apple'

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

#define HAVE_BZERO 1
#define HAVE_COPYFILE 1
#define HAVE_CRT_EXTERNS_H 1
#define HAVE_CURL_EASY_STRERROR 1
#define HAVE_DECL_COMPLETION_MATCHES 1
#define HAVE_DECL_FILENAME_COMPLETION_FUNCTION 1
#define HAVE_DECL_RL_COMPLETION_MATCHES 0
#define HAVE_DECL_RL_FILENAME_COMPLETION_FUNCTION 0
#define HAVE_DECL_RL_USERNAME_COMPLETION_FUNCTION 0
#define HAVE_DECL_STRERROR_R 1
#define HAVE_DECL_USERNAME_COMPLETION_FUNCTION 1
#define HAVE_DIRENT_H 1
#define HAVE_DUP2 1
#define HAVE_ERR_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FGETLN 1
#define HAVE_FLOCK 1
#define HAVE_FORK 1
#define HAVE_FRAMEWORK_COREFOUNDATION
#define HAVE_FRAMEWORK_IOKIT
#define HAVE_FRAMEWORK_SYSTEMCONFIGURATION
#define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCRYPTO
#define HAVE_LIBGEN_H 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCKF 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_OPENSSL_MD5_H 1
#define HAVE_PATHS_H 1
#define HAVE_PWD_H 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_REGCOMP 1
#define HAVE_SETMODE 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRTOL 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_VFORK 1
#define PACKAGE_BUGREPORT "darwinports opendarwin org"
#define PACKAGE_NAME "OpenDarwin DarwinPorts"
#define PACKAGE_STRING "OpenDarwin DarwinPorts 1.0"
#define PACKAGE_TARNAME "darwinports"
#define PACKAGE_VERSION "1.0"
#define STDC_HEADERS 1
#define UNUSED __attribute__((unused))

configure: exit 0






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]