You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Shlomi Fish <sh...@vipe.stud.technion.ac.il> on 2002/10/24 10:25:36 UTC

Problem Compiling Revision 3475

I have the following problem when compiling Revision 3475:

cd subversion/clients/cmdline && /bin/sh
/home/shlomif/Download/unpack/SVN-From-Repos/subversion/libtool --silent
--mode=link  gcc -g -O2 -pthread  -DNEON_ZLIB
-L/usr/local/apps/db-4.0//lib
-L/home/shlomif/Download/unpack/httpd-2.0.43/srclib/apr-util/xml/expat/lib
-rpath /usr/local/apps/subversion/lib -o svn  add-cmd.o checkout-cmd.o
cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o
feedback.o help-cmd.o import-cmd.o info-cmd.o log-cmd.o ls-cmd.o main.o
merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o propdel-cmd.o propedit-cmd.o
propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolve-cmd.o
revert-cmd.o status-cmd.o status.o switch-cmd.o update-cmd.o util.o
../../../subversion/libsvn_client/libsvn_client-1.la
../../../subversion/libsvn_wc/libsvn_wc-1.la
../../../subversion/libsvn_ra/libsvn_ra-1.la
../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/usr/local/apps/apache2/lib/libaprutil-0.la -ldb
/home/shlomif/Download/unpack/httpd-2.0.43/srclib/apr-util/xml/expat/lib/libexpat.la
/usr/local/apps/apache2/lib/libapr-0.la -lm -lcrypt -lnsl  -ldl
/home/shlomif/Download/unpack/SVN-From-Repos/subversion/neon/src/libneon.la
-L/usr/local/apps/subversion/lib  -lz -lxml2 -lz -lm
/home/shlomif/Download/unpack/SVN-From-Repos/subversion/subversion/libsvn_fs/.libs/libsvn_fs-1.so:
undefined reference to `svn_bdb__check_version'
collect2: ld returned 1 exit status

Regards,

	Shlomi Fish


----------------------------------------------------------------------
Shlomi Fish        shlomif@vipe.technion.ac.il
Home Page:         http://t2.technion.ac.il/~shlomif/

He who re-invents the wheel, understands much better how a wheel works.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Problem Compiling Revision 3475

Posted by Philip Martin <ph...@codematters.co.uk>.
Noel Yap <ya...@yahoo.com> writes:

> --- Philip Martin <ph...@codematters.co.uk> wrote:
> > Did you notice that line starting with 'A' when you ran update?
> > That's a new file.  You need to run './gen-make.py build.conf' in the
> > Subversion source directory.
> 
> Would ./autogen.sh accomplish the same thing?

Yes.  It does other things as well, but one of the things autogen.sh
does is run gen-make.py.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Problem Compiling Revision 3475

Posted by Noel Yap <ya...@yahoo.com>.
--- Philip Martin <ph...@codematters.co.uk> wrote:
> Did you notice that line starting with 'A' when you
> ran update? That's
> a new file.  You need to run './gen-make.py
> build.conf' in the
> Subversion source directory.

Would ./autogen.sh accomplish the same thing?

Thanks,
Noel

__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Problem Compiling Revision 3475

Posted by Philip Martin <ph...@codematters.co.uk>.
Shlomi Fish <sh...@vipe.stud.technion.ac.il> writes:

> undefined reference to `svn_bdb__check_version'
> collect2: ld returned 1 exit status

Did you notice that line starting with 'A' when you ran update? That's
a new file.  You need to run './gen-make.py build.conf' in the
Subversion source directory.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org