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

SVN crosscompiling fails because of wrong paths

From: Andreas Wehrmann <a.wehrmann_at_centersystems.com>
Date: Wed, 19 Aug 2009 15:50:47 +0200

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_at_subversion.tigris.org].
Received on 2009-08-19 15:51:34 CEST

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.