I am compiling the glibc library. Before I could do that, I need to run configure
. However, for compiling glibc, I need to use the gcc compiler which is not the default compiler on the machine. The manual says the following.
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.
Now my problem is that I don't have any administrative rights on that machine. So how can I use a compiler different than the default.