次のコマンドを実行して、プロジェクト内のさまざまなファイルをリンクします。
/opt/gcc-4.7-cilkplus/bin/gcc -g -Wall -l /opt/gcc-4.7-cilkplus/lib64/ -o exec main.o \
mysql-client.o databaseConnection-common.o murmurhash3.o bloom-filter.o
`mysql_config --cflags --libs\` -lcilkrts
オプション-l/opt/gcc-4.7-cilkplus/lib64/に注意してください
このコマンドを実行すると、次のエラーが発生します。
/ usr / bin / ld:-l / opt / gcc-4.7-cilkplus /lib64/が見つかりません
しかし、このディレクトリは私のシステムに存在します。誰でも間違いを教えてもらえますか?