我正在编译 glibc 库。在我能做到这一点之前,我需要运行configure
. 但是,为了编译 glibc,我需要使用 gcc 编译器,它不是机器上的默认编译器。手册说如下。
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.
现在我的问题是我在那台机器上没有任何管理权限。那么如何使用不同于默认的编译器。