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

shared library suffixes

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-12-14 20:21:03 CET

sussman@tigris.org writes:

> User: sussman
> Date: 00/12/14 10:48:16
>
> Modified: subversion/include svn_ra.h
> subversion/libsvn_client Makefile.am client.h ra_loader.c
> Log:
> Implement libsvn_client mechanism for loading RA libraries.
>
> + /* TODO: uh-oh; is `.so' portable? Don't think so. */
> + library_name = apr_psprintf (pool, "libsvn_ra_%s.so",
> + svn_client__ra_library_table[i][1]);

Hey Greg, does APR have a solution for this problem? Or do I need
some cruft like #ifdef WIN32 use ".dll" instead?
Received on Sat Oct 21 14:36:17 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.