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
i have successfully implemented the library files given by you.
But when compiling bash build-libopus.sh, it shows Cannot Run C Compiled programs.
checking whether the C compiler works... no
configure: error: in /Users/Documents/Opus-iOS-master/build/src/opus-1.1.4': configure: error: C compiler cannot create executables See config.log' for more details.
And when i remove i386 x86_64 in build-libopus.sh line Number 50. it successfully build the build-libopus.sh.
what is the reason behind the ARCHS=i386 x86_64 giving cannot run c compiled programs error?
The text was updated successfully, but these errors were encountered:
i have successfully implemented the library files given by you.
But when compiling bash build-libopus.sh, it shows Cannot Run C Compiled programs.
checking whether the C compiler works... no
configure: error: in
/Users/Documents/Opus-iOS-master/build/src/opus-1.1.4': configure: error: C compiler cannot create executables See
config.log' for more details.And when i remove i386 x86_64 in build-libopus.sh line Number 50. it successfully build the build-libopus.sh.
what is the reason behind the ARCHS=i386 x86_64 giving cannot run c compiled programs error?
The text was updated successfully, but these errors were encountered: