Hi, I'm trying to compile 2.6.5 kernel in my 2.4.20 based redhat 7.1 system. My ggc version is 3.3.1. When I do "make oldconfig" I'm getting an error message ***************************** scripts/kconfig/conf -o arch/i386/Kconfig scripts/kconfig/conf: error while loading shared libraries: libgcc_s.so.1: cannot load shared object file: No such file or directory make[1]: *** [oldconfig] Error 127 make: *** [oldconfig] Error 2 ********************************** But I have libgcc_s.so.1 in my /usr/local/lib/, I think make is trying to look this file in /lib, can somebody tell me how to direct make to look for libs under /usr/local/lib also. TIA ! Indu -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/