Skip to content
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

make install on OS/X #2

Open
nigelhorne opened this issue Apr 19, 2018 · 1 comment
Open

make install on OS/X #2

nigelhorne opened this issue Apr 19, 2018 · 1 comment

Comments

@nigelhorne
Copy link

No description provided.

@nigelhorne
Copy link
Author

cd src; make install
cp libtyphoon.a /usr/local/lib
ranlib /usr/local/lib/libtyphoon.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/lib/libtyphoon.a(ansi.o) has no symbols
chmod 644 /usr/local/lib/libtyphoon.a
chown root /usr/local/lib/libtyphoon.a
chgrp local /usr/local/lib/libtyphoon.a
chgrp: local: illegal group name
make[1]: *** [install] Error 1
make: *** [install] Error 2

DESTGRP should be 'wheel' or 'bin' on OS/X.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant