我正在編譯glibc庫。在我能做到這些之前,我需要運行configure
。但是,爲了編譯glibc,我需要使用不是機器上默認編譯器的gcc編譯器。 manual說以下。在運行configure時配置不同於默認值的編譯器
It may also be useful to set the CC and CFLAGS variables in the environment
when running configure. CC selects the C compiler that will be used, and CFLAGS
sets optimization options for the compiler.
現在我的問題是,我沒有在該機器上的任何管理權限。那麼我怎樣才能使用不同於默認的編譯器。
'的./configure CC = gcc'不起作用? – Pubby
'configure --help'會解釋你需要什麼。 – chrisaycock