Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
3k views

missing libm.so.6 and libstdc++.so.6

I have a program that I compiled through qt creator and appears to work fine on my computer but I'm trying to run it on a remote computer cluster and it spits out these error messages. ./programs/...
A D's user avatar
  • 103
0 votes
1 answer
5k views

Undefined reference to symbol acos@@GLIBC_2.2.5 while compiling xpdf

I get the following error while compiling xpdf using make. I've tried using the command: LIBS=-l make but it doesn't work. I know the problem is that the c compiler cannot recognise the math code in ...
bit's user avatar
  • 175
3 votes
2 answers
1k views

C Library Function Actual Implementation

I was wondering where I can find the actual C implementation of atoi() (or other such functions). I looked into stdlib.h but it seems like atoi is not implemented there. Is there a way to view the ...
ItM's user avatar
  • 233
2 votes
3 answers
27k views

How to view the list of c library functions?

I'm a newbie in Linux programming. I found that the way to view the list of system calls in Linux via command-line is: man syscalls But now I want to view the list of c library functions, how can I ...
user avatar
16 votes
2 answers
9k views

Why Ubuntu uses eglibc instead of glibc?

I checked for the libc version on my Ubuntu 64bit 12.10 machine by issuing the command ldd --version. I saw that Ubuntu uses eglibc instead of glibc. As egiblc is for embedded machines, Is there a ...
abhi's user avatar
  • 331
0 votes
1 answer
830 views

Does libc6-i386 compile 64-bit executables?

I have libc6-i386 installed on my 64-bit capable Intel i3 processor. Should I rather install the amd64-versions of libc or stick to the i386 as I have an Intel processor?
Wauzl's user avatar
  • 1,763