using additional C libraries via FFI
Posted: Mon Mar 30, 2020 4:07 pm
I would be grateful for help with an addressing issue.
I have managed to get FFI working with AToF in the OSX C standard library and with one or two functions in OSX libm library.
I have an external C library on my Macbook Pro (OSX 10.14.6) in the /usr/local/include/ directory and would like to access this using LCB and the FFI.
I have tried putting this folder in the $PATH, and symlinking it to /usr/lib/ without success.
Any ideas would be welcome.
Colin
I have managed to get FFI working with AToF in the OSX C standard library and with one or two functions in OSX libm library.
I have an external C library on my Macbook Pro (OSX 10.14.6) in the /usr/local/include/ directory and would like to access this using LCB and the FFI.
I have tried putting this folder in the $PATH, and symlinking it to /usr/lib/ without success.
Any ideas would be welcome.
Colin