Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20050629150603.e5wrdeffsjow8sk8@www.iscs-i.com> Date: Wed, 29 Jun 2005 15:06:03 -0400 From: hkatz AT iscs-i DOT com To: cygwin AT cygwin DOT com Subject: problems building subversion 1.20 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - esc49.midphase.com X-AntiAbuse: Original Domain - cygwin.com X-AntiAbuse: Originator/Caller UID/GID - [32001 32001] / [47 12] X-AntiAbuse: Sender Address Domain - iscs-i.com X-Source: X-Source-Args: X-Source-Dir: X-IsSubscribed: yes Hello, I am attempting to build svn 1.20 under cygwin (latest) and am encountering this: /usr/src/rpm/SOURCES/subversion-1.2.0/subversion/libsvn_subr/xml.c:377: undefined reference to `_apr_pool_destroy' .libs/xml.o: In function `svn_xml_make_open_tag_v': /usr/src/rpm/SOURCES/subversion-1.2.0/subversion/libsvn_subr/xml.c:602: undefined reference to `_apr_pool_destroy' collect2: ld returned 1 exit status + exit 1 I've narrowed it down to this in particular: [1]+ Exit 1 cd subversion/libsvn_subr && /bin/bash /usr/bin/libtool --debug --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -DNEON_ZLIB -rpath /usr/local/lib -o libsvn_subr-1.la -no-undefined auth.lo cmdline.lo config.lo config_auth.lo config_file.lo config_win.lo ctype.lo date.lo error.lo hash.lo io.lo lock.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo utf_validate.lo validate.lo version.lo xml.lo /usr/src/rpm/SOURCES/subversion-1.2.0/apr-util/libaprutil-0.la -lgdbm -ldb-4.3 -lexpat -liconv /usr/src/rpm/SOURCES/subversion-1.2.0/apr/libapr-0.la -lresolv -lcrypt -lintl >/tmp/libtool-local 2>&1 An nm on the static archive libraries in /usr/local/lib shows that the undefined symbols are indeed there: nm /usr/local/lib/libapr-0.a| grep ' T ' | sort +2 | grep pool_des 000014a0 T _apr_pool_destroy 00001790 T _apr_pool_destroy_debug The output can be viewed here: http://www.iscs-i.com/bugs/libtool-local I've followed the instructions in INSTALL B: Making and Installing the Subversion Server Any suggestions? Thanks, Henry Katz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/