Re: Problems building Subversion 1.1.0RC1
From: Clay Loveless <clay_at_killersoft.com>
Date: 2004-07-15 21:54:42 CEST
A bit more information about the build environment that I omitted yesterday:
- dlcompat-20030629 installed
I installed gcc-3.4.1 after experiencing the problems described below,
I will be curious to see if building subversion-1.0.6 works ... I don't know
-Clay
-- Killersoft.com > From: Clay Loveless <clay@killersoft.com> > Date: Wed, 14 Jul 2004 17:47:52 -0700 > To: SVN-Users <users@subversion.tigris.org> > Subject: Problems building Subversion 1.1.0RC1 > > Hello, > > I'm trying to build Subversion 1.1.0RC1 on Mac OS X 10.2.8. > > My configure command: > > "./configure" \ > "--with-ssl" \ > "--with-berkeley-db=/usr/local/BerkeleyDB.4.2" \ > "--with-apr=/usr/local/apache2" \ > "--with-apr-util=/usr/local/apache2" \ > "--with-apxs=/usr/local/apache2/bin/apxs" \ > > > Other details about my build environment: > > - I've got Apache 2.0.50 installed. > - libtool 1.5.6 > - libiconv 1.9.1 > - libxml2 2.6.8 > > > Configure completes with no errors. > > > 'make' chugs along until it finally dies here: > > cd subversion/libsvn_fs_fs && /bin/sh > /usr/local/src/subversion-1.1.0-rc1/libtool --silent --mode=link gcc -O3 > -fno-omit-frame-pointer -g -O2 -DNEON_ZLIB -DNEON_SSL > -L/usr/local/BerkeleyDB.4.2/lib -L/usr/local/lib -rpath /usr/local/lib -o > libsvn_fs_fs-1.la -no-undefined dag.lo err.lo fs.lo fs_fs.lo id.lo > key-gen.lo revs-txns.lo tree.lo > ../../subversion/libsvn_delta/libsvn_delta-1.la > ../../subversion/libsvn_subr/libsvn_subr-1.la > /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat -liconv > /usr/local/apache2/lib/libapr-0.la -lpthread -lintl > ld: warning multiple definitions of symbol _locale_charset > /usr/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset > /usr/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset > ld: Undefined symbols: > _svn_delta_version > _svn_txdelta_read_svndiff_window > _svn_txdelta_skip_svndiff_window > _svn_txdelta_target_push > /usr/bin/libtool: internal link edit command failed > make: *** [subversion/libsvn_fs_fs/libsvn_fs_fs-1.la] Error 1 > > > I got this error the first time I tried to build, and then went through and > updated libtool and libiconv (I was a little behind on that), but those > updates made no difference. > > Can someone please suggest what my next step should be? > > Thanks, > Clay > > -- > Killersoft.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > For additional commands, e-mail: users-help@subversion.tigris.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Jul 15 21:55:25 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.