I have a simple C library that I compile to a .so
file on my linux machine. I'd like to do the same on my Mac, but after I compile and move the library to /usr/local/lib
, but I'm not sure how to link it seeing as ldconfig
isn't a thing.
How would I go about doing this?