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

Re: Generating SVN libraries from source on Mac OSX

From: Blair Zajac <blair_at_orcaware.com>
Date: Thu, 19 May 2011 09:31:48 -0700

Static libraries end in .a, not .dylib, those are shared.

Blair

On May 19, 2011, at 9:23 AM, Ian Sidor wrote:

> I tried --disable-shared but I still didn't get any libsvn*.dylib files.
>
> Is there anything else I can try?
>
>
> On 19 May 2011, at 07:47, Daniel Shahaf wrote:
>
>> Just ignore the file you don't need then?
>>
>> Or try --disable-shared
>>
>> Ian Sidor wrote on Thu, May 19, 2011 at 00:00:45 +0100:
>>> I'm building Subversion from source in order to generate static libraries to use in my own application.
>>>
>>> I can build Subversion fine but I don't seem to be getting any libraries (dylib's).
>>>
>>> Here is what I type in terminal:
>>>
>>> curl -O http://subversion.tigris.org/downloads/subversion-1.6.16.tar.gz
>>> curl -O http://subversion.tigris.org/downloads/subversion-deps-1.6.16.tar.gz
>>>
>>> tar xzvf subversion-1.6.16.tar.gz
>>> tar xzvf subversion-deps-1.6.16.tar.gz
>>>
>>> ./configure --enable-static
>>> make
>>>
>>>
>>> I found a file 'libsvn_client-1.la' which is required for linking. The text inside describes 'libsvn_client-1.dylib' but it is never generated after make is executed.
>>>
>>> I've tried everything I can think of & no doubt missing something simple, I'm not too familiar with Unix open source conventions. Can someone help me with this please?
>>>
>>> Thank-you.
>>> Ian.
>
Received on 2011-05-19 18:32:26 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.