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

Compilation failure

From: Sebastian Bergmann <lists_at_sebastian-bergmann.de>
Date: 2002-06-22 22:41:58 CEST

  ... when httpd-2.0 source dir is in "make clean" / "make distclean"
  state:

    libtool: link: cannot find the library
    `/usr/src/httpd-2.0/srclib/apr-util/xml/expat/lib/libexpat.la'
    make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1

  Why does it try to link against a library that is located in the source
  directory of Apache 2.0?

    sb@wopr-mobile:/usr/src/subversion> cat config.nice
    #! /bin/sh
    #
    # Created by configure

    "./configure" \
    "--with-apr=/usr/local/apache2" \
    "--with-apr-util=/usr/local/apache2" \
    "$@"

  Subversion compiles okay when I don't call "make clean" or "make
  distclean" after "make" / "make install".

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/
  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 22 22:48:50 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.