RE: header files missing
Glynn Clements <[email protected]> Wed, 14 Dec 2011 13:18:53 +0000
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Renjith Gopinadhan wrote: > Surely, he has glibc installed, but the issue is that anything to do > with the PATH variable or anyother environment variable settings? Most distros split libraries into runtime and development packages. Shared libraries are in the runtime package, headers are in the development package. He'll certainly have the runtime package for glibc, but he won't necessarily have the development package. -- Glynn Clements <[email protected]>