We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 wheel /usr/local/lib/libtyphoon.a cp ../include/environ.h ../include/typhoon.h /usr/local/include cd /usr/local/include && chmod 644 ../include/environ.h ../include/typhoon.h cd /usr/local/include && chown root ../include/environ.h ../include/typhoon.h cd /usr/local/include && chgrp wheel ../include/environ.h ../include/typhoon.h cd util; make install cp ddlp dbdview tyexport tyimport /usr/local/bin cd /usr/local/bin && -mcs -c ddlp dbdview tyexport tyimport /bin/sh: -mcs: command not found
The text was updated successfully, but these errors were encountered:
Actually, I'm seeing the same on Linux.
Sorry, something went wrong.
No branches or pull requests
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 wheel /usr/local/lib/libtyphoon.a
cp ../include/environ.h ../include/typhoon.h /usr/local/include
cd /usr/local/include && chmod 644 ../include/environ.h ../include/typhoon.h
cd /usr/local/include && chown root ../include/environ.h ../include/typhoon.h
cd /usr/local/include && chgrp wheel ../include/environ.h ../include/typhoon.h
cd util; make install
cp ddlp dbdview tyexport tyimport /usr/local/bin
cd /usr/local/bin && -mcs -c ddlp dbdview tyexport tyimport
/bin/sh: -mcs: command not found
The text was updated successfully, but these errors were encountered: