On Thu, 2002-12-12 at 15:42, Ahmed A wrote: > This is not truly a kernel issue. Can someone tell me > how to find out what version of glibc and glib++ is > installed or used by gcc when compiling applications. At compile-time, you can check __GLIBC__ and __GLIBC_MINOR__ which are the major and the minor version, respectively, of glibc. You need to include features.h, first. Robert Love -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/