I want to use a dylib (libsane.dylib) that is located in /usr/local/ lib in my RB plugin for Mac OS X, and I am developing in XCode. Is this the right way to do it?
I made a symbolic link since the directory /usr is invisible to the Finder ln -s /usr/local/lib/libsane.dylib libsane I then dragged that link to the project in XCode, and added the associated header to the file. The result compiles OK, but is this the right way to do it , or at least a method that will work? Thanks _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
