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

Re: Compiling Error

From: Mikhail Sobolev <mikhail.sobolev_at_transas.com>
Date: 2001-10-19 12:38:33 CEST

Well, I do not quite understand why it works this way. ;( But it now
compiles. Here is what I did:

    downloaded the latest M3 from web
    downloaded db 3.3.11 from sleepycat
    downloaded neon 0.17.1 from webdav/neon
    unpacked svn sources
    cd subversion-r202
    unpacked db-3.3.11.tar.gz
    mv db{-3.3.11,}
    ./configure --prefix=/usr --mandir=/usr/share/man
    make
    sudo make install
    cd ~/projects
    svn co http://svn.collab.net/repos/svn/trunk -d svn
    cd svn
    unpacked neon-0.17.1.tar.gz
    mv neon{-0.17.1,}
    mv ../subversion-r202/apr .
    mv ../subversion-r202/db .
    ./configure --prefix=/usr --mandir=/usr/share/man
    make
    *got that error*
    vim apr/libapr.la
    changed
            dependancy_libs=" -pthread"
        to
            dependancy_libs=" -lpthread"
    make
    sudo make install

--
Misha
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

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.