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

building 1.4.0 with the java bindings on OS X

From: Bradley Wagner <bradley.wagner_at_hannonhill.com>
Date: 2006-10-07 00:04:20 CEST

I followed this website for building svn with java bindings on os x:
http://www.oreillynet.com/onjava/blog/2004/07/
building_subversion_with_java.html

  I used to use this for 1.3.2 a lot and it worked great. This time
with 1.4, however, it didn't end up generating the
libsvnjavahl-1.jnilib file in the installed dir's 'lib' folder. Only
the svn-javahl.jar got generated.

The output from the 'make install-javahl' was this:

ld: multiple definitions of symbol ___floatdisf
/usr/lib/gcc/i686-apple-darwin8/4.0.1/libgcc.a(_floatdisf.o) private
external definition of ___floatdisf in section (__TEXT,__text)
/usr/lib/libgcc_s.10.4.dylib(_floatdisf_s.o) definition of ___floatdisf
ld: multiple definitions of symbol ___floatdidf
/usr/lib/gcc/i686-apple-darwin8/4.0.1/libgcc.a(_floatdidf.o) private
external definition of ___floatdidf in section (__TEXT,__text)
/usr/lib/libgcc_s.10.4.dylib(_floatdidf_s.o) definition of ___floatdidf
ld: multiple definitions of symbol ___divdi3
/usr/lib/gcc/i686-apple-darwin8/4.0.1/libgcc.a(_divdi3.o) private
external definition of ___divdi3 in section (__TEXT,__text)
/usr/lib/libgcc_s.10.4.dylib(_divdi3_s.o) definition of ___divdi3
ld: multiple definitions of symbol ___udivdi3
/usr/lib/gcc/i686-apple-darwin8/4.0.1/libgcc.a(_udivdi3.o) private
external definition of ___udivdi3 in section (__TEXT,__text)
/usr/lib/libgcc_s.10.4.dylib(_udivdi3_s.o) definition of ___udivdi3
ld: multiple definitions of symbol ___umoddi3
/usr/lib/gcc/i686-apple-darwin8/4.0.1/libgcc.a(_umoddi3.o) private
external definition of ___umoddi3 in section (__TEXT,__text)
/usr/lib/libgcc_s.10.4.dylib(_umoddi3_s.o) definition of ___umoddi3
/usr/bin/libtool: internal link edit command failed
make: *** [subversion/bindings/java/javahl/native/libsvnjavahl-1.la]
Error 1

Any ideas? Is there somewhere I can put the .jar where it will be
treated the same way.

Thanks,
Bradley

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 7 00:05:29 2006

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.