You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by JLM <JL...@hotmail.com> on 2003/08/18 21:33:28 UTC

Make error on Mac OS X 10.2.6

Hi all,

I just tried compiling Subversion 0.27 on Mac OS X 10.2.6, and I got the
following error during the "make" step:

ld: Undefined symbols:
_svn_io_files_contents_same_p
make: *** [subversion/clients/cmdline/svn] Error 1

I don't believe this occurred when I compiled 0.26, which has been working
very well on the same OS X system.

If there's any additional information about this problem I can provide you
with, please don't hesitate to ask. Similarly, if there's a workaround that
Mac OS X users should know about, please let me know:

JLM939@hotmail.com

(I'm not subscribed to the Subversion dev list.)

Thanks!

Justin


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Make error on Mac OS X 10.2.6

Posted by JLM <JL...@hotmail.com>.
Thanks for the suggestion, Ben. The following line did the trick:

% sudo mv /usr/local/lib/libsvn* ~/subversion-backup/

May I suggest that this get added as a FAQ entry?

Once again -- much appreciated!

===========

> From: Ben Collins-Sussman <su...@collab.net>
> Date: 18 Aug 2003 16:57:19 -0500
> To: JLM <JL...@hotmail.com>
> Cc: <de...@subversion.tigris.org>
> Subject: Re: Make error on Mac OS X 10.2.6
> 
> JLM <JL...@hotmail.com> writes:
> 
>> I just tried compiling Subversion 0.27 on Mac OS X 10.2.6, and I got the
>> following error during the "make" step:
>> 
>> ld: Undefined symbols:
>> _svn_io_files_contents_same_p
>> make: *** [subversion/clients/cmdline/svn] Error 1
> 
> Make sure to *remove* any installed libsvn_* libraries on your system
> before building.  Your linker is probably picking them up.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Make error on Mac OS X 10.2.6

Posted by Ben Collins-Sussman <su...@collab.net>.
JLM <JL...@hotmail.com> writes:

> I just tried compiling Subversion 0.27 on Mac OS X 10.2.6, and I got the
> following error during the "make" step:
> 
> ld: Undefined symbols:
> _svn_io_files_contents_same_p
> make: *** [subversion/clients/cmdline/svn] Error 1

Make sure to *remove* any installed libsvn_* libraries on your system
before building.  Your linker is probably picking them up.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org