Top "Glibc" questions

The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.

Check glibc version for a particular gcc compiler

I have two gcc compilers installed on my system, one is gcc 4.1.2 (default) and the other is gcc 4.4.4. How can …

c gcc glibc
Does standard c library provides linked list etc. data structures?

Do standard C library implementations, especially glibc (the GNU C Library) provide linked lists, stack et al. data structures, or …

c gcc data-structures glibc
GLIBCXX_3.4.9 not found

I have a problem concerning libstdc++.so. I installed a new version of gcc and tried to compile C++ code. …

gcc glibc libstdc++
Where is the implementation of strlen() in GCC?

Can anyone point me to the definition of strlen() in GCC? I've been grepping release 4.4.2 for about a half hour …

c glibc strlen
Why does glibc's strlen need to be so complicated to run quickly?

I was looking through the strlen code here and I was wondering if the optimizations used in the code are …

c optimization glibc portability strlen
glibc detected malloc(): memory corruption in C

I am trying to compile and code written in C under linux, and got this error message: glibc detected malloc(): …

c pointers memory glibc memory-corruption
glibc: elf file OS ABI invalid

downloaded and compiled glibc-2.13. when i try to run a sample C program which does a malloc(). I get following …

linux linux-kernel glibc abi
What is GLIBC? What is it used for?

I was searching for the source code of the C standard libraries. What I mean with it is, for example, …

c gnu glibc standard-library
Is there a best practice on setting up glibc on docker alpine linux base image?

Is there a best practice on setting up glibc on docker alpine linux base image with correct paths so any …

docker glibc alpine
How to cross compile CMake for ARM with CMake

In short I'm trying to cross compile CMake with CMake, and I don't think I'm linking libraries correctly. What I …

cmake cross-compiling glibc ros