In trying to build some of the MySQL tools there is a project target which needs to link with /usr/local/lib/libglib-2.0.0.dylib. (i.e. the updated glib that I DL'd and built). Looking at the build settings for that target I see displayed
build/Development /uni/lib /sw/lib
But if I try to Edit those values I then see $(LIBRARY_SEARCH_PATHS) /sw/lib
[so it seems that LIBRARY_SEARCH_PATHS is being set somewhere before the target settings. Where would that be?]
Of course I am able to make that into $(LIBRARY_SEARCH_PATHS) /usr/local/lib /sw/lib
but when linking I still get /usr/bin/libtool: can't open file: /uni/lib/libglib-2.0.0.dylib (No such file or directory)
not what I want at all. Because I think the /usr/local/lib needs to come before the /uni/lib
I've searched the archive and the XCode Users Guide to find out why I cannot edit. So how come I see $(LIBRARY_SEARCH_PATHS) instead of build/Development /uni/lib? And how can I edit it?
TIA for your help and Happy US Thanksgiving from your Canadian cousin.
respect...
Peter |