打印

【請教】CentOS 5.5 編譯問題

【請教】CentOS 5.5 編譯問題

已安裝開發者工具( gcc g++ automake等)
輸入make指令後跳出

no rule to make target '/usr/include/_ansi.h'

已爬大量文章,找不到合適的處理方式
想請教各位成功編譯的大神們

萬分感謝!

更新進展:
目前知道的是_ansi.h是cygwin內的檔案
用LINUX編譯會遇到問題
但不知道如何修改makefile內的code才能使運作正常
若順利完成,應該能夠解決不少問題!
以上

待更新...

[ 本帖最後由 85121100 於 2020-2-28 19:00 編輯 ]

TOP

That's usually because you don't have a file called vertex.cpp available to make. Check that:

that file exists.
you're in the right directory when you make.
Other than that, I've not much else to suggest. Perhaps you could give us a directory listing of that directory.

TOP