You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm no expert, but I have a keen interest in helping support you develop on the mac.
I have followed the linux compile instructions you posted and get 99% the way through. The first error I encountered was:
-soname not supported or something.....
I tracked this down to a Mac specific issue. the mac equivalent is:
-install_name
which I replaced in the makefile.
I now have the error:
ld: symbol(s) not found for architecture x86_64
but I'm stumped on how to fix this. Any guidance or discussion would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Well I'm not sure, now, where I got the compilation instructions from, but I definitely read it somewhere. Hmmmm I'll have a hunt around and see what I can find.
Hi,
I'm no expert, but I have a keen interest in helping support you develop on the mac.
I have followed the linux compile instructions you posted and get 99% the way through. The first error I encountered was:
-soname not supported or something.....
I tracked this down to a Mac specific issue. the mac equivalent is:
-install_name
which I replaced in the makefile.
I now have the error:
ld: symbol(s) not found for architecture x86_64
but I'm stumped on how to fix this. Any guidance or discussion would be greatly appreciated.
The text was updated successfully, but these errors were encountered: