Hamilton Link helink@sandia.gov writes:
Question 1: are these warnings serious?
cc1: warning: changing search order for system directory
/usr/local/include
cc1: warning: as it has already been specified as a non-system
directory
basically I get one of these for every call to
subversion-r4503/libtool or gcc during make.
libtool on OS X is totally horked. That's why Justin wrote jlibtool.
I'm not sure how serious this is, or what it means. A real OS X user
should be able to shed more light here.
ld: Undefined symbols:
_svn_error_clear
_svn_opt_args_to_target_array
_svn_client_cat
_svn_opt_push_implicit_dot_target
_svn_opt_print_help
_svn_time_to_human_cstring
_svn_subst_detranslate_string
_svn_subst_translate_cstring
_svn_time_from_cstring
_svn_xml_escape_cstring
_svn_stringbuf_from_file
_svn_client_revprop_set
_svn_opt_parse_num_args
_svn_client_revprop_get
_svn_prop_needs_translation
_svn_subst_translate_string
_svn_client_revprop_list
These are all functions that have been added since your last
installation of svn (0.14.3), five releases ago. This means ld is
trying to link against your old, installed libraries. NUKE THEM.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:22:24 2006