-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No strndup on FreeBSD/OSX #4
Comments
I guess strndup was added in Lion, but otherwise the user has to create or add it themselves. Will continure to look into it. |
Weird that it compiled in the first place. Are you sure there isn't some error before the linker? |
Here is the full output of make:
|
Ick. I suppose it might be time to add an autoconf dependency. Or, since I keep meaning to learn cmake, to add a cmakefile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So on building Inverarity on OSX, the following error occurs:
Undefined symbols:
"_strndup", referenced from:
_load_distribution in dist.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
I will look for the best route to fix this issue.
The text was updated successfully, but these errors were encountered: