Makefile的問題~~麻煩大家了~~~ - BBS

Table of Contents

我在執行MySQL安裝時

一打make 就跑出以下畫面
"Makefile", line 143: Malformed conditional (exists(${DB_DIR}) && defined(OVERWR
ITE_DB) && ${OVERWRITE_DB:L} != "no")
"Makefile", line 146: Malformed conditional (!exists(${DB_DIR}) || (defined(OVER
WRITE_DB) && ${OVERWRITE_DB:L} != "no"))
"Makefile", line 150: if-less endif
"Makefile", line 150: Need an operator
"Makefile", line 161: if-less else
"Makefile", line 161: Need an operator
"Makefile", line 207: if-less endif
"Makefile", line 207: Need an operator
make: fatal errors encountered -- cannot continue


請問一下各位~~這情況要怎麼解決......謝謝大家~~~

--

All Comments