我正在編譯一個c項目,當命令,如aclocal,.../configure,等等時,一切正常。 當我運行「make」命令時,它顯示了一個錯誤出錯,我該如何解決?
lgomp -lrt -lpthread -fopenmp
make[3]: Leaving directory `/home/develop/slim/src'
make[2]: Leaving directory `/home/develop/slim/src'
make[1]: Leaving directory `/home/develop/slim/src'
Making all in lib
make[1]: Entering directory `/home/develop/slim/lib'
Cannot execute /home/develop/slim//bin/lmntal
make[1]: *** [array2D.il] Error 1
make[1]: Leaving directory `/home/develop/slim/lib'
make: *** [all-recursive] Error 1
我認爲「無法執行的/ home /開發/超薄//斌/ lmntal」的問題。我對這些東西很陌生。 誰能告訴我如何解決這個問題?
在此先感謝
你的make文件代碼在哪裏? – FaddishWorm
make就是在那個地方 - >>/home/develop/slim/ – arslan
如:'cat Makefile'並且在這裏發佈內容 – FaddishWorm