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

Using shared libs on OS X

From: Ben Gollmer <ben_at_jatosoft.com>
Date: 2004-06-09 10:10:49 CEST

Just to save others a lot of hassle, here's a FYI: If you are using the subversion shared libraries
on OS X, make sure you use the -flat_namespaces switch to cc. Otherwise, you'll end up with errors
like this:

ld: /var/tmp//cc2iZZL8.o illegal reference to symbol: _svn_auth_open defined in indirectly
referenced dynamic library /usr/local/lib/libsvn_subr-1.0.dylib

and spend hours tracking down the problem :)

-- 
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 9 10:11:34 2004

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.