Re: Problem building svn on x86-64

2005-10-25 Thread Alexandre Oliva
On Oct 25, 2005, [EMAIL PROTECTED] (Richard Kenner) wrote: > cd subversion/libsvn_subr && /bin/sh /gcc/gcc/subversion-1.2.3/libtool > --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB > -rpath /usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo config.lo > config_auth

Re: Problem building svn on x86-64

2005-10-25 Thread H. J. Lu
On Tue, Oct 25, 2005 at 03:10:58PM -0400, Richard Kenner wrote: > Do you have the 64bit version of libgdbm.so under /usr/lib64? > > Yes. The question is why it isn't getting used. Add --verbose to ld and post the ld command line as well as its output. H.J.

Re: Problem building svn on x86-64

2005-10-25 Thread Richard Kenner
Do you have the 64bit version of libgdbm.so under /usr/lib64? Yes. The question is why it isn't getting used.

Re: Problem building svn on x86-64

2005-10-25 Thread H. J. Lu
On Tue, Oct 25, 2005 at 01:43:28PM -0400, Richard Kenner wrote: > I'm trying to build svn from sources on my x86-64 machine and get: > > cd subversion/libsvn_subr && /bin/sh /gcc/gcc/subversion-1.2.3/libtool > --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB > -rpath /us