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
mac下无法gcc 编译 gcc ./src/parser.c ./src/scanner.cc -fPIC -I./ --shared -o vue.so
报错 "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -no_deduplicate -dynamic -dylib -arch x86_64 -macosx_version_min 10.15.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -o vue.so /var/folders/mr/_vf8pfn14_sbg5szyxc259040000gp/T/parser-bd11ec.o /var/folders/mr/_vf8pfn14_sbg5szyxc259040000gp/T/scanner-d8dada.o -L/usr/local/lib -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a Undefined symbols for architecture x86_64:
The text was updated successfully, but these errors were encountered:
使用g++ ./src/parser.c ./src/scanner.cc -fPIC -I./ --shared -o vue.so
Sorry, something went wrong.
No branches or pull requests
mac下无法gcc 编译
gcc ./src/parser.c ./src/scanner.cc -fPIC -I./ --shared -o vue.so
报错
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -no_deduplicate -dynamic -dylib -arch x86_64 -macosx_version_min 10.15.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -o vue.so /var/folders/mr/_vf8pfn14_sbg5szyxc259040000gp/T/parser-bd11ec.o /var/folders/mr/_vf8pfn14_sbg5szyxc259040000gp/T/scanner-d8dada.o -L/usr/local/lib -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
The text was updated successfully, but these errors were encountered: