1 CC = g++
2 FLAGS = -g -DGL_GLEXT_PROTOTYPES -I./glm -Wall
3 LDFLAGS = -lX11 -lpthread
所以我有這些在我的Makefile ,但我得到的錯誤LD:庫找不到-lX11
ld: library not found for -lX11
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [compile-debug] Error 1
不知道我應該做些什麼來解決它
在您的co中定位libX11的輸出是什麼? nsole? – Rama
爲Ubuntu安裝libx11-dev,或者安裝Fedora/Red Hat的libX11-devel。或者告訴我們你在哪個平臺上。 – nos
這是在MacOS塞拉利昂 – penguindrum