我的作業系統是ubuntu8.10
程式在動態編譯OK
然後想做靜態編譯(當然lib裡面已有編譯好*.a的靜態庫了)
在xxx.pro裡加入QMAKE_LFLAGS += -static
編譯後出現七十個錯誤 大都跟libX11.a有關
例如
In function 'XOpenDisplay':
undefined reference to 'xcb_get_setup'
using 'getgrdid_r' instatically linked applications
requires at runtime the shared libraries
from the glibc version used to link
找了網路都找不到答案
不知有大大遇過這種問題嗎?
該如何才能靜態編譯?
謝謝