[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

building subversion

From: <zafira007_at_gmx.de>
Date: 2004-02-04 08:28:47 CET

hello again,

I was wrong with the version of subversion: its definitly 0.34. during less
(more exactly: NO experience) with configure a GNU-project I didn't see the
failures (or are these only warnings?) in the config.log. I attached the
config.log, perhaps somebody knows a solution to build the subversion on the
AIX-box.

curious is the exit-code 0 of the configure. so it seems the failures aren't
fatal(?).

thanks a lot

the newbie :o)

hello,

I'd a (probably a newbie-) question: i want to build the subversion 0.37 on
a AIX 4.3.3 box with berkeley-db only for local use -> without
apache-package. for this I use the GNU gcc 2.90 for AIX. when I configure
with "configure
--without-apache --with-berkeley-gb=path-to-installed-berkeley-db" and then
make and make install, I get a message from the linker (which is no
GNU-linker)
duplicate symbols ._GLOBAL__DI, ._GLOBAL__DD and later _GLOBAL__DI,
_GLOBAL__DD. I'd looked for these symbols and they occurs only one time.

a following failure in revision-install in the makefile isn't successfull,
the revision-install-part in the makefile "subversion/svnversion/svnversion
$(top_srcdir) /repos/svn/trunk >
$(DESTDIR)$(includedir)/subversion-1/svn-revision.txt" couldn't be startet.

has anyone an idea? I can't install apache, so the subversion MUST run in
local mode.

thanks a lot

a newbie

attached config.log from subversion 0.34

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

It was created by subversion configure 0.34.0, which was
generated by GNU Autoconf 2.57. Invocation command line was

  $ ./configure --with-berkeley-db=/test_data/tmp/subversion/BerkeleyDB.4.2
--without-apache

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

hostname = zeuss
uname -m = 000815471100
uname -r = 3
uname -s = AIX
uname -v = 4

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

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = 4.3.3.0
/bin/universe = unknown

PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/dt/bin
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/local/xut/bin
PATH: /usr/vac/bin
PATH: .
PATH: /usr/local/xut/bin
PATH: /usr/vac/bin/
PATH: .

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

configure:1845: checking for gcc
configure:1861: found /usr/bin/gcc
configure:1871: result: gcc
configure:2115: checking for C compiler version
configure:2118: gcc --version </dev/null >&5
2.9-aix51-020209
configure:2121: $? = 0
configure:2123: gcc -v </dev/null >&5
Reading specs from
/usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/specs
gcc version 2.9-aix51-020209
configure:2126: $? = 0
configure:2128: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2131: $? = 1
configure:2155: checking for C compiler default output
configure:2158: gcc conftest.c >&5
configure:2161: $? = 0
configure:2207: result: a.out
configure:2212: checking whether the C compiler works
configure:2218: ./a.out
configure:2221: $? = 0
configure:2238: result: yes
configure:2245: checking whether we are cross compiling
configure:2247: result: no
configure:2250: checking for suffix of executables
configure:2252: gcc -o conftest conftest.c >&5
configure:2255: $? = 0
configure:2280: result:
configure:2286: checking for suffix of object files
configure:2308: gcc -c conftest.c >&5
configure:2311: $? = 0
configure:2333: result: o
configure:2337: checking whether we are using the GNU C compiler
configure:2362: gcc -c conftest.c >&5
configure:2365: $? = 0
configure:2368: test -s conftest.o
configure:2371: $? = 0
configure:2384: result: yes
configure:2390: checking whether gcc accepts -g
configure:2412: gcc -c -g conftest.c >&5
configure:2415: $? = 0
configure:2418: test -s conftest.o
configure:2421: $? = 0
configure:2432: result: yes
configure:2449: checking for gcc option to accept ANSI C
configure:2510: gcc -c -g -O2 conftest.c >&5
configure:2513: $? = 0
configure:2516: test -s conftest.o
configure:2519: $? = 0
configure:2537: result: none needed
configure:2555: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before `me'
configure:2558: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2673: checking how to run the C preprocessor
configure:2709: gcc -E conftest.c
configure:2715: $? = 0
configure:2747: gcc -E conftest.c
configure:2746: ac_nonexistent.h: No such file or directory
configure:2753: $? = 1
configure: failed program was:
| #line 2738 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "0.34.0"
| #define PACKAGE_STRING "subversion 0.34.0"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2791: result: gcc -E
configure:2816: gcc -E conftest.c
configure:2822: $? = 0
configure:2854: gcc -E conftest.c
configure:2853: ac_nonexistent.h: No such file or directory
configure:2860: $? = 1
configure: failed program was:
| #line 2845 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "0.34.0"
| #define PACKAGE_STRING "subversion 0.34.0"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2903: checking for egrep
configure:2913: result: grep -E
configure:2919: checking whether ln -s works
configure:2923: result: yes
configure:2967: Apache Portable Runtime (APR) library configuration
configure:2980: checking for APR
configure:3040: result: reconfig
configure:3190: checking APR version
configure:3198: result: 0.9.5
configure:3268: Apache Portable Runtime Utility (APRUTIL) library
configuration
configure:3274: checking for APR-util
configure:3335: result: reconfig
configure:3478: checking APR-UTIL version
configure:3492: result: 0.9.5
configure:3673: checking build system type
configure:3691: result: powerpc-ibm-aix4.3.3.0
configure:3699: checking host system type
configure:3713: result: powerpc-ibm-aix4.3.3.0
configure:3743: checking for ld used by GCC
configure:3806: result: /usr/bin/ld
configure:3815: checking if the linker (/usr/bin/ld) is GNU ld
configure:3827: result: no
configure:3832: checking for /usr/bin/ld option to reload object files
configure:3839: result: -r
configure:3844: checking for BSD-compatible nm
configure:3880: result: /usr/bin/nm -B
configure:3883: checking for a sed that does not truncate output
configure:3965: result: /usr/bin/sed
configure:3968: checking how to recognise dependent libraries
configure:4149: result: pass_all
configure:4162: checking command to parse /usr/bin/nm -B output
configure:4246: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4249: $? = 0
configure:4253: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
        ]\([BCDT][BCDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:4256: $? = 0
configure:4308: gcc -o conftest -g -O2 -g -O2 -mthreads -U__STR__
-D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
conftest.c conftstm.o >&5
configure:4311: $? = 0
configure:4355: result: ok
configure:4360: checking for ANSI C header files
configure:4386: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4389: $? = 0
configure:4392: test -s conftest.o
configure:4395: $? = 0
configure:4487: gcc -o conftest -g -O2 -g -O2 -mthreads -U__STR__
-D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
conftest.c >&5
configure:4490: $? = 0
configure:4492: ./conftest
configure:4495: $? = 0
configure:4510: result: yes
configure:4534: checking for sys/types.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4534: checking for sys/stat.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4534: checking for stdlib.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4534: checking for string.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4534: checking for memory.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4534: checking for strings.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4534: checking for inttypes.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4534: checking for stdint.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4590: stdint.h: No such file or directory
configure:4554: $? = 1
configure: failed program was:
| #line 4539 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "0.34.0"
| #define PACKAGE_STRING "subversion 0.34.0"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
| #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
| /* 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 <stdint.h>
configure:4571: result: no
configure:4534: checking for unistd.h
configure:4551: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.o
configure:4560: $? = 0
configure:4571: result: yes
configure:4597: checking dlfcn.h usability
configure:4610: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:4613: $? = 0
configure:4616: test -s conftest.o
configure:4619: $? = 0
configure:4629: result: yes
configure:4633: checking dlfcn.h presence
configure:4644: gcc -E -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
configure:4650: $? = 0
configure:4669: result: yes
configure:4705: checking for dlfcn.h
configure:4712: result: yes
configure:4910: checking for ranlib
configure:4926: found /usr/bin/ranlib
configure:4937: result: ranlib
configure:4990: checking for strip
configure:5006: found /usr/bin/strip
configure:5017: result: strip
configure:5229: checking for objdir
configure:5240: result: .libs
configure:5261: checking for gcc option to produce PIC
configure:5404: result: none
configure:5502: checking if gcc static flag -static -Wl,-lC works
configure:5527: gcc -o conftest -g -O2 -g -O2 -mthreads -U__STR__
-D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
-static -Wl,-lC conftest.c >&5
ld: 0711-224 WARNING: Duplicate symbol: __heaps
ld: 0711-326 ERROR: Replaced XTY_CM symbol __heaps is larger
        than the symbol that replaces it.
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
configure:5530: $? = 1
configure: failed program was:
| #line 5510 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "0.34.0"
| #define PACKAGE_STRING "subversion 0.34.0"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5552: result: no
configure:5568: checking if gcc supports -c -o file.o
configure:5588: gcc -c -g -O2 -g -O2 -mthreads -o out/conftest2.o
-U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c >&5
configure:5612: result: yes
configure:5617: checking if gcc supports -c -o file.lo
configure:5645: gcc -c -g -O2 -g -O2 -mthreads -c -o conftest.lo
-U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c >&5
configure:5648: $? = 0
configure:5651: test -s conftest.lo
configure:5654: $? = 0
configure:5676: result: yes
configure:5715: checking if gcc supports -fno-rtti -fno-exceptions
configure:5738: gcc -c -g -O2 -g -O2 -mthreads -fno-rtti -fno-exceptions -c
conftest.c -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c >&5
configure:5741: $? = 0
configure:5744: test -s conftest.o
configure:5747: $? = 0
configure:5764: result: yes
configure:5779: checking whether the linker (/usr/bin/ld) supports shared
libraries
configure:6474: result: yes
configure:6483: checking how to hardcode library paths into programs
configure:6507: result: immediate
configure:6516: checking whether stripping libraries is possible
configure:6524: result: no
configure:6536: checking dynamic linker characteristics
configure:6943: result: aix4.3.3.0 ld.so
configure:6952: checking if libtool supports shared libraries
configure:6954: result: yes
configure:6961: checking whether to build shared libraries
configure:6982: result: yes
configure:6989: checking whether to build static libraries
configure:6993: result: yes
configure:8325: checking neon library
configure:8427: checking neon library version
configure:8430: result: 0.24.4
configure:8564: checking for any extra libraries neon needs
configure:8569: result: -L/usr/local/lib
configure:8740: checking for static Apache module support
configure:8809: checking for Apache module support via DSO through APXS
configure:8884: result: no
configure:8940: checking for socket in -lsocket
configure:8971: gcc -o conftest -g -O2 -g -O2 -mthreads -U__STR__
-D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
conftest.c -lsocket >&5
collect2: Library libsocket not found
configure:8974: $? = 1
configure: failed program was:
| #line 8947 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "0.34.0"
| #define PACKAGE_STRING "subversion 0.34.0"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
| #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_UNISTD_H 1
| #define HAVE_DLFCN_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 socket ();
| int
| main ()
| {
| socket ();
| ;
| return 0;
| }
configure:8992: result: no
configure:9100: checking for availability of Berkeley DB
configure:9168: gcc -o conftest -g -O2 -g -O2 -mthreads
-I/test_data/tmp/subversion/subversion-0.34.0/apr-util/include
-I/test_data/tmp/subversion/BerkeleyDB.4.2/include
-I/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib -U__STR__ -D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib
-L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib conftest.c
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
-ldb >&5
configure:9171: $? = 0
configure:9173: ./conftest
configure:9176: $? = 0
configure:9195: result: yes
configure:9253: checking for ANSI C header files
configure:9403: result: yes
configure:9415: checking for an ANSI C-conforming const
configure:9483: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:9486: $? = 0
configure:9489: test -s conftest.o
configure:9492: $? = 0
configure:9503: result: yes
configure:9514: checking for size_t
configure:9539: gcc -c -g -O2 -g -O2 -mthreads -U__STR__ -D_THREAD_SAFE
-D_USE_IRS conftest.c >&5
configure:9542: $? = 0
configure:9545: test -s conftest.o
configure:9548: $? = 0
configure:9559: result: yes
configure:9574: checking for working memcmp
configure:9623: gcc -o conftest -g -O2 -g -O2 -mthreads -U__STR__
-D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
conftest.c >&5
configure:9626: $? = 0
configure:9628: ./conftest
configure:9631: $? = 0
configure:9645: result: yes
configure:9654: checking for vprintf
configure:9704: gcc -o conftest -g -O2 -g -O2 -mthreads -U__STR__
-D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
conftest.c >&5
configure:9707: $? = 0
configure:9710: test -s conftest
configure:9713: $? = 0
configure:9724: result: yes
configure:9731: checking for _doprnt
configure:9781: gcc -o conftest -g -O2 -g -O2 -mthreads -U__STR__
-D_THREAD_SAFE -D_USE_IRS -Wl,-brtl
-L/test_data/tmp/subversion/BerkeleyDB.4.2/lib -L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib
conftest.c >&5
configure:9784: $? = 0
configure:9787: test -s conftest
configure:9790: $? = 0
configure:9801: result: yes
configure:10165: checking for python2
configure:10196: result: none
configure:10206: checking for python
configure:10224: found /usr/bin/python
configure:10237: result: /usr/bin/python
configure:10339: checking for JDK
configure:10358: result: no
configure:10375: checking for perl
configure:10393: found /usr/bin/perl
configure:10406: result: /usr/bin/perl
configure:10798: checking for swig
configure:10829: result: none
configure:10978: checking for makeinfo
configure:11009: result: echo cannot run makeinfo
configure:11217: creating ./config.status

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

This file was extended by subversion config.status 0.34.0, which was
generated by GNU Autoconf 2.57. Invocation command line was

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

on zeuss

config.status:688: creating Makefile
config.status:688: creating svn-config
config.status:688: creating tools/backup/hot-backup.py
config.status:688: creating contrib/client-side/svn_load_dirs.pl
config.status:688: creating tools/hook-scripts/commit-access-control.pl
config.status:688: creating tools/hook-scripts/commit-email.pl
config.status:688: creating tools/hook-scripts/propchange-email.pl
config.status:800: creating svn_private_config.h

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

ac_cv_build=powerpc-ibm-aix4.3.3.0
ac_cv_build_alias=powerpc-ibm-aix4.3.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_LDFLAGS_set=''
ac_cv_env_LDFLAGS_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__doprnt=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_vprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-ibm-aix4.3.3.0
ac_cv_host_alias=powerpc-ibm-aix4.3.3.0
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_path_MAKEINFO='echo cannot run makeinfo'
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_PYTHON2=none
ac_cv_path_SWIG=none
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='grep -E'
ac_cv_type_size_t=yes
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2",
(lt_ptr) \&\2},/p'\'
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char
\1;/p'\'
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=/usr/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_pic=''
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static=''
lt_cv_prog_cc_static_works=no
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDT][BCDT]*\)[ ][
        ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'

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

APACHE_INCLUDES=''
APACHE_LIBEXECDIR=''
APACHE_TARGET=''
APXS=''
BINNAME=''
BUILD_APACHE_RULE=''
BUILD_RULES='base-lib fs-lib lib bin fs-bin test fs-test dav-lib'
CC='gcc'
CFLAGS='-g -O2 -g -O2 -mthreads '
CPP='gcc -E'
CPPFLAGS=' -U__STR__ -D_THREAD_SAFE -D_USE_IRS'
DEFS='-DHAVE_CONFIG_H'
ECHO='print -r'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FS_TEST_DEPS='$(FS_TEST_DEPS)'
FS_TEST_PROGRAMS='$(FS_TEST_PROGRAMS)'
INCLUDE_OUTPUTS='include $(top_srcdir)/build-outputs.mk'
INSTALL='/test_data/tmp/subversion/subversion-0.34.0/ac-helpers/install-sh
-c'
INSTALL_APACHE_RULE=''
INSTALL_INFO=''
INSTALL_IT=''
INSTALL_RULES='install-base-lib install-fs-lib install-dav-lib install-lib
install-include install-static'
INSTALL_STATIC_RULES='install-bin install-fs-bin install-docs
install-dav-lib'
JAR='$(JDK)/bin/jar'
JAVAC='$(JDK)/bin/javac'
JDK='none'
LDFLAGS=' -Wl,-brtl -L/test_data/tmp/subversion/BerkeleyDB.4.2/lib
-L/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_LDFLAGS=''
MAKEINFO='echo cannot run makeinfo'
MKDIR='/test_data/tmp/subversion/subversion-0.34.0/ac-helpers/install-sh -c
-d'
MOD_ACTIVATION='-a'
NEON_LIBS='$(abs_builddir)/neon/src/libneon.la -L/usr/local/lib '
OBJEXT='o'
PACKAGE_BUGREPORT='http://subversion.tigris.org/'
PACKAGE_NAME='subversion'
PACKAGE_STRING='subversion 0.34.0'
PACKAGE_TARNAME='subversion'
PACKAGE_VERSION='0.34.0'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PYTHON2='none'
PYTHON='/usr/bin/python'
RANLIB='ranlib'
SHELL='/bin/sh'
STRIP='strip'
SVN_APRUTIL_EXPORT_LIBS='
-L/test_data/tmp/subversion/subversion-0.34.0/apr-util -laprutil-0 -ldb
/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib/libexpat.la -liconv'
SVN_APRUTIL_INCLUDES='
-I/test_data/tmp/subversion/subversion-0.34.0/apr-util/include -I/test_data/tmp/subversion/BerkeleyDB.4.2/include
-I/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib'
SVN_APRUTIL_LIBS='
/test_data/tmp/subversion/subversion-0.34.0/apr-util/libaprutil-0.la -ldb
/test_data/tmp/subversion/subversion-0.34.0/apr-util/xml/expat/lib/libexpat.la -liconv'
SVN_APR_EXPORT_LIBS=' -L/test_data/tmp/subversion/subversion-0.34.0/apr
-lapr-0 -lm -lnsl '
SVN_APR_INCLUDES=' -I/test_data/tmp/subversion/subversion-0.34.0/apr/include
'
SVN_APR_LIBS=' /test_data/tmp/subversion/subversion-0.34.0/apr/libapr-0.la
-lm -lnsl '
SVN_APR_PREFIX='/usr/local/apr'
SVN_BINDIR='/usr/local/bin'
SVN_EXTRA_INCLUDES='-I$(top_srcdir)/subversion/include -I$(top_builddir)'
SVN_EXTRA_LIBS=''
SVN_LIBTOOL='$(SHELL) $(abs_builddir)/libtool'
SVN_NEON_INCLUDES='-I$(abs_srcdir)/neon/src -I/usr/local/include/neon'
SVN_RA_LIB_DEPS='$(RA_LOCAL_DEPS) $(RA_DAV_DEPS) $(RA_SVN_DEPS)'
SVN_RA_LIB_LINK='$(RA_LOCAL_LINK) $(RA_DAV_LINK) $(RA_SVN_LINK)'
SVN_SUBDIRS=' apr apr-util neon'
SWIG='none'
SWIG_BUILD_RULES=''
SWIG_INSTALL_RULES=''
SWIG_JAVA_COMPILE=''
SWIG_JAVA_INCLUDES=''
SWIG_JAVA_LINK=''
SWIG_LDFLAGS=''
SWIG_LIBSWIG_DIR=''
SWIG_PL_COMPILE=''
SWIG_PL_INCLUDES=''
SWIG_PL_LINK=''
SWIG_PY_COMPILE=''
SWIG_PY_INCLUDES=''
SWIG_PY_LINK=''
abs_builddir='/test_data/tmp/subversion/subversion-0.34.0'
abs_srcdir='/test_data/tmp/subversion/subversion-0.34.0'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix4.3.3.0'
build_alias=''
build_cpu='powerpc'
build_os='aix4.3.3.0'
build_vendor='ibm'
datadir='${prefix}/share'
docdir='${datadir}/doc/subversion-0.34.0'
exec_prefix='${prefix}'
host='powerpc-ibm-aix4.3.3.0'
host_alias=''
host_cpu='powerpc'
host_os='aix4.3.3.0'
host_vendor='ibm'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
neon_config=''
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_DOPRNT 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_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_VPRINTF 1
#define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
#define PACKAGE_NAME "subversion"
#define PACKAGE_STRING "subversion 0.34.0"
#define PACKAGE_TARNAME "subversion"
#define PACKAGE_VERSION "0.34.0"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define SVN_FS_WANT_DB_MAJOR 4
#define SVN_FS_WANT_DB_MINOR 0
#define SVN_FS_WANT_DB_PATCH 14
#define SVN_LIBSVN_CLIENT_LINKS_RA_DAV 1
#define SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL 1
#define SVN_LIBSVN_CLIENT_LINKS_RA_SVN 1
#define SVN_NULL_DEVICE_NAME "/dev/null"
#define SVN_PATH_LOCAL_SEPARATOR '/'

configure: exit 0

-- 
GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...)
jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 4 09:06:09 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.