You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Andreas Wehrmann <a....@centersystems.com> on 2009/08/19 13:50:47 UTC

SVN crosscompiling fails because of wrong paths

Hey fellas!

I'm not exactly sure whether I'm right here, but I'll just give it a shot..

I'm currently trying to build SVN for an m68k machine, which fails with 
the following output:

grep: /usr/lib/libexpat.la: No such file or directory
/bin/sed: can't read /usr/lib/libexpat.la: No such file or directory
libtool: link: `/usr/lib/libexpat.la' is not a valid libtool archive
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1


The problem is in the file /usr/lib/libaprutil-1.la on the target 
machine, because this
file contains a line saying:

dependency_libs=' /usr/lib/libexpat.la /usr/lib/libapr-1.la -lrt -lcrypt 
-ldl'


This line is correct from the view of the target machine.
SVN builds successfully when I change the paths to:
/path/to/rootfs/usr/lib/file.la

Is there a way to specify these paths upon configure?
I need SVN to compile automatically :-(


Regards,
Andreas

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2385232

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].