Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
錬金術を使用して C コードをコンパイルしています。
これは私がコンパイルしている方法です
gcc oggvorbis.c -O3 -Wall -swc oggvorbis.swc -lvorbis
エラーが発生します
llvm-gcc: oggvorbis.swc: No such file or directory.
しかし、共有ライブラリを使用しない場合、コマンドは正常に機能します。
コマンドライン呼び出しはおそらく(テストされていない)と読む必要があります
gcc oggvorbis.c -O3 -Wall -swc -o oggvorbis.swc -lvorbis